RenderStateManager.FogVertexMode Property

Language:

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

Retrieves or sets the fog formula to use for vertex fog.

Definition

Visual Basic .NET Public Property FogVertexMode As FogMode
C# public FogMode FogVertexMode { get; set; }
Managed C++ public: __property FogMode get_FogVertexMode();
public: __property void set_FogVertexMode(FogMode);
JScript .NET public function get FogVertexMode() : FogMode
public function set FogVertexMode(FogMode);

Property Value

Microsoft.DirectX.Direct3D.FogMode . Value of the FogMode enumeration that specifies the fog mode to set or retrieve.

This property is read/write. 

Remarks

The default fog mode is FogMode.None.

See Also


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

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