RenderStateManager.PointScaleA Property

Language:

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

Controls the distance-based size attenuation for point primitives.

Definition

Visual Basic .NET Public Property PointScaleA As Single
C# public float PointScaleA { get; set; }
Managed C++ public: __property float get_PointScaleA();
public: __property void set_PointScaleA(float);
JScript .NET public function get PointScaleA() : float
public function set PointScaleA(float);

Property Value

System.Single . Floating-point value that specifies the range or size of the attenuation for point primitives.

This property is read/write. 

Remarks

The default value is 1.0f.

This property is active only when RenderStateManager.PointScaleEnable is set to true. The range for this value is greater than or equal to 0.0f.


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

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