Click or drag to resize

CentralBodyGraphics Class

The graphical properties associated with a particular CentralBody. Changing the CentralBodyGraphics will affect how the associated CentralBody is rendered in a Scene. For instance, to show or hide the CentralBody, use the Show property. CentralBodyGraphics also contains the Terrain and Imagery for the associated CentralBody.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.GraphicsCentralBodyGraphics

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public sealed class CentralBodyGraphics : IDisposable

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
Methods
  NameDescription
Public methodDispose
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also