| 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 java.util.List<ColladaMeshShape> | 
ColladaNode.shapes
Shape used to render geometry in this node. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected java.util.List<ColladaMeshShape> | 
ColladaNode.createShapes()
Create shapes to render this node. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
ColladaNode.createShapesForGeometry(ColladaInstanceGeometry geomInstance,
                       java.util.List<ColladaMeshShape> shapes)
Create shapes for a geometry. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected ColladaMeshShape | 
ColladaMeshShape.OrderedMeshShape.mesh
Shape to render. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static ColladaMeshShape | 
ColladaMeshShape.createLineMesh(java.util.List<ColladaLines> geometries,
              ColladaBindMaterial bindMaterial)
Create a line mesh shape. 
 | 
static ColladaMeshShape | 
ColladaMeshShape.createTriangleMesh(java.util.List<ColladaTriangles> geometries,
                  ColladaBindMaterial bindMaterial)
Create a triangle mesh shape. 
 | 
| Constructor and Description | 
|---|
OrderedMeshShape(ColladaMeshShape mesh,
                Matrix renderMatrix,
                double eyeDistance)
Create a new ordered renderable. 
 |