RenderStateManager.EnableAdaptiveTessellation Property

Language:

Enables or disables adaptive tessellation.

Definition

Visual Basic Public Property EnableAdaptiveTessellation As Boolean
C# public bool EnableAdaptiveTessellation { get; set; }
C++ public:
property bool EnableAdaptiveTessellation {
        bool get();
        void set(bool value);
}
JScript public function get EnableAdaptiveTessellation() : boolean
public function set EnableAdaptiveTessellation(boolean);

Property Value

System.Boolean
Set to true to enable adaptive tessellation, or false to disable it.

This property is read/write. 

Remarks

The default value is false.


Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

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