Uses of Class
hmi.graphics.collada.InstanceGeometry

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

Uses of InstanceGeometry in hmi.graphics.collada
 

Fields in hmi.graphics.collada with type parameters of type InstanceGeometry
private static List<InstanceGeometry> Node.emptyInstanceGeometries
           
private  List<InstanceGeometry> Node.instanceGeometries
           
 

Methods in hmi.graphics.collada that return types with arguments of type InstanceGeometry
 List<InstanceGeometry> Node.getInstanceGeometries()
           
 

Uses of InstanceGeometry in hmi.graphics.collada.scenegraph
 

Method parameters in hmi.graphics.collada.scenegraph with type arguments of type InstanceGeometry
static void InstanceGeometryTranslator.addGShapes(Collada collada, List<InstanceGeometry> instanceGeometries, GNode gnode)
          Adds GShapes to the specified gnode, extracted from the specified instance_geometries.