Module raytracer
Package de.grogra.ray2
package de.grogra.ray2
-
ClassDescriptionThis simple interface is used to provide configuration options for raytracing algorithms, e.g., a
Renderer
or a light model.This interface is used by aRenderer
to monitor the progress of rendering and to show messages.This interface specifies the basic operations for a renderer.AScene
represents the complete geometry, shading, and lighting information which is needed for a raytracer.