Expand description
The renderer takes a Scene as input, renders it and reports RenderProgress
Modules§
- shader
- Contains the different shader used by the renderer
Structs§
- Render
Config - Input to the ray tracer for how the image should be rendered
- Render
Progress - Progress reported back to the caller of the raytrace function
- Renderer
- Renderer is a central part of the raytracer responsible for controlling the process reporting back progress to the caller
- Scene
- Contains all information needed to render an image
Enums§
- Render
Image Strategy - When should
RenderProgresscontain an image of the rendering