RenderStateManager.PointScaleEnable Property |
Language: |
Controls how the computation of size for point sprites is handled.
Visual Basic .NET Public Property PointScaleEnable As Boolean C# public bool PointScaleEnable { get; set; } Managed C++ public: __property bool get_PointScaleEnable();
public: __property void set_PointScaleEnable(bool);JScript .NET public function get PointScaleEnable() : boolean
public function set PointScaleEnable(boolean);
System.Boolean . When set to true, the point size is interpreted as a camera space value. To compute the final screen-space point size, it is scaled by the distance function and the frustum to viewport y-axis scaling. When set to false, the point size is interpreted as screen space and used directly.
This property is read/write.
The default value is false.
Feedback? Please provide us with your comments on this topic.