NAME
AutoNormalEnable - 3D API auto normal test enable
USAGE
AutoNormalEnable = bool(enable)
VALID ENUMERANTS
enable: true, false
DESCRIPTION
Set the OpenGL auto normal enable for evaluators. See the GL_AUTO_NORMAL description on the OpenGL glEnable manual page for details.
The standard reset callback sets the AutoNormalEnable state to bool(false).
OPENGL FUNCTIONALITY REQUIREMENTS
OpenGL 1.0
DIRECT3D FUNCTIONALITY REQUIREMENTS
Evaluators are not supported by Direct3D so this state is parsed but has no effect.
SEE ALSO