triStrip

Describes a list of triangles that make up the triangle strip.

typedef struct tagtriStrip { DWORD matID; long count; indexTriStrip* pindex; } triStrip;

Members

matID
ID of the material applied to the triangles in the strip.

count
Number of vertices in the strip.

pindex
Contains the list of vertex indices in the strip.

Remarks

See Also

indexTriStrip

Copyright © 2004-2010 Fragmosoft