#include "pbrt.h"#include "integrator.h"Go to the source code of this file.
Classes | |
| class | PathIntegrator |
Defines | |
| #define | SAMPLE_DEPTH 3 |
Functions | |
| PathIntegrator * | CreatePathSurfaceIntegrator (const ParamSet ¶ms) |
| #define SAMPLE_DEPTH 3 |
Definition at line 47 of file path.h.
Referenced by PathIntegrator::Li(), and PathIntegrator::RequestSamples().
| PathIntegrator* CreatePathSurfaceIntegrator | ( | const ParamSet & | params | ) |
Definition at line 119 of file path.cpp.
References ParamSet::FindOneInt().
Referenced by MakeSurfaceIntegrator().
1.6.3