|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmaterial.LambertianBRDF
public class LambertianBRDF
brdf of a lambertian material
Constructor Summary | |
---|---|
LambertianBRDF(IPainter reflectance_)
constructor |
Method Summary | |
---|---|
RGBColor |
value(Vector3D vLightIn,
IntersectionInfo intersection)
return actual BRDF value as a RGB value |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LambertianBRDF(IPainter reflectance_)
reflectance_
- [in] diffuse reflectionMethod Detail |
---|
public RGBColor value(Vector3D vLightIn, IntersectionInfo intersection)
value
in interface IBSDF
vLightIn
- [in] vector of the incoming lightintersection
- [in] intersection details for point of intersection
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |