Searched refs:batchNode (Results 1 – 3 of 3) sorted by relevance
78 protected BatchNode batchNode = null; field in Geometry297 batchNode.updateSubBatch(this); in updateWorldTransforms()298 prevBatchTransforms.set(batchNode.getTransforms(this)); in updateWorldTransforms()311 this.batchNode = node; in batch()326 this.batchNode.setNeedsFullRebatch(true); in unBatch()327 this.batchNode = null; in unBatch()361 tmpMat.setRotationQuaternion(batchNode.getTransforms(this).getRotation()); in computeOffsetTransform()362 tmpMat.setTranslation(batchNode.getTransforms(this).getTranslation()); in computeOffsetTransform()364 scaleMat.scale(batchNode.getTransforms(this).getScale()); in computeOffsetTransform()468 return batchNode != null; in isBatched()
61 protected BatchNode batchNode; field in TestBatchNodeCluster74 batchNode = new SimpleBatchNode("BatchNode"); in simpleInitApp()109 batchNode.batch(); in simpleInitApp()114 terrain.attachChild(batchNode); in simpleInitApp()119 batchNode.setLocalTranslation(pos); in simpleInitApp()146 batchNode.attachChild(box); in randomGenerator()336 box = batchNode.getChild("Box" + random); in simpleUpdate()
91 BatchNode batchNode = new BatchNode("batch Node"); field in TestBatchNodeTower125 batchNode.batch(); in simpleInitApp()126 batchNode.setShadowMode(ShadowMode.CastAndReceive); in simpleInitApp()127 rootNode.attachChild(batchNode); in simpleInitApp()236 this.batchNode.attachChild(reBoxg); in addBrick()