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

Packages that use LightModel
cz.cuni.jagrlib Core JaGrLib package. 
cz.cuni.jagrlib.piece Public modules (building blocks of JaGrLib compositions). 
 

Uses of LightModel in cz.cuni.jagrlib
 

Fields in cz.cuni.jagrlib declared as LightModel
 LightModel MicroFacet.brdf
          Optical model (BRDF).
 

Uses of LightModel in cz.cuni.jagrlib.piece
 

Classes in cz.cuni.jagrlib.piece that implement LightModel
 class PhongModel
          Phong shading model (with constant or Schlick K() term).