#include "stdafx.h"#include "samplers/bestcandidate.h"#include "camera.h"#include "montecarlo.h"#include "samplers/bestcandidate.out"Go to the source code of this file.
Defines | |
| #define | WRAP(x) ((x) > 1 ? ((x)-1) : (x)) |
Functions | |
| BestCandidateSampler * | CreateBestCandidateSampler (const ParamSet ¶ms, const Film *film, const Camera *camera) |
| #define WRAP | ( | x | ) | ((x) > 1 ? ((x)-1) : (x)) |
Referenced by BestCandidateSampler::GetMoreSamples().
| BestCandidateSampler* CreateBestCandidateSampler | ( | const ParamSet & | params, | |
| const Film * | film, | |||
| const Camera * | camera | |||
| ) |
Definition at line 86 of file bestcandidate.cpp.
References ParamSet::FindOneInt(), Film::GetSampleExtent(), PbrtOptions, Options::quickRender, Camera::shutterClose, and Camera::shutterOpen.
Referenced by MakeSampler().
1.6.3