Searched refs:worldBound (Results 1 – 6 of 6) sorted by relevance
/external/jmonkeyengine/engine/src/core/com/jme3/scene/ |
D | Geometry.java | 282 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()
|
D | Spatial.java | 127 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()
|
D | CollisionData.java | 50 BoundingVolume worldBound, in collideWith() argument
|
D | Node.java | 138 resultBound = child.getWorldBound().clone(this.worldBound); in updateWorldBound() 142 this.worldBound = resultBound; in updateWorldBound()
|
D | Mesh.java | 849 BoundingVolume worldBound, in collideWith() argument 856 return collisionTree.collideWith(other, worldMatrix, worldBound, results); in collideWith()
|
/external/jmonkeyengine/engine/src/core/com/jme3/collision/bih/ |
D | BIHTree.java | 398 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()
|