Uses of Class
com.jhlabs.image.LightFilter.Material

Packages that use LightFilter.Material
com.jhlabs.image   
 

Uses of LightFilter.Material in com.jhlabs.image
 

Methods in com.jhlabs.image with parameters of type LightFilter.Material
 javax.vecmath.Color4f LightFilter.phongShade(javax.vecmath.Vector3f position, javax.vecmath.Vector3f viewpoint, javax.vecmath.Vector3f normal, javax.vecmath.Color4f diffuseColor, javax.vecmath.Color4f specularColor, LightFilter.Material material, LightFilter.Light[] lightsArray)