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.platforms |
Contains types used in modeling various mechanical platforms such as satellites, facilities, aircraft, etc.
|
Modifier and Type | Method and Description |
---|---|
MarkerBatchRenderPass |
MarkerBatchPrimitive.getRenderPass()
Gets the pass during which the marker batch is rendered.
|
Modifier and Type | Method and Description |
---|---|
void |
MarkerBatchPrimitive.setRenderPass(MarkerBatchRenderPass renderPass)
Sets the pass during which the marker batch is rendered.
|
Modifier and Type | Method and Description |
---|---|
static MarkerBatchRenderPass |
MarkerBatchRenderPass.getDefault()
Get the enum constant that is considered to be the default.
|
static MarkerBatchRenderPass |
MarkerBatchRenderPass.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
static MarkerBatchRenderPass |
MarkerBatchRenderPass.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MarkerBatchRenderPass[] |
MarkerBatchRenderPass.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
GraphicsParameter<MarkerBatchRenderPass> |
MarkerGraphics.getRenderPass()
Gets a parameter indicating the
MarkerBatchRenderPass of the marker over time. |
Modifier and Type | Method and Description |
---|---|
void |
MarkerGraphics.setRenderPass(GraphicsParameter<MarkerBatchRenderPass> value)
Sets a parameter indicating the
MarkerBatchRenderPass of the marker over time. |