HomeSort by relevance Sort by last modified time
    Searched refs:updateWorldBound (Results 1 - 5 of 5) sorted by null

  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
Node.java 123 protected void updateWorldBound(){
124 super.updateWorldBound();
182 updateWorldBound();
Geometry.java 265 * <code>updateWorldBound</code> updates the bounding volume that contains
269 * @see Spatial#updateWorldBound()
272 protected void updateWorldBound() {
273 super.updateWorldBound();
BatchNode.java 123 batch.geometry.updateWorldBound();
133 updateWorldBound();
Spatial.java 421 protected void updateWorldBound() {
531 updateWorldBound();
686 updateWorldBound();
    [all...]
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
TerrainPatch.java     [all...]

Completed in 112 milliseconds