Defines which back faces will not be rendered within the camera.
Namespace:
SGP.XSpaceAssembly: SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825
Syntax
| C# |
|---|
[FlagsAttribute] public enum XCameraCullMode |
Members
| Member name | Description | |
|---|---|---|
| Material |
Back faces rendering is defined by the material.
| |
| 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.
| |
| CullMask |
Mask of the back faces rendering mode.
| |
| Force |
The flag defines whether the back face rendering is forced by the camera (has priority against the material).
|