|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmaterial.LambertianMaterial
public class LambertianMaterial
lambertian material
Constructor Summary | |
---|---|
LambertianMaterial(IPainter reflectance)
constructor |
Method Summary | |
---|---|
IBSDF |
getBSDF()
|
IMaterial |
getCopy()
|
IEmitter |
getEmitter()
|
ISPF |
getSPF()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LambertianMaterial(IPainter reflectance)
reflectance
- [in] diffuse reflectionMethod Detail |
---|
public IBSDF getBSDF()
getBSDF
in interface IMaterial
public ISPF getSPF()
getSPF
in interface IMaterial
public IEmitter getEmitter()
getEmitter
in interface IMaterial
public IMaterial getCopy()
getCopy
in interface IMaterial
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |