Home | History | Annotate | Download | only in shadow

Lines Matching refs:BoundingVolume

35 import com.jme3.bounding.BoundingVolume;

176 BoundingVolume vol = list.get(i).getWorldBound();
177 BoundingVolume newVol = vol.transform(transform);
194 BoundingVolume store = null;
196 BoundingVolume vol = list.get(i).getWorldBound();
211 public static BoundingBox computeUnionBound(List<BoundingVolume> bv) {
214 BoundingVolume vol = bv.get(i);
368 ArrayList<BoundingVolume> visRecvList = new ArrayList<BoundingVolume>();
372 BoundingVolume bv = receiver.getWorldBound();
373 BoundingVolume recvBox = bv.transform(viewProjMatrix, null);
380 ArrayList<BoundingVolume> visOccList = new ArrayList<BoundingVolume>();
384 BoundingVolume bv = occluder.getWorldBound();
385 BoundingVolume occBox = bv.transform(viewProjMatrix, null);