indexTriStrip

Describes a triangle strip vertex index.

typedef struct tagindexTriStrip { float u; float v; long stripVertex; } indexTriStrip;

Members

u
Horizontal texture coordinate of the vertex.

v
Vertical texture coordinate of the vertex.

stripVertex
Index of a vertexTriStrip structure.

Remarks

See Also

Copyright © 2004-2010 Fragmosoft