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

Packages that use GlobalIllumination
cz.cuni.jagrlib.piece Public modules (building blocks of JaGrLib compositions). 
cz.cuni.jagrlib.testing Temporary JaGrLib modules. 
cz.cuni.jagrlib.worker JaGrLib worker modules - descendants of Worker. 
 

Uses of GlobalIllumination in cz.cuni.jagrlib.piece
 

Classes in cz.cuni.jagrlib.piece that implement GlobalIllumination
 class Radiosity
          Computes illumination of 3D scene using radiosity method.
 

Uses of GlobalIllumination in cz.cuni.jagrlib.testing
 

Classes in cz.cuni.jagrlib.testing that implement GlobalIllumination
 class RadiosityHierarch
          Computes illumination of scene by multi-level hierarchical radiosity method.
 

Uses of GlobalIllumination in cz.cuni.jagrlib.worker
 

Fields in cz.cuni.jagrlib.worker declared as GlobalIllumination
protected  GlobalIllumination GlobalIlluminationWorker.illum
          Compute illumination of scene.