Click or drag to resize

TriangleMeshPrimitiveTriangleWindingOrder Property

Gets or sets the orientation of front-facing triangles. This is used in combination with CullFace for culling.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public WindingOrder TriangleWindingOrder { get; set; }

Property Value

Type: WindingOrder
Exceptions
ExceptionCondition
UnsupportedCaseExceptionTriangleWindingOrder must be Clockwise or CounterClockwise.
See Also