NAME
RescaleNormalEnable - 3D API rescale normal enable
USAGE
RescaleNormalEnable = bool(enable)
VALID ENUMERANTS
enable: true, false
DESCRIPTION
Set the OpenGL rescale normal enable. See the GL_RESCALE_NORMAL description on the OpenGL glEnable manual page for details.
The standard reset callback sets the RescaleNormalEnable state to bool(false).
OPENGL FUNCTIONALITY REQUIREMENTS
OpenGL 1.2
DIRECT3D FUNCTIONALITY REQUIREMENTS
Not supported.
SEE ALSO