Uses of Interface
cz.cuni.jagrlib.iface.LightMap

Packages that use LightMap
cz.cuni.jagrlib.testing Temporary JaGrLib modules. 
 

Uses of LightMap in cz.cuni.jagrlib.testing
 

Classes in cz.cuni.jagrlib.testing that implement LightMap
 class PhotonMap
          Module for photon storing.
 

Fields in cz.cuni.jagrlib.testing declared as LightMap
protected  LightMap DirectLightMapVisualizer.caustic
          Caustic map for cautic photon storing.
protected  LightMap FinalGathering.caustic
          Caustic map for cautic photon storing.
protected  LightMap PhotonTracing.caustic
          Caustic map for cautic photon storing.
protected  LightMap DirectLightMapVisualizer.global
          Light map for global (direct,indirect) photon storing.
protected  LightMap FinalGathering.global
          Light map for direct photon storing.
protected  LightMap PathTracing.global
          Light map for direct photon storing.
protected  LightMap PhotonTracing.global
          Light map for photon storing.
protected  LightMap DirectLightMapVisualizer.shadow
          Shadow map for shadow photon storing.
protected  LightMap FinalGathering.shadow
          Shadow map for shadow photon storing.
protected  LightMap PhotonTracing.shadow
          Shadow map for shadow photon storing.
protected  LightMap DirectLightMapVisualizer.volume
          Volume map for volume photon storing.
protected  LightMap FinalGathering.volume
          Volume map for volume photon storing.
protected  LightMap PhotonTracing.volume
          Volume map for volume photon storing.