Uses of Interface
gov.nasa.worldwind.ogc.collada.impl.ColladaRenderable
- 
Packages that use ColladaRenderable Package Description gov.nasa.worldwind.ogc.collada Provides classes for parsing COLLADA files and streams.
- 
- 
Uses of ColladaRenderable in gov.nasa.worldwind.ogc.colladaClasses in gov.nasa.worldwind.ogc.collada that implement ColladaRenderable Modifier and Type Class Description classColladaInstanceNodeRepresents the COLLADA instance_node element and provides access to its contents.classColladaInstanceVisualSceneRepresents the COLLADA instance_visual_scene element and provides access to its contents.classColladaNodeRepresents the COLLADA node element and provides access to its contents.classColladaRootParses a COLLADA document and provides access to its contents.classColladaSceneRepresents the COLLADA scene element and provides access to its contents.classColladaVisualSceneRepresents the COLLADA visual_scene element and provides access to its contents.Fields in gov.nasa.worldwind.ogc.collada with type parameters of type ColladaRenderable Modifier and Type Field Description protected java.util.List<ColladaRenderable>ColladaNode. childrenChildren of this node.Methods in gov.nasa.worldwind.ogc.collada that return types with arguments of type ColladaRenderable Modifier and Type Method Description protected java.util.List<ColladaRenderable>ColladaNode. getChildren()Indicates the children of this node.
 
-