Uses of Interface
crystalspace.jbind.interfaces.iengine.fview.iFrustumView

Packages that use iFrustumView
crystalspace.jbind.impl.engine.engine   
crystalspace.jbind.impl.engine.fview   
crystalspace.jbind.impl.engine.portal   
crystalspace.jbind.impl.engine.sector   
crystalspace.jbind.impl.engine.shadcast   
crystalspace.jbind.impl.engine.viscul   
crystalspace.jbind.interfaces.iengine.engine   
crystalspace.jbind.interfaces.iengine.fview   
crystalspace.jbind.interfaces.iengine.portal   
crystalspace.jbind.interfaces.iengine.sector   
crystalspace.jbind.interfaces.iengine.shadcast   
crystalspace.jbind.interfaces.iengine.viscul   
 

Uses of iFrustumView in crystalspace.jbind.impl.engine.engine
 

Methods in crystalspace.jbind.impl.engine.engine that return iFrustumView
 iFrustumView csEngine.createFrustumView()
           
 

Uses of iFrustumView in crystalspace.jbind.impl.engine.fview
 

Classes in crystalspace.jbind.impl.engine.fview that implement iFrustumView
 class csFrustumView
           
 

Methods in crystalspace.jbind.impl.engine.fview with parameters of type iFrustumView
 void csFrustumViewObjectFunc.func(iMeshWrapper mesh, iFrustumView lview, boolean vis)
           
 

Uses of iFrustumView in crystalspace.jbind.impl.engine.portal
 

Methods in crystalspace.jbind.impl.engine.portal with parameters of type iFrustumView
 void csPortal.checkFrustum(iFrustumView lview, csReversibleTransform t, int alpha)
           
 

Uses of iFrustumView in crystalspace.jbind.impl.engine.sector
 

Methods in crystalspace.jbind.impl.engine.sector with parameters of type iFrustumView
 void csSector.checkFrustum(iFrustumView lview)
           
 

Uses of iFrustumView in crystalspace.jbind.impl.engine.shadcast
 

Methods in crystalspace.jbind.impl.engine.shadcast with parameters of type iFrustumView
 void csShadowReceiver.castShadows(iMovable movable, iFrustumView fview)
           
 

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

Methods in crystalspace.jbind.impl.engine.viscul with parameters of type iFrustumView
 void csVisibilityCuller.castShadows(iFrustumView fview)
           
 

Uses of iFrustumView in crystalspace.jbind.interfaces.iengine.engine
 

Methods in crystalspace.jbind.interfaces.iengine.engine that return iFrustumView
 iFrustumView iEngine.createFrustumView()
          Create a iFrustumView instance that you can give to iVisibilityCuller->CastShadows().
 

Uses of iFrustumView in crystalspace.jbind.interfaces.iengine.fview
 

Methods in crystalspace.jbind.interfaces.iengine.fview with parameters of type iFrustumView
 void iFrustumViewObjectFunc.func(iMeshWrapper mesh, iFrustumView lview, boolean vis)
          Function that will be called for every visited object (during CastShadows() procedure from the visibility culler).
 

Uses of iFrustumView in crystalspace.jbind.interfaces.iengine.portal
 

Methods in crystalspace.jbind.interfaces.iengine.portal with parameters of type iFrustumView
 void iPortal.checkFrustum(iFrustumView lview, csReversibleTransform t, int alpha)
          Check frustum visibility of all polygons reachable through this portal.
 

Uses of iFrustumView in crystalspace.jbind.interfaces.iengine.sector
 

Methods in crystalspace.jbind.interfaces.iengine.sector with parameters of type iFrustumView
 void iSector.checkFrustum(iFrustumView lview)
          Used for portal traversal.
 

Uses of iFrustumView in crystalspace.jbind.interfaces.iengine.shadcast
 

Methods in crystalspace.jbind.interfaces.iengine.shadcast with parameters of type iFrustumView
 void iShadowReceiver.castShadows(iMovable movable, iFrustumView fview)
          Cast shadows on this receiver.
 

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

Methods in crystalspace.jbind.interfaces.iengine.viscul with parameters of type iFrustumView
 void iVisibilityCuller.castShadows(iFrustumView fview)
          Start casting shadows from a given point in space.