Click or drag to resize
DigitalRuneCloudLayerNodeSkyCurvature Property
Gets or sets the sky curvature.

Namespace: DigitalRune.Graphics.SceneGraph
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public float SkyCurvature { get; set; }

Property Value

Type: Single
The sky curvature in the range [0, 1]. If this value is 0, the clouds are projected onto a plane in the sky (with a lot of foreshortening near the horizon). If this value is 1, the clouds are projected onto a hemisphere in the sky (no foreshortening near the horizon). The default value is 0.9.
See Also