|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.grogra.ray2.tracing.ProcessorBase de.grogra.ray2.tracing.RayProcessorBase de.grogra.ray2.tracing.PhotonMapRayProcessor
public class PhotonMapRayProcessor
This class renders a scene with the photon map rendering algorithm.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class de.grogra.ray2.tracing.RayProcessorBase |
---|
RayProcessorBase.Locals |
Field Summary |
---|
Fields inherited from class de.grogra.ray2.tracing.RayProcessorBase |
---|
enteredSolids, RECURSION_DEPTH, renderer, scene, sumColor |
Constructor Summary | |
---|---|
PhotonMapRayProcessor()
Creates a new Photon Map Processor. |
Method Summary | |
---|---|
protected void |
appendStatisticsImpl(java.lang.StringBuffer stats)
|
void |
initialize(PixelwiseRenderer renderer,
Scene scene)
With this method the processor is initialized with the scene and other information of a PixelwiseRenderer . |
protected void |
initLocals()
|
Methods inherited from class de.grogra.ray2.tracing.RayProcessorBase |
---|
dup, getColorFromRay, getIOR, getLightProcessor, initializeBeforeTracing, mergeStatistics, record, record, setLightProcessor, setRecursionDepth, unrecord |
Methods inherited from class de.grogra.ray2.tracing.ProcessorBase |
---|
appendStatistics, clone |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface de.grogra.ray2.tracing.RayProcessor |
---|
appendStatistics |
Constructor Detail |
---|
public PhotonMapRayProcessor()
Method Detail |
---|
protected void appendStatisticsImpl(java.lang.StringBuffer stats)
appendStatisticsImpl
in class ProcessorBase
public void initialize(PixelwiseRenderer renderer, Scene scene)
RayProcessor
PixelwiseRenderer
.
initialize
in interface RayProcessor
initialize
in class RayProcessorBase
renderer
- the renderer which provides the needed informationscene
- the scene which is renderedprotected void initLocals()
initLocals
in class RayProcessorBase
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |