Uses of Class
com.jme.scene.geometryinstancing.instance.GeometryInstance

Packages that use GeometryInstance
com.jme.scene.geometryinstancing   
com.jme.scene.geometryinstancing.instance   
 

Uses of GeometryInstance in com.jme.scene.geometryinstancing
 

Subclasses of GeometryInstance in com.jme.scene.geometryinstancing
 class GeometryBatchInstance
          GeometryBatchInstance uses a GeometryBatchInstanceAttributes to define an instance of object in world space.
 

Uses of GeometryInstance in com.jme.scene.geometryinstancing.instance
 

Fields in com.jme.scene.geometryinstancing.instance with type parameters of type GeometryInstance
protected  java.util.ArrayList<GeometryInstance> GeometryBatchCreator.instances
           
 

Methods in com.jme.scene.geometryinstancing.instance that return types with arguments of type GeometryInstance
 java.util.ArrayList<GeometryInstance> GeometryBatchCreator.getInstances()
           
 

Methods in com.jme.scene.geometryinstancing.instance with parameters of type GeometryInstance
 void GeometryBatchCreator.addInstance(GeometryInstance geometryInstance)
           
 void GeometryBatchCreator.removeInstance(GeometryInstance geometryInstance)