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