RenderStateManager.NormalizeNormals Property |
Language: |
Enables or disables automatic normalization of vertex normals.
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);
System.Boolean . Set to true to enable normalization of vertex normals, or false to disable it.
This property is read/write.
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.
Feedback? Please provide us with your comments on this topic.