Click or drag to resize

CentralBodyGraphics Properties

The CentralBodyGraphics type exposes the following members.

Properties
  NameDescription
Public propertyAltitudeOffset
Gets or sets the altitude, in meters, that all Terrain and Imagery will be offset from the surface of the CentralBody in the Scene.
Public propertyBaseOverlay
Gets or sets the base GlobeImageOverlay associated with the CentralBody in the Scene. The BaseOverlay is always rendered before any other Imagery. By default, the Earth, Sun, and Moon CentralBodies will have a default BaseOverlay image is loaded by Insight3D when the Scene is created.
Public propertyColor
Gets or sets the Color of the CentralBody in the Scene.
Public propertyImagery
Gets the collection of imagery associated with the CentralBody in the Scene.
Public propertyKml
Gets the KmlGraphics associated with the CentralBody in the Scene.
Public propertyNightOverlay
Gets or sets the night GlobeImageOverlay associated with the CentralBody in the Scene. The NightOverlay is displayed only on parts of the CentralBody that are not in sun light. The intensity of the NightOverlay for all scenes can be adjusted with the scene's Lighting.NightLightsIntensity property.
Public propertyShininess
Gets or sets the shininess of the CentralBody in the Scene. The shininess affects the size and brightness of specular reflection associated with the SpecularOverlay.
Public propertyShow
Gets or sets whether the CentralBody is shown or hidden in the Scene. This only affects the CentralBody itself, not the primitives that are associated with it.
Public propertyShowImagery
Gets or sets whether the Imagery for CentralBody in the Scene is shown or hidden.
Public propertyShowLabel
Gets or sets whether a label with the name of the CentralBody should be rendered in the Scene when the Camera is at certain distance away from the CentralBody.
Public propertySpecularColor
Gets or sets the specular Color of the CentralBody in the Scene. The specular color is associated with the SpecularOverlay.
Public propertySpecularOverlay
Gets or sets the specular GlobeImageOverlay associated with the CentralBody in the Scene. The SpecularOverlay is displayed only in the specular highlight of the CentralBody.
Public propertyTerrain
Gets the collection of TerrainOverlay associated with the CentralBody in the Scene.
Top
See Also