Package | Description |
---|---|
gov.nasa.worldwind.ogc.collada.impl |
Provides classes for rendering COLLADA documents.
|
Modifier and Type | Field and Description |
---|---|
protected List<ColladaMeshShape.Geometry> |
ColladaMeshShape.geometries
Geometry objects that describe different parts of the mesh.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ColladaMeshShape.doDrawInteriorVA(DrawContext dc,
ColladaMeshShape.Geometry geometry)
Draw one geometry in the mesh interior using vertex arrays.
|
protected void |
ColladaMeshShape.doDrawInteriorVBO(DrawContext dc,
ColladaMeshShape.Geometry geometry,
int[] vboIds)
Draw one geometry in the mesh interior using vertex buffer objects.
|
protected ColladaInstanceMaterial |
ColladaMeshShape.getInstanceMaterial(ColladaMeshShape.Geometry geometry)
Indicates the instance_material element for a geometry.
|
protected Material |
ColladaMeshShape.getMaterial(ColladaMeshShape.Geometry geometry)
Indicates the material applied to a geometry.
|
protected String |
ColladaMeshShape.getTexCoordSemantic(ColladaMeshShape.Geometry geometry)
Indicates the semantic that identifies texture coordinates.
|
protected WWTexture |
ColladaMeshShape.getTexture(ColladaMeshShape.Geometry geometry)
Indicates the texture applied to this shape.
|
protected boolean |
ColladaMeshShape.mustApplyTexture(ColladaMeshShape.Geometry geometry)
Indicates whether or not a texture must be applied to a geometry.
|