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 | Method and Description |
---|---|
PrimitivesSortOrder |
PrimitiveManager.getTranslucentPrimitivesSortOrder()
Gets the sort order for translucent primitives in the primitive manager.
|
PrimitivesSortOrder |
CompositePrimitive.getTranslucentPrimitivesSortOrder()
Gets the sort order for translucent primitives in this composite.
|
Modifier and Type | Method and Description |
---|---|
void |
PrimitiveManager.setTranslucentPrimitivesSortOrder(PrimitivesSortOrder value)
Sets the sort order for translucent primitives in the primitive manager.
|
void |
CompositePrimitive.setTranslucentPrimitivesSortOrder(PrimitivesSortOrder value)
Sets the sort order for translucent primitives in this composite.
|
Modifier and Type | Method and Description |
---|---|
static PrimitivesSortOrder |
PrimitivesSortOrder.getDefault()
Get the enum constant that is considered to be the default.
|
static PrimitivesSortOrder |
PrimitivesSortOrder.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
static PrimitivesSortOrder |
PrimitivesSortOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrimitivesSortOrder[] |
PrimitivesSortOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|