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 |
---|---|
BlendingFunction |
TriangleMeshPrimitive.getDestinationBlendingFunction()
Gets or set the blending function that is used to modify the destination color before the final
blending operation occurs.
|
BlendingFunction |
SurfaceMeshPrimitive.getDestinationBlendingFunction()
Gets or set the blending function that is used to modify the destination color before the final
blending operation occurs.
|
BlendingFunction |
TriangleMeshPrimitive.getSourceBlendingFunction()
Gets or set the blending function that is used to modify the source color before the final
blending operation occurs.
|
BlendingFunction |
SurfaceMeshPrimitive.getSourceBlendingFunction()
Gets or set the blending function that is used to modify the source color before the final
blending operation occurs.
|
Modifier and Type | Method and Description |
---|---|
void |
TriangleMeshPrimitive.setDestinationBlendingFunction(BlendingFunction blendingFunction)
Gets or set the blending function that is used to modify the destination color before the final
blending operation occurs.
|
void |
SurfaceMeshPrimitive.setDestinationBlendingFunction(BlendingFunction blendingFunction)
Gets or set the blending function that is used to modify the destination color before the final
blending operation occurs.
|
void |
TriangleMeshPrimitive.setSourceBlendingFunction(BlendingFunction blendingFunction)
Gets or set the blending function that is used to modify the source color before the final
blending operation occurs.
|
void |
SurfaceMeshPrimitive.setSourceBlendingFunction(BlendingFunction blendingFunction)
Gets or set the blending function that is used to modify the source color before the final
blending operation occurs.
|
Modifier and Type | Method and Description |
---|---|
static BlendingFunction |
BlendingFunction.getDefault()
Get the enum constant that is considered to be the default.
|
static BlendingFunction |
BlendingFunction.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
static BlendingFunction |
BlendingFunction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlendingFunction[] |
BlendingFunction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|