IDirect3DRMFace::GetVertexIndex
Retrieves the index of the vertex in the face's mesh. This index corresponds to the index specified in the dwIndex parameter.
int GetVertexIndex (
DWORD dwIndex
);
Parameters
dwIndex
Index within the face of the vertex.
Return Values
Returns the index.