RenderStateManager.EnableAdaptiveTessellation Property |
Language: |
Enables or disables adaptive tessellation.
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);
System.Boolean
This property is read/write.
Set to true to enable adaptive tessellation, or false to disable it.
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.