Scene.FogDensity Property |
Gets or sets the density of atmospheric fog drawn around the
CentralBody when
the
Camera is close to the ground.
Values range from 0 (no fog) to 1 (full fog).
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic double FogDensity { get; set; }
Public Property FogDensity As Double
Get
Set
public:
property double FogDensity {
double get ();
void set (double value);
}
member FogDensity : float with get, set
Property Value
Type:
Double
See Also