#include "camera.h"#include "film.h"#include "paramset.h"Go to the source code of this file.
Classes | |
| class | OrthoCamera |
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 80 of file orthographic.cpp.
References ParamSet::FindFloat(), ParamSet::FindOneFloat(), memcpy(), OrthoCamera::OrthoCamera(), Film::xResolution, and Film::yResolution.
1.5.6