Click or drag to resize
DigitalRuneCloudLayerNodeHorizonFade Property
Gets or sets a value which determines where the clouds start to fade out towards the horizon.

Namespace: DigitalRune.Graphics.SceneGraph
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public float HorizonFade { 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