| CloudLayerNodeSkyCurvature Property |
Gets or sets the sky curvature.
Namespace: DigitalRune.Graphics.SceneGraphAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public float SkyCurvature { get; set; }
Public Property SkyCurvature As Single
Get
Set
public:
property float SkyCurvature {
float get ();
void set (float value);
}
member SkyCurvature : float32 with 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