NAME
CullFaceEnable - 3D API cull face enable
USAGE
CullFaceEnable = bool(enable)
VALID ENUMERANTS
enable: true, false
DESCRIPTION
Set the OpenGL cull face enable. See the GL_CULL_FACE description on the OpenGL glEnable manual page for details.
The standard reset callback sets the CullFaceEnable state to bool(false).
OPENGL FUNCTIONALITY REQUIREMENTS
OpenGL 1.0
DIRECT3D FUNCTIONALITY REQUIREMENTS
DirectX 9 Not supported. DirectX 9 has D3DRS_CULLMODE rather than a cull face enable.
SEE ALSO