RenderStateManager.PointScaleB Property |
Language: |
Controls the distance-based size attenuation for point primitives.
Visual Basic Public Property PointScaleB As Single C# public float PointScaleB { get; set; } C++ public:
property float PointScaleB {
float get();
void set(float value);
}JScript public function get PointScaleB() : float
public function set PointScaleB(float);
System.Single
This property is read/write.
Floating-point value that specifies the range or size of the attenuation for point primitives.
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.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.