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.collada
Fields in gov.nasa.worldwind.ogc.collada with type parameters of type ColladaMeshShape Modifier and Type Field Description protected java.util.List<ColladaMeshShape>
ColladaNode. shapes
Shape 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 void
ColladaNode. createShapesForGeometry(ColladaInstanceGeometry geomInstance, java.util.List<ColladaMeshShape> shapes)
Create shapes for a geometry. -
Uses of ColladaMeshShape in gov.nasa.worldwind.ogc.collada.impl
Fields in gov.nasa.worldwind.ogc.collada.impl declared as ColladaMeshShape Modifier and Type Field Description protected ColladaMeshShape
ColladaMeshShape.OrderedMeshShape. mesh
Shape to render.Methods in gov.nasa.worldwind.ogc.collada.impl that return ColladaMeshShape Modifier and Type Method Description static ColladaMeshShape
ColladaMeshShape. createLineMesh(java.util.List<ColladaLines> geometries, ColladaBindMaterial bindMaterial)
Create a line mesh shape.static ColladaMeshShape
ColladaMeshShape. 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.
-