Uses of Class
cz.cuni.jagrlib.PhongMaterial

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

Uses of PhongMaterial in cz.cuni.jagrlib.piece
 

Methods in cz.cuni.jagrlib.piece with parameters of type PhongMaterial
protected  double[] PhongModel.color(double[] in, double[] out, double[] normal, PhongMaterial d, int mask, double[] result)
          Common computation for color BRDF sample (BRDF is treated as band-color).
protected  double PhongModel.mono(double[] in, double[] out, double[] normal, PhongMaterial d, int mask)
          Common computation for monochrome BRDF sample (BRDF is treated as monochrome).