Renderer.cpp File Reference
Abstract rendering engine which attempts to evaluate a rendering equation over a given 2D domain (the film plane) and pipes its output to an equally abstract RenderOutput (generally an image wrapper, but allowing for distributed rendering). More...
#include "Renderer.h"
#include <DirectIllumination.h>
#include <Camera.h>
#include <Scene.h>
#include <sstream>
Go to the source code of this file.
Detailed Description
Abstract rendering engine which attempts to evaluate a rendering equation over a given 2D domain (the film plane) and pipes its output to an equally abstract RenderOutput (generally an image wrapper, but allowing for distributed rendering).
- Date:
- Fall 2008
Definition in file Renderer.cpp.
Generated on 28 Feb 2009 for Milton by
1.5.6