Home
last modified time | relevance | path

Searched refs:worldBound (Results 1 – 6 of 6) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/scene/
DGeometry.java282 worldBound = mesh.getBound().clone(worldBound); in updateWorldBound()
284 worldBound = mesh.getBound().transform(worldTransform, worldBound); in updateWorldBound()
426 this.worldBound = null; in setModelBound()
448 int added = mesh.collideWith(other, cachedWorldMat, worldBound, results); in collideWith()
DSpatial.java127 protected BoundingVolume worldBound; field in Spatial
1121 if (worldBound != null) { in clone()
1122 clone.worldBound = worldBound.clone(); in clone()
1260 capsule.write(worldBound, "world_bound", null); in write()
1277 worldBound = (BoundingVolume) ic.readSavable("world_bound", null); in read()
1308 return worldBound; in getWorldBound()
DCollisionData.java50 BoundingVolume worldBound, in collideWith() argument
DNode.java138 resultBound = child.getWorldBound().clone(this.worldBound); in updateWorldBound()
142 this.worldBound = resultBound; in updateWorldBound()
DMesh.java849 BoundingVolume worldBound, in collideWith() argument
856 return collisionTree.collideWith(other, worldMatrix, worldBound, results); in collideWith()
/external/jmonkeyengine/engine/src/core/com/jme3/collision/bih/
DBIHTree.java398 BoundingVolume worldBound, in collideWithRay() argument
402 worldBound.collideWith(r, boundResults); in collideWithRay()
451 BoundingVolume worldBound, in collideWith() argument
456 return collideWithRay(ray, worldMatrix, worldBound, results); in collideWith()