Click or drag to resize

WindingOrder Enumeration

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

Namespace:  AGI.Foundation.Geometry.Discrete
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public enum WindingOrder
Members
  Member nameDescription
CounterClockwise Positions or triangles are defined in counter-clockwise order.
Clockwise Positions or triangles are defined in clockwise order.
Compute 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