RenderStateManager.FogTableMode Property

Language:

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

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

Definition

Visual Basic .NET Public Property FogTableMode As FogMode
C# public FogMode FogTableMode { get; set; }
Managed C++ public: __property FogMode get_FogTableMode();
public: __property void set_FogTableMode(FogMode);
JScript .NET public function get FogTableMode() : FogMode
public function set FogTableMode(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.