RenderStateManager.PointSpriteEnable Property |
Language: |
Controls how point sprites are rendered.
Visual Basic .NET Public Property PointSpriteEnable As Boolean C# public bool PointSpriteEnable { get; set; } Managed C++ public: __property bool get_PointSpriteEnable();
public: __property void set_PointSpriteEnable(bool);JScript .NET public function get PointSpriteEnable() : boolean
public function set PointSpriteEnable(boolean);
System.Boolean . When set to true, the texture coordinates of point sprites are set so that full textures are mapped on each point. When set to false, the vertex texture coordinates are used for the entire point.
This property is read/write.
The default value is false.
Feedback? Please provide us with your comments on this topic.