Methods in shader with parameters of type ScatteredRayContainer |
void |
RefractionShaderOp.performOperation(IntersectionInfo intersection,
RayState rs,
RGBColor color,
ScatteredRayContainer raycon,
Scene scene)
|
void |
ReflectionShaderOp.performOperation(IntersectionInfo intersection,
RayState rs,
RGBColor color,
ScatteredRayContainer raycon,
Scene scene)
|
void |
PathtracingShaderOp.performOperation(IntersectionInfo intersection,
RayState rs,
RGBColor color,
ScatteredRayContainer raycon,
Scene scene)
|
void |
IShaderOp.performOperation(IntersectionInfo intersection,
RayState rs,
RGBColor color,
ScatteredRayContainer raycon,
Scene scene)
computes the color |
void |
EmissionShaderOp.performOperation(IntersectionInfo intersection,
RayState rs,
RGBColor color,
ScatteredRayContainer raycon,
Scene scene)
|
void |
DirectLightingShaderOp.performOperation(IntersectionInfo intersection,
RayState rs,
RGBColor color,
ScatteredRayContainer raycon,
Scene scene)
|
void |
AreaLightShaderOp.performOperation(IntersectionInfo ri,
RayState rs,
RGBColor c,
ScatteredRayContainer raycon,
Scene scene)
|