#include "pbrt.h"#include "transport.h"#include "scene.h"Go to the source code of this file.
Classes | |
| class | WhittedIntegrator |
Functions | |
| DLLEXPORT SurfaceIntegrator * | CreateSurfaceIntegrator (const ParamSet ¶ms) |
| DLLEXPORT SurfaceIntegrator* CreateSurfaceIntegrator | ( | const ParamSet & | params | ) |
Definition at line 141 of file whitted.cpp.
References ParamSet::FindOneInt(), WhittedIntegrator::maxDepth, and WhittedIntegrator::WhittedIntegrator().
1.5.6