Description
A
Scene provides properties and functionality that are reflected in the rendering of the globe control that it is associated with. An globe control's
Scene is available from the Scene property. Any changes that are made to a
Scene will only affect the rendering of the particular globe control it is associated with. The static
SceneManager class provides global properties and functionality that apply to all
Scenes and thus affect the rendering of every globe control. A
Scene has a
Camera, and various properties for changing the visual state of the scene and its
Central Bodies, including changes to
Lighting. To render a particular
Scene, use the
Render method. To render all Scenes, use use the
SceneManager.Render method.
Events
Rendering | Raised when either render is called on the scene or Render is called on the scene manager. The event occurs immediately prior to rendering the scene. |
Interfaces