Defines which back faces will not be rendered within the material.
Namespace:
SGP.XSpaceAssembly: SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825
Syntax
| C# |
|---|
[FlagsAttribute] public enum XMaterialCullMode |
Members
| Member name | Description | |
|---|---|---|
| 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.
|