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