Uses of Class
gov.nasa.worldwind.ogc.collada.ColladaAbstractGeometry
-
Packages that use ColladaAbstractGeometry 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 ColladaAbstractGeometry in gov.nasa.worldwind.ogc.collada
Subclasses of ColladaAbstractGeometry in gov.nasa.worldwind.ogc.collada Modifier and Type Class Description classColladaLinesRepresents the COLLADA lines element and provides access to its contents.classColladaTrianglesRepresents the COLLADA triangles element and provides access to its contents. -
Uses of ColladaAbstractGeometry in gov.nasa.worldwind.ogc.collada.impl
Fields in gov.nasa.worldwind.ogc.collada.impl declared as ColladaAbstractGeometry Modifier and Type Field Description protected ColladaAbstractGeometryColladaMeshShape.Geometry. colladaGeometryCollada element that defines this geometry.Methods in gov.nasa.worldwind.ogc.collada.impl with parameters of type ColladaAbstractGeometry Modifier and Type Method Description protected ColladaEffectColladaMeshShape. getEffect(ColladaAbstractGeometry geometry)Indicates the effect applied to a geometry.protected java.lang.StringColladaMeshShape. getTextureSource(ColladaAbstractGeometry geometry)Indicates the source (file path or URL) of the texture applied to a geometry.protected booleanColladaMeshShape. isDoubleSided(ColladaAbstractGeometry geometry)Indicates whether or not a geometry is double sided.Constructors in gov.nasa.worldwind.ogc.collada.impl with parameters of type ColladaAbstractGeometry Constructor Description Geometry(ColladaAbstractGeometry geometry)Create a new geometry instance.Constructor parameters in gov.nasa.worldwind.ogc.collada.impl with type arguments of type ColladaAbstractGeometry Constructor Description ColladaMeshShape(java.util.List<? extends ColladaAbstractGeometry> geometries)Create an instance of the shape.
-