RenderStateManager.PointSpriteEnable Property

Language:

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

Controls how point sprites are rendered.

Definition

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

Property Value

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. 

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.