#include "pbrt.h"#include "light.h"#include "shape.h"#include "scene.h"Go to the source code of this file.
Classes | |
| class | DistantLight |
Functions | |
| DistantLight * | CreateDistantLight (const Transform &light2world, const ParamSet ¶mSet) |
| DistantLight* CreateDistantLight | ( | const Transform & | light2world, | |
| const ParamSet & | paramSet | |||
| ) |
Definition at line 58 of file distant.cpp.
References ParamSet::FindOnePoint(), and ParamSet::FindOneSpectrum().
Referenced by MakeLight().
1.6.3