|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectshader.EmissionShaderOp
public class EmissionShaderOp
Constructor Summary | |
---|---|
EmissionShaderOp()
|
Method Summary | |
---|---|
void |
performOperation(IntersectionInfo intersection,
RayState rs,
RGBColor color,
ScatteredRayContainer raycon,
Scene scene)
computes the color |
boolean |
requireSPF()
does the shader op needs the SPF |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EmissionShaderOp()
Method Detail |
---|
public void performOperation(IntersectionInfo intersection, RayState rs, RGBColor color, ScatteredRayContainer raycon, Scene scene)
IShaderOp
performOperation
in interface IShaderOp
intersection
- [in] intersection infors
- [in] actual state of the raycolor
- [out] color of the intersectionraycon
- [in/out] the ray containerscene
- [in]public boolean requireSPF()
IShaderOp
requireSPF
in interface IShaderOp
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |