| ScatteringSkyNodeScaleHeight Property |
Gets or sets the scale height which is the altitude (height above ground) where the average
atmospheric density is found.
Namespace: DigitalRune.Graphics.SceneGraphAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public float ScaleHeight { get; set; }
Public Property ScaleHeight As Single
Get
Set
public:
property float ScaleHeight {
float get ();
void set (float value);
}
member ScaleHeight : float32 with get, set
Property Value
Type:
SingleThe scale height in [m].
See Also