Name
NormalizeEnable - 3D API normalize enable
Usage
NormalizeEnable = bool(enable)
Valid Enumerants
enable: true, false
Description
Enable/disable automatic normalization of vertex normals.
See the GL_NORMALIZE description on the OpenGL glEnable manual page for details.
See the D3DRS_NORMALIZENORMALS render state description for DirectX 9.
The standard reset callback sets the NormalizeEnable state to bool(false).
Opengl Functionality Requirements
OpenGL 1.0
Direct3D Functionality Requirements
DirectX 9
See Also
AutoNormalEnable,
RescaleNormalEnable,
NormalizeNormals
|