Package | Description |
---|---|
agi.foundation.graphics |
Provides commonly used and instantiated graphics types related to 3D scene management, terrain and imagery, and more.
|
Modifier and Type | Method and Description |
---|---|
void |
TriangleMeshPrimitive.set(Iterable<Cartesian> positions,
Iterable<Cartesian> normals,
Iterable<Integer> indices,
TriangleMeshPrimitiveOptionalParameters optionalParameters)
Defines the triangle mesh using an indexed triangle list specified by
positions , normals ,
indices , and optionalParameters . |