This method of the Direct3dRMFace Class retrieves the texture coordinates of a vertex in a Direct3dRMFace object.
public void getTextureCoordinates(int vertex, float[] u, float[] v);
vertex | The index of the vertex. |
u | The array variables that receive the texture u coordinates of the vertex. |
v | The array variables that receive the texture v coordinates of the vertex. |