AGI STK Graphics 11 Send comments on this topic.
AgEStkGraphicsWindingOrder Enumeration
See Also 

Description

Specifies the order for positions or front facing triangles. Winding order is important for triangulation and backface culling.

Members

Member Value Description
eStkGraphicsWindingOrderCounterClockwise 0 Positions or triangles are defined in counter-clockwise order.
eStkGraphicsWindingOrderClockwise 1 Positions or triangles are defined in clockwise order.
eStkGraphicsWindingOrderCompute 2 The winding order is unknown and should be computed. For best performance, only use this value if you do not know the actual winding order.

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1