| Package | Description |
|---|---|
| gov.nasa.worldwind.ogc.collada |
Provides classes for parsing COLLADA files and streams.
|
| gov.nasa.worldwind.ogc.collada.impl |
Provides classes for rendering COLLADA documents.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<ColladaTriangles> |
ColladaMesh.triangles |
| Modifier and Type | Method and Description |
|---|---|
List<ColladaTriangles> |
ColladaMesh.getTriangles() |
| Modifier and Type | Method and Description |
|---|---|
static ColladaMeshShape |
ColladaMeshShape.createTriangleMesh(List<ColladaTriangles> geometries,
ColladaBindMaterial bindMaterial)
Create a triangle mesh shape.
|