RenderStateManager.PointScaleEnable Property

Language:

Note: This documentation is preliminary and is subject to change.

Controls how the computation of size for point sprites is handled.

Definition

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);

Property Value

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. 

Remarks

The default value is false.


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

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