Uses of Interface
crystalspace.jbind.interfaces.iengine.shadows.iShadowBlock

Packages that use iShadowBlock
crystalspace.jbind.impl.engine.fview   
crystalspace.jbind.impl.engine.shadows   
crystalspace.jbind.interfaces.iengine.fview   
crystalspace.jbind.interfaces.iengine.shadows   
 

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

Methods in crystalspace.jbind.impl.engine.fview that return iShadowBlock
 iShadowBlock csFrustumView.createShadowBlock()
           
 

Uses of iShadowBlock in crystalspace.jbind.impl.engine.shadows
 

Classes in crystalspace.jbind.impl.engine.shadows that implement iShadowBlock
 class csShadowBlock
           
 

Methods in crystalspace.jbind.impl.engine.shadows that return iShadowBlock
 iShadowBlock csShadowBlockList.getFirstShadowBlock()
           
 iShadowBlock csShadowBlockList.getLastShadowBlock()
           
 iShadowBlock csShadowBlockList.getNextShadowBlock(iShadowBlock s)
           
 iShadowBlock csShadowBlockList.getPreviousShadowBlock(iShadowBlock s)
           
 iShadowBlock csShadowBlockList.newShadowBlock()
           
 iShadowBlock csShadowBlockList.newShadowBlock(int num_shadows)
           
 iShadowBlock csShadowIterator.getCurrentShadowBlock()
           
 iShadowBlock csShadowIterator.getNextShadowBlock()
           
 

Methods in crystalspace.jbind.impl.engine.shadows with parameters of type iShadowBlock
 void csShadowBlock.addRelevantShadows(iShadowBlock source)
           
 void csShadowBlock.addRelevantShadows(iShadowBlock source, csTransform trans)
           
 boolean csShadowBlockList.fromCurrentRegion(iShadowBlock block)
           
 iShadowBlock csShadowBlockList.getNextShadowBlock(iShadowBlock s)
           
 iShadowBlock csShadowBlockList.getPreviousShadowBlock(iShadowBlock s)
           
 

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

Methods in crystalspace.jbind.interfaces.iengine.fview that return iShadowBlock
 iShadowBlock iFrustumView.createShadowBlock()
          Create a new empty shadow block.
 

Uses of iShadowBlock in crystalspace.jbind.interfaces.iengine.shadows
 

Methods in crystalspace.jbind.interfaces.iengine.shadows that return iShadowBlock
 iShadowBlock iShadowIterator.getCurrentShadowBlock()
          Return the shadow list for the current element.
 iShadowBlock iShadowIterator.getNextShadowBlock()
          Return the shadow list for the next element.
 iShadowBlock iShadowBlockList.getFirstShadowBlock()
          Get first shadow block in the list.
 iShadowBlock iShadowBlockList.getLastShadowBlock()
          Get last shadow block in the list.
 iShadowBlock iShadowBlockList.getNextShadowBlock(iShadowBlock s)
          Get next shadow block.
 iShadowBlock iShadowBlockList.getPreviousShadowBlock(iShadowBlock s)
          Get previous shadow block.
 iShadowBlock iShadowBlockList.newShadowBlock()
          Create a new shadow block and append to the list.
 iShadowBlock iShadowBlockList.newShadowBlock(int num_shadows)
          Create a new shadow block and append to the list.
 

Methods in crystalspace.jbind.interfaces.iengine.shadows with parameters of type iShadowBlock
 void iShadowBlock.addRelevantShadows(iShadowBlock source)
          Copy all relevant shadow frustums from another shadow block into this block.
 void iShadowBlock.addRelevantShadows(iShadowBlock source, csTransform trans)
          Copy all relevant shadow frustums from another shadow block into this block.
 boolean iShadowBlockList.fromCurrentRegion(iShadowBlock block)
          Returns true if the shadow block belongs to the current region.
 iShadowBlock iShadowBlockList.getNextShadowBlock(iShadowBlock s)
          Get next shadow block.
 iShadowBlock iShadowBlockList.getPreviousShadowBlock(iShadowBlock s)
          Get previous shadow block.