RenderStateManager.AdaptiveTessellateW Property (Microsoft.DirectX.Direct3D)
Amount to adaptively tessellate in the w direction. The default value is 0.0f.
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);
System.Single
This property is read/write.
A Singlethat sets or receives the value.
Show:
