#include "camera.h"#include "film.h"#include "paramset.h"Go to the source code of this file.
Classes | |
| class | EnvironmentCamera |
Functions | |
| DLLEXPORT Camera * | CreateCamera (const ParamSet ¶ms, const Transform &world2cam, Film *film) |
| DLLEXPORT Camera* CreateCamera | ( | const ParamSet & | params, | |
| const Transform & | world2cam, | |||
| Film * | film | |||
| ) |
Definition at line 62 of file environment.cpp.
References EnvironmentCamera::EnvironmentCamera(), ParamSet::FindFloat(), ParamSet::FindOneFloat(), memcpy(), Film::xResolution, and Film::yResolution.
1.5.6