Home
last modified time | relevance | path

Searched refs:updateWorldBound (Results 1 – 5 of 5) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/scene/
DNode.java123 protected void updateWorldBound(){ in updateWorldBound() method in Node
124 super.updateWorldBound(); in updateWorldBound()
182 updateWorldBound(); in updateGeometricState()
DGeometry.java272 protected void updateWorldBound() { in updateWorldBound() method in Geometry
273 super.updateWorldBound(); in updateWorldBound()
DSpatial.java421 protected void updateWorldBound() { in updateWorldBound() method in Spatial
531 updateWorldBound(); in checkDoBoundUpdate()
686 updateWorldBound(); in updateGeometricState()
DBatchNode.java123 batch.geometry.updateWorldBound(); in updateGeometricState()
133 updateWorldBound(); in updateGeometricState()
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
DTerrainPatch.java940 updateWorldBound(); in ensurePositiveVolumeBBox()