This method of the Direct3dRMFace Class retrieves the position and normal of a vertex in a Direct3dRMFace object.
public void getVertex(int idx, D3dVector vert, D3dVector norm);
idx | The index of the vertex. |
vert | The D3dVector objects that receive the position of the vertex. |
norm | The D3dVector objects that receive the normal of the vertex. |