Home | History | Annotate | Download | only in scene

Lines Matching refs:BoundingVolume

36 import com.jme3.bounding.BoundingVolume;
127 protected BoundingVolume worldBound;
1094 public abstract void setModelBound(BoundingVolume modelBound);
1277 worldBound = (BoundingVolume) ic.readSavable("world_bound", null);
1306 public BoundingVolume getWorldBound() {