Home | History | Annotate | Download | only in scene

Lines Matching defs:worldBound

127     protected BoundingVolume worldBound;
1121 if (worldBound != null) {
1122 clone.worldBound = worldBound.clone();
1260 capsule.write(worldBound, "world_bound", null);
1277 worldBound = (BoundingVolume) ic.readSavable("world_bound", null);
1308 return worldBound;