Uses of Class
hmi.graphics.collada.Geometry

Packages that use Geometry
hmi.graphics.collada Support for loading Collada Graphics files 
hmi.graphics.collada.scenegraph Support for loading Collada Graphics files 
 

Uses of Geometry in hmi.graphics.collada
 

Fields in hmi.graphics.collada with type parameters of type Geometry
private  ArrayList<Geometry> LibraryGeometries.geometries
           
private  List<Library<Geometry>> Collada.librariesGeometries
           
 

Methods in hmi.graphics.collada that return Geometry
 Geometry Morph.getBaseGeometry()
          returns the Geometry from the libraries, for the source url for the base geometry of the morph
 Geometry Skin.getGeometry()
          returns the Geometry from the libraries, for the source url This will return null when the source url refers to a morph controller, rather than a geometry
 Geometry InstanceGeometry.getGeometry()
          returns the Geometry from the libraries for this instance
 Geometry[] Morph.getTargetGeometries()
          returns the Geometry from the libraries, for the url for the target geometries of the morph
 

Methods in hmi.graphics.collada that return types with arguments of type Geometry
 List<Geometry> LibraryGeometries.getLibContentList()
           
 List<Library<Geometry>> Collada.getLibrariesGeometries()
           
 

Uses of Geometry in hmi.graphics.collada.scenegraph
 

Methods in hmi.graphics.collada.scenegraph with parameters of type Geometry
static List<GShape> InstanceGeometryTranslator.getGShapeList(Collada collada, Geometry geom, BindMaterial bindMaterial)
          Returns a list of GShape objects, each containing a GMesh plus GMaterial, extracted from the specified Collada mesh and bind_material.