ICharacterView::TransformFaces

Transforms a list of faces from a mesh into screen space.

   

HRESULT TransformFaces( IMesh* pmesh, clippedFace* pfaces, long startFace, long numFaces, long* pnumDone );

Parameters

pmesh
[in] Pointer to the mesh containing the faces to be transformed.
pfaces
[in,out,size_is(numFaces)] Pointer to a buffer to receive the transformed faces.
startFace
[in] Index of the first face to be transformed.
numFaces
[in] Number of faces to be transformed.
pnumDone
[out] Pointer to the actual number of faces transformed.

Return Values

Remarks

BeginTransform must be called prior to making calls to this function.

See Also

clippedFace, face, IMesh

Copyright © 2004-2010 Fragmosoft