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