RenderStateManager.AdaptiveTessellateZ Property |
Language: |
Amount to adaptively tessellate in the z direction. The default value is 1.0f.
Visual Basic Public Property AdaptiveTessellateZ As Single C# public float AdaptiveTessellateZ { get; set; } C++ public:
property float AdaptiveTessellateZ {
float get();
void set(float value);
}JScript public function get AdaptiveTessellateZ() : float
public function set AdaptiveTessellateZ(float);
System.Single
This property is read/write.
A Single that sets or receives the value.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.