Defines which back faces will not be rendered within the material.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
[FlagsAttribute]
public enum XMaterialCullMode

Members

Member nameDescription
Unspecified
Unspecified.
CounterClockwise
Back faces with the vertices in the counter-clockwise order will not be rendered.
Clockwise
Back faces with the vertices in the clockwise order will not be rendered.
None
All back faces will be rendered.

See Also