ICharacterView::RenderVertices

Draws a list of vertices from the given mesh.

   

HRESULT RenderVertices( short pane, IMesh* pmesh, WORD* pindex, long numIndex, matrix* pmtxWorld, COLORREF clr, COLORREF clrSel, float vertSize, DWORD displayFlags );

Parameters

pane
[in] Pane in which to draw the vertices.
pmesh
[in] Mesh containing the vertices to be drawn.
pindex
[in,size_is(numIndex)] A list of indices of each vertex to be drawn. Can be NULL to render all vertices in the mesh.
numIndex
[in] Number of vertices to be drawn.
pmtxWorld
[in] World matrix applied to mesh before drawing vertices.
clr
[in] Color of vertices.
clrSel
[in] Color of selected vertices if applicable.
vertSize
[in] Size of the vertices.
displayFlags
[in] Can be one or more of the DisplayFlags values.

Return Values

Remarks

See Also

IMesh, matrix

Copyright © 2004-2010 Fragmosoft