Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Amount to adaptively tessellate in the x direction. The default value is 0.0f.
Definition
Visual Basic Public Property AdaptiveTessellateX As Single C# public float AdaptiveTessellateX { get; set; } C++ public:
property float AdaptiveTessellateX {
float get();
void set(float value);
}JScript public function get AdaptiveTessellateX() : float
public function set AdaptiveTessellateX(float);
Property Value
System.Single
A Singlethat sets or receives the value.
This property is read/write.