Package | Description |
---|---|
gov.nasa.worldwind.ogc.collada |
Provides classes for parsing COLLADA files and streams.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.List<ColladaInput> |
ColladaVertices.inputs
Inputs to the vertices element.
|
protected java.util.List<ColladaInput> |
ColladaAbstractGeometry.inputs
Inputs for the geometry.
|
Modifier and Type | Method and Description |
---|---|
ColladaInput |
ColladaVertices.getPositionInput()
Indicates the input with the semantic "POSITION".
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ColladaInput> |
ColladaVertices.getInputs()
Indicates the vertex inputs.
|
java.util.List<ColladaInput> |
ColladaAbstractGeometry.getInputs()
Indicates the inputs that provide vertices, textures coordinates, etc.
|