Package | Description |
---|---|
agi.foundation.graphics |
Provides commonly used and instantiated graphics types related to 3D scene management, terrain and imagery, and more.
|
agi.foundation.platforms |
Contains types used in modeling various mechanical platforms such as satellites, facilities, aircraft, etc.
|
Modifier and Type | Method and Description |
---|---|
static ModelUpAxis |
ModelUpAxis.getDefault()
Get the enum constant that is considered to be the default.
|
static ModelUpAxis |
ModelUpAxis.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
static ModelUpAxis |
ModelUpAxis.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModelUpAxis[] |
ModelUpAxis.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ModelPrimitive.load(String uri,
ModelUpAxis upAxis)
For convenience.
|
void |
ModelPrimitive.load(URI uri,
ModelUpAxis upAxis)
|
Constructor and Description |
---|
ModelPrimitive(String uri,
ModelUpAxis upAxis)
For convenience.
|
ModelPrimitive(URI uri,
ModelUpAxis upAxis)
Initializes a model primitive with the specified
uri and up axis. |
Modifier and Type | Method and Description |
---|---|
GraphicsParameter<ModelUpAxis> |
ModelGraphics.getUpAxis()
Gets a parameter defining the up axis of the model over time.
|
Modifier and Type | Method and Description |
---|---|
void |
ModelGraphics.setUpAxis(GraphicsParameter<ModelUpAxis> value)
Sets a parameter defining the up axis of the model over time.
|