ITriangleStrips::GetStrips

Retrieves the triangle strip information.

   

HRESULT GetStrips( triStrip** ppStrips, long* pnumStrips, vertexTriStrip** ppVerts, long* pnumVerts );

Parameters

ppStrips
[out,size_is(,*pnumStrips)] Address of an array of triangle strips.
pnumStrips
[out] Number of triangle strips.
ppVerts
[out,size_is(,*pnumVerts)] Address of an array of vertices used by the triangle strips.
pnumVerts
[out] Number of vertices used by the triangle strips.

Return Values

Remarks

See Also

triStrip, vertexTriStrip

Copyright © 2004-2010 Fragmosoft