RenderStateManager.AdaptiveTessellateW Property

Language:

Amount to adaptively tessellate in the w direction. The default value is 0.0f.

Definition

Visual Basic Public Property AdaptiveTessellateW As Single
C# public float AdaptiveTessellateW { get; set; }
C++ public:
property float AdaptiveTessellateW {
        float get();
        void set(float value);
}
JScript public function get AdaptiveTessellateW() : float
public function set AdaptiveTessellateW(float);

Property Value

System.Single
A Single Leave Site that sets or receives the value.

This property is read/write. 

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

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