Uses of Class
com.jme3.scene.BatchNode

Packages that use BatchNode
com.jme3.scene The com.jme3.input package contains the scene graph implementation in jMonkeyEngine. 
 

Uses of BatchNode in com.jme3.scene
 

Subclasses of BatchNode in com.jme3.scene
 class SimpleBatchNode
          SimpleBatchNode comes with some restrictions, but can yield better performances.
 

Fields in com.jme3.scene declared as BatchNode
protected  BatchNode Geometry.batchNode
          used when geometry is batched
 

Methods in com.jme3.scene with parameters of type BatchNode
protected  void Geometry.batch(BatchNode node, int startIndex)
          Batch this geometry, should only be called by the BatchNode.