Uses of Class
de.grogra.ray2.tracing.ProcessorBase
Packages that use ProcessorBase
Package
Description
-
Uses of ProcessorBase in de.grogra.ray2.antialiasing
Subclasses of ProcessorBase in de.grogra.ray2.antialiasingModifier and TypeClassDescriptionclass
class
Although this class is implemented as antialiasing method it will not perform any aliasing.class
This class implements a stratified stochastic supersampling strategy. -
Uses of ProcessorBase in de.grogra.ray2.light
Subclasses of ProcessorBase in de.grogra.ray2.lightModifier and TypeClassDescriptionclass
This class implements a standardLightProcessor
.Methods in de.grogra.ray2.light with parameters of type ProcessorBaseModifier and TypeMethodDescriptionprotected void
DefaultLightProcessor.mergeStatistics
(ProcessorBase src) -
Uses of ProcessorBase in de.grogra.ray2.tracing
Subclasses of ProcessorBase in de.grogra.ray2.tracingModifier and TypeClassDescriptionclass
class
class
class
This class implements a physically correct path tracer.class
This class renders a scene with the photon map rendering algorithm.class
This is a Radiosity Processor.class
Methods in de.grogra.ray2.tracing with parameters of type ProcessorBaseModifier and TypeMethodDescriptionprotected void
DefaultRayProcessor.mergeStatistics
(ProcessorBase src) protected void
PathTracer.mergeStatistics
(ProcessorBase src) protected void
ProcessorBase.mergeStatistics
(ProcessorBase src) protected void
RayProcessorBase.mergeStatistics
(ProcessorBase src) -
Uses of ProcessorBase in de.grogra.ray2.tracing.modular
Subclasses of ProcessorBase in de.grogra.ray2.tracing.modular