RenderStateManager.EnableAdaptiveTessellation Property (Microsoft.DirectX.Direct3D)

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.