Uses of Interface
de.grogra.ray2.tracing.RayProcessor
Packages that use RayProcessor
Package
Description
-
Uses of RayProcessor in de.grogra.ray2.antialiasing
Fields in de.grogra.ray2.antialiasing declared as RayProcessorModifier and TypeFieldDescriptionNoAntialiasing.processor
The processor on which antialiasing operates. -
Uses of RayProcessor in de.grogra.ray2.tracing
Classes in de.grogra.ray2.tracing that implement RayProcessorModifier 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 that return RayProcessorModifier and TypeMethodDescriptionReturns a clone of thisRayProcessor
. -
Uses of RayProcessor in de.grogra.ray2.tracing.modular
Classes in de.grogra.ray2.tracing.modular that implement RayProcessor