class Culling
Class for setting culling.
FrontFace
|
Specifies the front-facing direction for polygons. | |
|---|---|---|
CullFace
|
Specifies the polygon face to be culled. |
| isEnable | Enables/disables culling. Type is bool. Both faces are drawn if disabled. Initial value is true (enabled). |
|
|---|---|---|
| frontFace | Sets the front-facing direction for polygons. The type is CTR::RenderState::Culling::FrontFace. The initial value is FRONT_FACE_CCW (counterclockwise). | |
| cullFace | Sets the polygon face to be culled. The type is CTR::RenderState::Culling::CullFace. The initial value is CULL_FACE_BACK. |
Culling
|
Initializes using the initial values of the culling setting. | |
|---|---|---|
MakeCommand
|
Generates a rendering command based on information already set. | |
| S |
MakeDisableCommand
|
Disables culling. |
CONFIDENTIAL