Uses of Class
cz.cuni.jagrlib.testing.LambertianModel

Packages that use LambertianModel
cz.cuni.jagrlib.piece Public modules (building blocks of JaGrLib compositions). 
cz.cuni.jagrlib.testing Temporary JaGrLib modules. 
 

Uses of LambertianModel in cz.cuni.jagrlib.piece
 

Subclasses of LambertianModel in cz.cuni.jagrlib.piece
 class PhongModel
          Phong shading model (with constant or Schlick K() term).
 

Uses of LambertianModel in cz.cuni.jagrlib.testing
 

Subclasses of LambertianModel in cz.cuni.jagrlib.testing
 class CookTorranceModel
          Cook-Torrance shading model.
 class OrenNayarModel
          Oren-Nayar shading model.
 class SpecularReflection
          Represents perfect specular reflection.
 class SpecularTransmission
          Represents perfect specular transmission.