|
Returns a point of a given triangle in a given frame.
The result is returned through xyzuv
xyzuv[0] is the X value. xyzuv[1] is the Y value
xyzuv[3] is the bitmap u coordinate of the requested point.
xyzuv[4] is the bitmap v coordinate of the requested point.
triangle_number
The index of the triangle in the specified frame. 0 is the first triangle.
frame_number
The index of the animation frame . 0 is the first frame
triangle_point
can be 0,1,2. Determins the triangle point to retrieve information from.
Returns OK or VR_ERROR.
|