Click or drag to resize

Scene Properties

The Scene type exposes the following members.

Properties
  NameDescription
Public propertyAntiAliasing
Gets or sets the multisample anti-aliasing (MSAA) option for this scene. As the level of anti-aliasing increases, performance will generally decrease, but the quality of the anti-aliasing will improve.
Public propertyBackgroundColor
Gets or sets the background color of the scene.
Public propertyBalloon
Gets the Balloon for the scene.
Public propertyCamera
Gets the Camera associated with the scene, which affects the view that is rendered by the scene.
Public propertyCentralBodies
Gets the CentralBodyGraphics for a specified CentralBody.
Public propertyClouds
Gets the Clouds for the scene.
Public propertyFogDensity
Gets or sets the density of atmospheric fog drawn around the CentralBody when the Camera is close to the ground. Values range from 0 (no fog) to 1 (full fog).
Public propertyGlobeOverlaySettings
Gets the SceneGlobeOverlaySettings for the scene.
Public propertyLighting
Gets the Lighting associated with the scene.
Public propertyShadeSkyBasedOnAltitude
Gets or sets whether the sky will be shaded based on Camera altitude. When ShadeSkyBasedOnAltitude is set to true, the sky will become more blue as the Camera gets closer to the surface of the CentralBody.
Public propertyShowAtmosphere
Gets or sets whether the atmosphere will be drawn around the CentralBody.
Public propertyShowStars
Gets or sets whether stars are shown or hidden in the scene.
Public propertyShowSunshine
Gets or sets whether sunshine is rendered by the Sun CentralBody. Sunshine renders a halo effect around the sun when it is viewed in the scene.
Public propertyShowWaterSurface
Gets or sets whether water surface on earth is shown or hidden in the scene.
Public propertyVisualEffects
Gets the Visual Effects associated with the scene.
Top
See Also