RenderStateManager.NormalizeNormals Property

Language:

Note: This documentation is preliminary and is subject to change.

Enables or disables automatic normalization of vertex normals.

Definition

Visual Basic .NET Public Property NormalizeNormals As Boolean
C# public bool NormalizeNormals { get; set; }
Managed C++ public: __property bool get_NormalizeNormals();
public: __property void set_NormalizeNormals(bool);
JScript .NET public function get NormalizeNormals() : boolean
public function set NormalizeNormals(boolean);

Property Value

System.Boolean . Set to true to enable normalization of vertex normals, or false to disable it.

This property is read/write. 

Remarks

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.


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.