ICharacterView::RenderLines

Draws a list of lines using the vertices from the given mesh.

   

HRESULT RenderLines( short pane, IMesh* pmesh, line* plines, long numLines, matrix* pmtxWorld, COLORREF clr );

Parameters

pane
[in] Pane in which to draw the lines.
pmesh
[in] Mesh containing the vertices to be drawn.
plines
[in,size_is(numLines)] List of lines to be drawn.
numLines
[in] Number of lines to be drawn.
pmtxWorld
[in] World matrix applied to mesh before drawing the lines.
clr
[in] Color of the lines.

Return Values

Remarks

See Also

IMesh, line, matrix

Copyright © 2004-2010 Fragmosoft