Name
NormalizeNormals - 3D API automatic normalization of normals
Usage
NormalizeNormals = bool(enable)
Valid Enumerants
enable: true, false
Description
Enable automatic normalization of vertex normals.
See the D3DRS_NORMALIZENORMALS render state description for DirectX 9.
The standard reset callback sets the NormalizeNormals state to bool(false).
Opengl Functionality Requirements
Not applicable.
Direct3D Functionality Requirements
DirectX 9
See Also
AutoNormalEnable,
NormalizeEnable,
RescaleNormalEnable
|