|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmaterial.IsotropicPhongBRDF
public class IsotropicPhongBRDF
brdf of a isotropic phong material
Constructor Summary | |
---|---|
IsotropicPhongBRDF(IPainter Rd,
IPainter Rs,
IPainter exp)
constructor, creates the brdf |
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 IsotropicPhongBRDF(IPainter Rd, IPainter Rs, IPainter exp)
Rd
- [in] diffuse reflectionRs
- [in] specular reflectionexp
- [in] the phong exponentMethod 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 |