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 |
---|---|
SurfaceMeshRenderingMethod |
SurfaceMeshPrimitive.getRenderingMethod()
Gets the rendering method used to render the mesh.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
SurfaceMeshPrimitive.supported(SurfaceMeshRenderingMethod renderingMethod)
Determines whether or not the video card supports the surface mesh primitive
with the given
renderingMethod . |
Constructor and Description |
---|
SurfaceMeshPrimitive(SetHint setHint,
SurfaceMeshRenderingMethod renderingMethod)
Initializes a surface mesh primitive with the specified
setHint
and renderingMethod . |
Modifier and Type | Method and Description |
---|---|
static SurfaceMeshRenderingMethod |
SurfaceMeshRenderingMethod.getDefault()
Get the enum constant that is considered to be the default.
|
static SurfaceMeshRenderingMethod |
SurfaceMeshRenderingMethod.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
static SurfaceMeshRenderingMethod |
SurfaceMeshRenderingMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SurfaceMeshRenderingMethod[] |
SurfaceMeshRenderingMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|