Searched refs:BatchNode (Results 1 – 7 of 7) sorted by relevance
15 import com.jme3.scene.BatchNode;33 BatchNode batch;38 batch = new BatchNode("theBatchNode"); in simpleInitApp()
54 import com.jme3.scene.BatchNode;91 BatchNode batchNode = new BatchNode("batch Node");
61 protected BatchNode batchNode;
69 public class BatchNode extends Node implements Savable { class71 private static final Logger logger = Logger.getLogger(BatchNode.class.getName());89 public BatchNode() { in BatchNode() method in BatchNode93 public BatchNode(String name) { in BatchNode() method in BatchNode250 if (child instanceof BatchNode) { in gatherGeomerties()
18 public class SimpleBatchNode extends BatchNode {
78 protected BatchNode batchNode = null;310 protected void batch(BatchNode node, int startIndex) { in batch()
13970 * Geometries to be batched has to be attached directly to the BatchNode13973 * @see BatchNode13976 ==> engine/src/core/com/jme3/scene/BatchNode.java <==