Click or drag to resize

TriangleMeshPrimitive.CullFace Property

Gets or sets whether front and/or back-facing triangles may be culled. This is used in combination with TriangleWindingOrder for culling.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public CullFace CullFace { get; set; }

Property Value

Type: CullFace
Exceptions
ExceptionCondition
UnsupportedCaseExceptionCullFace must be a valid enumeration value in CullFace.
See Also