| Package | Description | 
|---|---|
| gov.nasa.worldwind.ogc.collada | 
 Provides classes for parsing COLLADA files and streams. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ColladaInstanceNode
Represents the COLLADA instance_node element and provides access to its contents. 
 | 
class  | 
ColladaInstanceVisualScene
Represents the COLLADA instance_visual_scene element and provides access to its contents. 
 | 
class  | 
ColladaNode
Represents the COLLADA node element and provides access to its contents. 
 | 
class  | 
ColladaRoot
Parses a COLLADA document and provides access to its contents. 
 | 
class  | 
ColladaScene
Represents the COLLADA scene element and provides access to its contents. 
 | 
class  | 
ColladaVisualScene
Represents the COLLADA visual_scene element and provides access to its contents. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected java.util.List<ColladaRenderable> | 
ColladaNode.children
Children of this node. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected java.util.List<ColladaRenderable> | 
ColladaNode.getChildren()
Indicates the children of this node. 
 |