Package | Description |
---|---|
gov.nasa.worldwind.ogc.collada |
Provides classes for parsing COLLADA files and streams.
|
gov.nasa.worldwind.ogc.collada.impl |
Provides classes for rendering COLLADA documents.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.List<ColladaLines> |
ColladaMesh.lines |
Modifier and Type | Method and Description |
---|---|
java.util.List<ColladaLines> |
ColladaMesh.getLines() |
Modifier and Type | Method and Description |
---|---|
static ColladaMeshShape |
ColladaMeshShape.createLineMesh(java.util.List<ColladaLines> geometries,
ColladaBindMaterial bindMaterial)
Create a line mesh shape.
|