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

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

Syntax

C#
[FlagsAttribute]
public enum XCameraCullMode

Members

Member nameDescription
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).

See Also