Uses of Class
org.xith3d.scenegraph.BoundingLeaf

Packages that use BoundingLeaf
org.xith3d.scenegraph   
 

Uses of BoundingLeaf in org.xith3d.scenegraph
 

Methods in org.xith3d.scenegraph that return BoundingLeaf
 BoundingLeaf Clip.getApplicationBoundingLeaf()
          Sets the application bounding leaf for this object.
 BoundingLeaf Fog.getInfluencingBoundingLeaf()
          Sets the influence bounding leaf for this object.
 BoundingLeaf Light.getInfluencingBoundingLeaf()
          Sets the influence bounding leaf for this object.
 BoundingLeaf Sound.getSchedulingBoundingLeaf()
           
 

Methods in org.xith3d.scenegraph with parameters of type BoundingLeaf
 void Clip.setApplicationBoundingLeaf(BoundingLeaf boundingLeaf)
          Sets the application bounding leaf for this object.
 void Fog.setInfluencingBoundingLeaf(BoundingLeaf boundingLeaf)
          Sets the influence bounding leaf for this object.
 void Light.setInfluencingBoundingLeaf(BoundingLeaf boundingLeaf)
          Sets the influence bounding leaf for this object.
 void Sound.setSchedulingBoundingLeaf(BoundingLeaf boundingLeaf)