Uses of Interface
crystalspace.jbind.interfaces.imesh.lighting.iLightingInfo

Packages that use iLightingInfo
crystalspace.jbind.impl.engine.light   
crystalspace.jbind.impl.engine.mesh   
crystalspace.jbind.impl.mesh.lighting   
crystalspace.jbind.interfaces.iengine.light   
crystalspace.jbind.interfaces.iengine.mesh   
 

Uses of iLightingInfo in crystalspace.jbind.impl.engine.light
 

Methods in crystalspace.jbind.impl.engine.light with parameters of type iLightingInfo
 void csLight.addAffectedLightingInfo(iLightingInfo li)
           
 void csLight.removeAffectedLightingInfo(iLightingInfo li)
           
 

Uses of iLightingInfo in crystalspace.jbind.impl.engine.mesh
 

Methods in crystalspace.jbind.impl.engine.mesh that return iLightingInfo
 iLightingInfo csMeshWrapper.getLightingInfo()
           
 

Uses of iLightingInfo in crystalspace.jbind.impl.mesh.lighting
 

Classes in crystalspace.jbind.impl.mesh.lighting that implement iLightingInfo
 class csLightingInfo
           
 

Uses of iLightingInfo in crystalspace.jbind.interfaces.iengine.light
 

Methods in crystalspace.jbind.interfaces.iengine.light with parameters of type iLightingInfo
 void iLight.addAffectedLightingInfo(iLightingInfo li)
          Add a mesh to this light.
 void iLight.removeAffectedLightingInfo(iLightingInfo li)
          Remove a mesh from this light.
 

Uses of iLightingInfo in crystalspace.jbind.interfaces.iengine.mesh
 

Methods in crystalspace.jbind.interfaces.iengine.mesh that return iLightingInfo
 iLightingInfo iMeshWrapper.getLightingInfo()
          Get the optional lighting information that is implemented by this mesh object.