#include "pbrt.h"#include "camera.h"#include "film.h"Go to the source code of this file.
Classes | |
| class | PerspectiveCamera |
Functions | |
| PerspectiveCamera * | CreatePerspectiveCamera (const ParamSet ¶ms, const AnimatedTransform &cam2world, Film *film) |
| PerspectiveCamera* CreatePerspectiveCamera | ( | const ParamSet & | params, | |
| const AnimatedTransform & | cam2world, | |||
| Film * | film | |||
| ) |
Definition at line 109 of file perspective.cpp.
References ParamSet::FindFloat(), ParamSet::FindOneFloat(), Film::xResolution, and Film::yResolution.
Referenced by MakeCamera().
1.6.3