| Package | Description |
|---|---|
| gov.nasa.worldwind.ogc.collada |
Provides classes for parsing COLLADA files and streams.
|
| Modifier and Type | Method and Description |
|---|---|
ColladaAccessor |
ColladaSource.getAccessor()
Indicates the value of the accessor field of the technique_common field.
|
ColladaAccessor |
ColladaAbstractGeometry.getNormalAccessor() |
ColladaAccessor |
ColladaAbstractGeometry.getTexCoordAccessor(String semantic)
Indicates the accessor for texture coordinates.
|
ColladaAccessor |
ColladaAbstractGeometry.getVertexAccessor() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ColladaAbstractGeometry.getFloatFromAccessor(FloatBuffer buffer,
ColladaAccessor accessor,
String semantic,
int floatsPerVertex)
Retrieve numbers from an accessor.
|