Searched refs:getWorldBound (Results 1 – 18 of 18) sorted by relevance
67 if (spat.getWorldBound() != null){ in distanceToCam2()68 spatPosition = spat.getWorldBound().getCenter(); in distanceToCam2()88 return spat.getWorldBound().distanceToEdge(cam.getLocation()); in distanceToCam()
61 if (spat.getWorldBound() != null){ in distanceToCam()62 spatPosition = spat.getWorldBound().getCenter(); in distanceToCam()
61 if (owner.getWorldBound() != null) { in computeLastDistance()62 BoundingVolume bv = owner.getWorldBound(); in computeLastDistance()
79 if (owner.getWorldBound() != null) { in computeLastDistance()80 BoundingVolume bv = owner.getWorldBound(); in computeLastDistance()
134 resultBound.mergeLocal(child.getWorldBound()); in updateWorldBound()137 if (child.getWorldBound() != null) { in updateWorldBound()138 resultBound = child.getWorldBound().clone(this.worldBound); in updateWorldBound()
263 return cam.containsGui(getWorldBound()); in checkCulling()265 frustrumIntersects = cam.contains(getWorldBound()); in checkCulling()1007 Vector3f worldCenter = getWorldBound().getCenter(); in center()1306 public BoundingVolume getWorldBound() { in getWorldBound() method in Spatial
932 BoundingVolume bv = getChild(i).getWorldBound();938 BoundingVolume bv = getWorldBound();1584 … if (affectedArea != null && affectedArea.intersects(((TerrainQuad) child).getWorldBound()) )1587 … if (affectedArea != null && affectedArea.intersects(((TerrainPatch) child).getWorldBound()) )1603 … if (affectedArea != null && affectedArea.intersects(((TerrainQuad) child).getWorldBound()) )1606 …fectedArea != null && !affectedArea.intersects(((TerrainPatch) child).getWorldBound()) ) // if doe…1645 if (!this.getWorldBound().intersects((BoundingVolume)other))1662 if (getWorldBound() != null) {1663 if (getWorldBound().intersects(toTest)) {1669 if (tp.getWorldBound().intersects(toTest)) {[all …]
790 if (!getWorldBound().intersects((BoundingVolume)other)) in collideWith()
176 BoundingVolume vol = list.get(i).getWorldBound(); in computeUnionBound()196 BoundingVolume vol = list.get(i).getWorldBound(); in computeUnionBound()372 BoundingVolume bv = receiver.getWorldBound(); in updateShadowCamera()384 BoundingVolume bv = occluder.getWorldBound(); in updateShadowCamera()
117 BoundingVolume bv = geom1.getWorldBound(); in simpleUpdate()
282 BoundingVolume pVol = playerModel.getWorldBound(); in gameLogic()283 BoundingVolume vVol = cubeModel.getWorldBound(); in gameLogic()
151 BoundingVolume bv = spatial.getWorldBound(); in controlRender()
116 rootNode.getWorldBound(); in fixRefreshFlags()
89 BoundingVolume bv = geom.getWorldBound(); in Octree()
231 ((BoundingBox) spatial.getWorldBound()).getExtent(new Vector3f())); in createSingleBoxShape()
145 BoundingVolume boundingVolume = node.getWorldBound(); in apply()
303 … if (terrain.collideWith(selectedCollisionObject.getWorldBound(), new CollisionResults()) > 0) { in testCollision()
173 BoundingBox box = (BoundingBox) missile.getWorldBound(); in makeMissile()