| 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.renderer | 
 Defines types that interface to the GPU that are independent of the underlying graphics API, such as OpenGL. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CullFace | 
TriangleMeshPrimitive.getCullFace()
Gets whether front and/or back-facing triangles may be culled. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TriangleMeshPrimitive.setCullFace(CullFace value)
Sets whether front and/or back-facing triangles may be culled. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static CullFace | 
CullFace.getDefault()
Get the enum constant that is considered to be the default. 
 | 
static CullFace | 
CullFace.getFromValue(int value)
Get the enum constant that is associated with the given numeric value. 
 | 
static CullFace | 
CullFace.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static CullFace[] | 
CullFace.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 |