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

Packages that use iShadowBlockList
crystalspace.jbind.impl.engine.shadows   
crystalspace.jbind.interfaces.iengine.shadows   
 

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

Classes in crystalspace.jbind.impl.engine.shadows that implement iShadowBlockList
 class csShadowBlockList
           
 

Methods in crystalspace.jbind.impl.engine.shadows with parameters of type iShadowBlockList
 void csShadowBlock.addAllShadows(iShadowBlockList source)
           
 void csShadowBlock.addRelevantShadows(iShadowBlockList source)
           
 void csShadowBlock.addUniqueRelevantShadows(iShadowBlockList source)
           
 

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

Methods in crystalspace.jbind.interfaces.iengine.shadows with parameters of type iShadowBlockList
 void iShadowBlock.addAllShadows(iShadowBlockList source)
          Copy all shadow frustums from another shadow block list into this block.
 void iShadowBlock.addRelevantShadows(iShadowBlockList source)
          Copy all relevant shadow frustums from another shadow block list into this block.
 void iShadowBlock.addUniqueRelevantShadows(iShadowBlockList source)
          Add unique shadows.