ICharacterView::RenderMesh

Draws the faces of the given mesh.

   

HRESULT RenderMesh( short pane, IMesh* pmesh, matrix* pmtxWorld, COLORREF clrFace, COLORREF clrBackface, short renderMode, DWORD displayFlags );

Parameters

pane
[in] Pane in which to draw the mesh.
pmesh
[in] Mesh to be drawn.
pmtxWorld
[in] World matrix applied to mesh before drawing.
clrFace
[in] Color of the faces.
clrBackface
[in] Color of the backfaces if applicable.
renderMode
[in] Can be one of the RenderMode values.
displayFlags
[in] Can be one or more of the DisplayFlags values.

Return Values

Remarks

See Also

IMesh, matrix

Copyright © 2004-2010 Fragmosoft