This method of the Direct3dRMFace Class retrieves the position and normal vector of each vertex in a Direct3dRMFace object.
public void getVertices(int vCount, D3dVector[] v, D3dVector[] n);
vCount | The number of vectors. |
v | The D3dVector array that receives the vertices. |
n | The D3dVector array that receives the normals. |