RenderStateManager.LocalViewer Property

Language:

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

Specifies whether to use camera-relative specular highlights or orthogonal specular highlights.

Definition

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

Property Value

System.Boolean . Set to true to enable camera-relative specular highlights, or false to use orthogonal specular highlights.

This property is read/write. 

Remarks

The default value is true.

Applications that use orthogonal projection should specify false.


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

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