Name
CullMode - 3D API cull mode
Usage
CullMode = int(face)
Valid Enumerants
face: Front, Back, FrontAndBack
Description
Specify orientation of candidates for facet culling.
See the OpenGL glCullFace manual page for details.
The standard reset callback sets the CullMode state to int(Back).
Opengl Functionality Requirements
OpenGL 1.0
Direct3D Functionality Requirements
Not applicable.
See Also
CullFace,
CullFaceEnable,
FrontFace
|