| 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 | Class and Description | 
|---|---|
class  | 
ColladaLines
Represents the COLLADA lines element and provides access to its contents. 
 | 
class  | 
ColladaTriangles
Represents the COLLADA triangles element and provides access to its contents. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected ColladaAbstractGeometry | 
ColladaMeshShape.Geometry.colladaGeometry
Collada element that defines this geometry. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected ColladaEffect | 
ColladaMeshShape.getEffect(ColladaAbstractGeometry geometry)
Indicates the effect applied to a geometry. 
 | 
protected java.lang.String | 
ColladaMeshShape.getTextureSource(ColladaAbstractGeometry geometry)
Indicates the source (file path or URL) of the texture applied to a geometry. 
 | 
protected boolean | 
ColladaMeshShape.isDoubleSided(ColladaAbstractGeometry geometry)
Indicates whether or not a geometry is double sided. 
 | 
| Constructor and Description | 
|---|
Geometry(ColladaAbstractGeometry geometry)
Create a new geometry instance. 
 | 
| Constructor and Description | 
|---|
ColladaMeshShape(java.util.List<? extends ColladaAbstractGeometry> geometries)
Create an instance of the shape. 
 |