Identifies whether front- and/or back-facing triangles are culled.
Namespace:
AGI.Foundation.Graphics.Renderer
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax Public Enumeration CullFace
public enum class CullFace
Members
| Member name | Description |
---|
| Front |
Front-facing triangles are culled.
|
| Back |
Back-facing triangles are culled.
|
| FrontAndBack |
Both front- and back-facing triangles are culled. Therefore, no triangles are rendered.
|
| Neither |
No triangles are culled.
|
See Also