Package | Description |
---|---|
agi.foundation.graphics |
Provides commonly used and instantiated graphics types related to 3D scene management, terrain and imagery, and more.
|
agi.foundation.graphics.advanced |
Provides less commonly instantiated graphics types for the camera, mouse options, primitive options, and others.
|
agi.foundation.graphics.awt | |
agi.foundation.platforms |
Contains types used in modeling various mechanical platforms such as satellites, facilities, aircraft, etc.
|
Modifier and Type | Method and Description |
---|---|
static List<Scene> |
SceneManager.getScenes()
Gets a read-only collection of
Scenes that are
associated with the SceneManager . |
Modifier and Type | Method and Description |
---|---|
void |
SceneDisplayCondition.displayOnlyInScene(Scene scene)
Allows
rendering
only in the given
scene . |
boolean |
SceneDisplayCondition.getDisplayInScene(Scene scene)
Determines whether the display condition allows rendering
rendering
in the given scene.
|
void |
SceneDisplayCondition.setDisplayInScene(Scene scene,
boolean on)
Allows or disallows
rendering
for in a particular scene for.
|
Modifier and Type | Method and Description |
---|---|
void |
CustomImageGlobeOverlay.shutDown(Scene scene)
Called automatically when imagery is being removed from the globe.
|
void |
CustomImageGlobeOverlay.shuttingDown(Scene scene)
Called by the base class when imagery is being removed from the globe.
|
void |
CustomImageGlobeOverlay.startingUp(Scene scene)
Called by the base class when imagery is being added to the globe.
|
void |
CustomImageGlobeOverlay.startUp(Scene scene)
Called automatically when imagery is being added to the globe.
|
Modifier and Type | Method and Description |
---|---|
Scene |
Insight3D.getScene()
Gets the
Scene that is rendered by this instance. |
Modifier and Type | Method and Description |
---|---|
GraphicsParameter<Iterable<Scene>> |
DisplayParameters.getScenes()
Gets the the parameter indicating the list of
Scenes that the object should be displayed
in. |
Modifier and Type | Method and Description |
---|---|
void |
DisplayParameters.setScenes(GraphicsParameter<Iterable<Scene>> value)
Sets the the parameter indicating the list of
Scenes that the object should be displayed
in. |