Click or drag to resize

CullFace Enumeration

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.1.418.0 (24.1.418.0)
Syntax
public enum CullFace
Members
  Member nameDescription
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