#include "stdafx.h"#include "samplers/halton.h"#include "paramset.h"#include "camera.h"#include "montecarlo.h"Go to the source code of this file.
Functions | |
| HaltonSampler * | CreateHaltonSampler (const ParamSet ¶ms, const Film *film, const Camera *camera) |
| HaltonSampler* CreateHaltonSampler | ( | const ParamSet & | params, | |
| const Film * | film, | |||
| const Camera * | camera | |||
| ) |
Definition at line 79 of file halton.cpp.
References ParamSet::FindOneInt(), Film::GetSampleExtent(), PbrtOptions, Options::quickRender, Camera::shutterClose, and Camera::shutterOpen.
Referenced by MakeSampler().
1.6.3