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

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

Uses of LightTracing in cz.cuni.jagrlib.testing
 

Classes in cz.cuni.jagrlib.testing that implement LightTracing
 class PhotonTracing
          Illuminates scene by tracing photons through the scene and saving them into the map.
 

Fields in cz.cuni.jagrlib.testing declared as LightTracing
protected  LightTracing DirectLightMapVisualizer.tracer
          Light tracer to compute illumination of scene.
protected  LightTracing FinalGathering.tracer
          Light tracer to compute illumination of scene.
protected  LightTracing PathTracing.tracer
          Light tracer to compute illumination of scene.