Home
last modified time | relevance | path

Searched refs:batchNode (Results 1 – 3 of 3) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/scene/
DGeometry.java78 protected BatchNode batchNode = null; field in Geometry
297 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()
/external/jmonkeyengine/engine/src/test/jme3test/batching/
DTestBatchNodeCluster.java61 protected BatchNode batchNode; field in TestBatchNodeCluster
74 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()
DTestBatchNodeTower.java91 BatchNode batchNode = new BatchNode("batch Node"); field in TestBatchNodeTower
125 batchNode.batch(); in simpleInitApp()
126 batchNode.setShadowMode(ShadowMode.CastAndReceive); in simpleInitApp()
127 rootNode.attachChild(batchNode); in simpleInitApp()
236 this.batchNode.attachChild(reBoxg); in addBrick()