| ScatteringSkyNodePlanetRadius Property |
Gets or sets the radius of the planet ground level.
Namespace: DigitalRune.Graphics.SceneGraphAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public float PlanetRadius { get; set; }
Public Property PlanetRadius As Single
Get
Set
public:
property float PlanetRadius {
float get ();
void set (float value);
}
member PlanetRadius : float32 with get, set
Property Value
Type:
SingleThe planet ground radius in [m]. The default value is 6360e3 m.
See Also