RenderStateManager.LocalViewer Property |
Language: |
Specifies whether to use camera-relative specular highlights or orthogonal specular highlights.
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);
System.Boolean . Set to true to enable camera-relative specular highlights, or false to use orthogonal specular highlights.
This property is read/write.
The default value is true.
Applications that use orthogonal projection should specify false.
Feedback? Please provide us with your comments on this topic.