Package | Description |
---|---|
gov.nasa.worldwind.ogc.collada |
Provides classes for parsing COLLADA files and streams.
|
gov.nasa.worldwind.ogc.collada.io |
Provides classes for COLLADA file and stream I/O and relative-path resolution.
|
Modifier and Type | Field and Description |
---|---|
protected ColladaDoc |
ColladaRoot.colladaDoc
Reference to the ColladaDoc representing the COLLADA file.
|
Modifier and Type | Method and Description |
---|---|
protected ColladaDoc |
ColladaRoot.getColladaDoc()
Indicates the document that is the source of this root.
|
Constructor and Description |
---|
ColladaRoot(ColladaDoc docSource)
Create a new
ColladaRoot for a ColladaDoc instance. |
Modifier and Type | Class and Description |
---|---|
class |
ColladaFile
Represents a COLLADA document read from a file.
|
class |
ColladaInputStream
Represents a COLLADA document read from an input stream.
|