Package | Description |
---|---|
agi.foundation.graphics |
Provides commonly used and instantiated graphics types related to 3D scene management, terrain and imagery, and more.
|
Modifier and Type | Method and Description |
---|---|
ModelArticulation |
ModelArticulationCollection.get(int index)
Gets the
articulation at the given index. |
ModelArticulation |
ModelArticulationCollection.get(String name)
Gets an
articulation by name. |
ModelArticulation |
ModelArticulationCollection.getByName(String name)
Gets an
articulation by name. |
Modifier and Type | Method and Description |
---|---|
Iterator<ModelArticulation> |
ModelArticulationCollection.iterator()
Returns the enumerator for this collection.
|