Uses of Interface
crystalspace.jbind.interfaces.iengine.viscul.iVisibilityCullerListener

Packages that use iVisibilityCullerListener
crystalspace.jbind.impl.engine.viscul   
crystalspace.jbind.interfaces.iengine.viscul   
 

Uses of iVisibilityCullerListener in crystalspace.jbind.impl.engine.viscul
 

Classes in crystalspace.jbind.impl.engine.viscul that implement iVisibilityCullerListener
 class csVisibilityCullerListener
           
 

Methods in crystalspace.jbind.impl.engine.viscul with parameters of type iVisibilityCullerListener
 void csVisibilityCuller.visTest(csPlane3 plane, int num_planes, iVisibilityCullerListener viscallback)
           
 void csVisibilityCuller.visTest(csSphere sphere, iVisibilityCullerListener viscallback)
           
 boolean csVisibilityCuller.visTest(iRenderView irview, iVisibilityCullerListener viscallback)
           
 

Uses of iVisibilityCullerListener in crystalspace.jbind.interfaces.iengine.viscul
 

Methods in crystalspace.jbind.interfaces.iengine.viscul with parameters of type iVisibilityCullerListener
 void iVisibilityCuller.visTest(csPlane3 plane, int num_planes, iVisibilityCullerListener viscallback)
          Notify the visibility callback of all objects that are in the volume formed by the set of planes.
 void iVisibilityCuller.visTest(csSphere sphere, iVisibilityCullerListener viscallback)
          Notify the visibility callback of all objects that intersect with the given bounding sphere.
 boolean iVisibilityCuller.visTest(iRenderView irview, iVisibilityCullerListener viscallback)
          Do the visibility test from a given viewpoint.