Visual3D Game EngineAPI Documentation for XNA, C#, VB, and .NET
[Windows Only] Gets or sets the fog formula to use for pixel fog. The default is None.

Namespace: Visual3D.Graphics3D
Assembly: Visual3D.Engine (in Visual3D.Engine.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

      
 C#  Visual Basic 
public FogMode FogTableMode { get; set; }
Public Property FogTableMode As FogMode
	Get
	Set

See Also