| ScatteringSkyNodeAtmosphereHeight Property |
Gets or sets the height of the atmosphere.
Namespace: DigitalRune.Graphics.SceneGraphAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public float AtmosphereHeight { get; set; }
Public Property AtmosphereHeight As Single
Get
Set
public:
property float AtmosphereHeight {
float get ();
void set (float value);
}
member AtmosphereHeight : float32 with get, set
Property Value
Type:
Single
The height of the atmosphere (= the distance from the ground to the "top" of the atmosphere)
in [m].
See Also