Uses of Interface
material.ISPF

Packages that use ISPF
material   
 

Uses of ISPF in material
 

Classes in material that implement ISPF
 class DielectricSPF
          the dielectric scattering function
 class IsotropicPhongSPF
          a brdf of a isotropic phong material
 class LambertianSPF
          spf of a lambertian material
 class PerfectReflectorSPF
          spf of a perfect reflector material
 

Methods in material that return ISPF
 ISPF PerfectReflectorMaterial.getSPF()
           
 ISPF LambertianMaterial.getSPF()
           
 ISPF LambertianLuminaireMaterial.getSPF()
           
 ISPF IsotropicPhongMaterial.getSPF()
           
 ISPF IMaterial.getSPF()
           
 ISPF DielectricMaterial.getSPF()