Home | History | Annotate | Download | only in batching

Lines Matching refs:batchNode

61     protected BatchNode batchNode;
74 batchNode = new SimpleBatchNode("BatchNode");
109 batchNode.batch();
114 terrain.attachChild(batchNode);
119 batchNode.setLocalTranslation(pos);
146 batchNode.attachChild(box);
163 // public BatchNode randomBatch() {
336 box = batchNode.getChild("Box" + random);