nn::gr::CTR::RenderState::Culling Classclass Culling
Class for setting culling.
FrontFace
|
Specifies the front-facing direction for polygons. | |
|---|---|---|
CullFace
|
Specifies the polygon face to be culled. |
| isEnable | bool | Enables/disables culling. Type is bool. Both faces are drawn if disabled. Initial value is true (enabled). |
|
|---|---|---|---|
| frontFace | FrontFace |
Sets the front-facing direction for polygons. The type is nn::gr::CTR::RenderState::Culling::FrontFace. The initial value is FRONT_FACE_CCW (counterclockwise). |
|
| cullFace | CullFace |
Sets the polygon face to be culled. The type is nn::gr::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