This method of the Direct3dRMFace Class retrieves the position and normal vector of each vertex in a Direct3dRMFace object (as floats).
public void getVerticesAsFloats(int[] vertex_cnt, D3dVector coord, D3dVector normals);
vertex_cnt | The array variable that receives the number of floats of the vertices. |
coord | The D3dVector objects that receive the positions vectors of the vertices. |
normals | The D3dVector objects that receive the normal vectors of the vertices. |