RenderStateManager.EnableAdaptiveTessellation Property

Language:

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

Enables or disables adaptive tessellation.

Definition

Visual Basic .NET Public Property EnableAdaptiveTessellation As Boolean
C# public bool EnableAdaptiveTessellation { get; set; }
Managed C++ public: __property bool get_EnableAdaptiveTessellation();
public: __property void set_EnableAdaptiveTessellation(bool);
JScript .NET 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.


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

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