STK Graphics PrimitivesSend 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

MemberValueDescription
eStkGraphicsWindingOrderCounterClockwise0Positions or triangles are defined in counter-clockwise order.
eStkGraphicsWindingOrderClockwise1Positions or triangles are defined in clockwise order.
eStkGraphicsWindingOrderCompute2The 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

© 2024 Analytical Graphics, Inc. All Rights Reserved.