| 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. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
RealTimeAnimation
Allows the user to animate in wall clock time. 
 | 
class  | 
RealTimeSimulationAnimation
Allows the user to animate at any time: past, present, or future. 
 | 
class  | 
SimulationAnimation
Allows the user to animate at any time: past, present, or future. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static ForwardAnimation | 
SceneManager.getAnimation()
Gets the  
Animation class for controlling
 and . | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
SceneManager.setAnimation(ForwardAnimation animation)
Sets the  
Animation class for controlling
 and . | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ForwardAndBackwardAnimation
The base class for animation classes that can animate both forward and backward. 
 |