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

  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
CollisionData.java 50 BoundingVolume worldBound,
Geometry.java 282 worldBound = mesh.getBound().clone(worldBound);
284 worldBound = mesh.getBound().transform(worldTransform, worldBound);
426 this.worldBound = null;
448 int added = mesh.collideWith(other, cachedWorldMat, worldBound, results);
Spatial.java 127 protected BoundingVolume worldBound;
    [all...]
Node.java 138 resultBound = child.getWorldBound().clone(this.worldBound);
142 this.worldBound = resultBound;
Mesh.java 849 BoundingVolume worldBound,
856 return collisionTree.collideWith(other, worldMatrix, worldBound, results);
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/collision/bih/
BIHTree.java 398 BoundingVolume worldBound,
402 worldBound.collideWith(r, boundResults);
451 BoundingVolume worldBound,
456 return collideWithRay(ray, worldMatrix, worldBound, results);

Completed in 73 milliseconds