The graphical properties associated with a
particular Central Body. Changing the Central
Body Graphics will affect how the associated Central Body is
rendered in a Scene. For
instance, to show or hide the Central Body, use the Show
property. Central
Body Graphics also contains the Terrain
and Imagery
for the associated Central Body.
AltitudeOffset | Gets or sets the altitude, in meters, that all Terrain and Imagery will be offset from the surface of the Central Body in the Scene. |
BaseOverlay | Gets or sets the base GlobeImageOverlay associated with the Central Body in the Scene. The Base Overlay is always rendered before any other Imagery. By default, the Earth, Sun, and Moon Central Body will have a default Base Overlay image is loaded by STK Engine when the Scene is created. |
Color | Gets or sets the Color of the Central Body in the Scene. |
Imagery | Gets the collection of imagery associated with the Central Body in the Scene. |
Kml | Gets the KmlGraphics associated with the Central Body in the Scene. |
NightOverlay | Gets or sets the night GlobeImageOverlay associated with the Central Body in the Scene. The Night Overlay is displayed only on parts of the Central Body that are not in sun light. The intensity of the Night Overlay for all scenes can be adjusted with the scene's Lighting.NightLightsIntensity property. |
Shininess | Gets or sets the shininess of the Central Body in the Scene. The shininess affects the size and brightness of specular reflection associated with the Specular Overlay. |
Show | Gets or sets whether the Central Body is shown or hidden in the Scene. This only affects the Central Body itself, not the primitives that are associated with it. |
ShowImagery | Gets or sets whether the Imagery for Central Body in the Scene is shown or hidden. |
ShowLabel | Gets or sets whether a label with the name of the Central Body should be rendered in the Scene when the Camera is at certain distance away from the Central Body. |
SpecularColor | Gets or sets the specular Color of the Central Body in the Scene. The specular color is associated with the Specular Overlay. |
SpecularOverlay | Gets or sets the specular GlobeImageOverlay associated with the Central Body in the Scene. The Specular Overlay is displayed only in the specular highlight of the Central Body. |
Terrain | Gets the collection of TerrainOverlay associated with the Central Body in the Scene. |
Add Imagery and
Terrain to the Scene
[MATLAB] | Copy Code | |
---|---|---|
|