Uses of Class
gov.nasa.worldwind.ogc.collada.impl.ColladaMeshShape
- 
Packages that use ColladaMeshShape 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.
- 
- 
Uses of ColladaMeshShape in gov.nasa.worldwind.ogc.colladaFields in gov.nasa.worldwind.ogc.collada with type parameters of type ColladaMeshShape Modifier and Type Field Description protected java.util.List<ColladaMeshShape>ColladaNode. shapesShape used to render geometry in this node.Methods in gov.nasa.worldwind.ogc.collada that return types with arguments of type ColladaMeshShape Modifier and Type Method Description protected java.util.List<ColladaMeshShape>ColladaNode. createShapes()Create shapes to render this node.Method parameters in gov.nasa.worldwind.ogc.collada with type arguments of type ColladaMeshShape Modifier and Type Method Description protected voidColladaNode. createShapesForGeometry(ColladaInstanceGeometry geomInstance, java.util.List<ColladaMeshShape> shapes)Create shapes for a geometry.
- 
Uses of ColladaMeshShape in gov.nasa.worldwind.ogc.collada.implFields in gov.nasa.worldwind.ogc.collada.impl declared as ColladaMeshShape Modifier and Type Field Description protected ColladaMeshShapeColladaMeshShape.OrderedMeshShape. meshShape to render.Methods in gov.nasa.worldwind.ogc.collada.impl that return ColladaMeshShape Modifier and Type Method Description static ColladaMeshShapeColladaMeshShape. createLineMesh(java.util.List<ColladaLines> geometries, ColladaBindMaterial bindMaterial)Create a line mesh shape.static ColladaMeshShapeColladaMeshShape. createTriangleMesh(java.util.List<ColladaTriangles> geometries, ColladaBindMaterial bindMaterial)Create a triangle mesh shape.Constructors in gov.nasa.worldwind.ogc.collada.impl with parameters of type ColladaMeshShape Constructor Description OrderedMeshShape(ColladaMeshShape mesh, Matrix renderMatrix, double eyeDistance)Create a new ordered renderable.
 
-