#include "stdafx.h"#include "samplers/random.h"#include "montecarlo.h"#include "camera.h"Go to the source code of this file.
Functions | |
| Sampler * | CreateRandomSampler (const ParamSet ¶ms, const Film *film, const Camera *camera) |
Definition at line 106 of file random.cpp.
References ParamSet::FindOneInt(), Film::GetSampleExtent(), Camera::shutterClose, and Camera::shutterOpen.
Referenced by MakeSampler().
1.6.3