| CloudLayerNodeHorizonFade Property |
Gets or sets a value which determines where the clouds start to fade out towards the
horizon.
Namespace: DigitalRune.Graphics.SceneGraphAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public float HorizonFade { get; set; }
Public Property HorizonFade As Single
Get
Set
public:
property float HorizonFade {
float get ();
void set (float value);
}
member HorizonFade : float32 with get, set
Property Value
Type:
Single
A value which determines where the clouds start to fade out towards the horizon. If this
value is 0, clouds do not fade out towards the horizon. If this value is 1, clouds start to
fade out at the zenith. The default value is 0.05.
See Also