RenderStateManager.NormalizeNormals Property |
Language: |
Enables or disables automatic normalization of vertex normals.
Visual Basic Public Property NormalizeNormals As Boolean C# public bool NormalizeNormals { get; set; } C++ public:
property bool NormalizeNormals {
bool get();
void set(bool value);
}JScript public function get NormalizeNormals() : boolean
public function set NormalizeNormals(boolean);
System.Boolean
This property is read/write.
Set to true to enable normalization of vertex normals, or false to disable it.
The default value is false.
Enabling this feature causes the system to normalize the vertex normals for vertices after transforming them to camera space, an operation that can slow down the system.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.