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 |
---|---|
BlendingEquation |
TriangleMeshPrimitive.getBlendingEquation()
Gets or set the blending equation used when compositing a transparent triangle mesh.
|
BlendingEquation |
SurfaceMeshPrimitive.getBlendingEquation()
Gets or set the blending equation used when compositing a transparent surface mesh.
|
Modifier and Type | Method and Description |
---|---|
void |
TriangleMeshPrimitive.setBlendingEquation(BlendingEquation blendingEquation)
Gets or set the blending equation used when compositing a transparent triangle mesh.
|
void |
SurfaceMeshPrimitive.setBlendingEquation(BlendingEquation blendingEquation)
Gets or set the blending equation used when compositing a transparent surface mesh.
|
Modifier and Type | Method and Description |
---|---|
static BlendingEquation |
BlendingEquation.getDefault()
Get the enum constant that is considered to be the default.
|
static BlendingEquation |
BlendingEquation.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
static BlendingEquation |
BlendingEquation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlendingEquation[] |
BlendingEquation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|