#include "pbrt.h"#include "light.h"#include "shape.h"#include "scene.h"Go to the source code of this file.
Classes | |
| class | DistantLight |
Functions | |
| DLLEXPORT Light * | CreateLight (const Transform &light2world, const ParamSet ¶mSet) |
Definition at line 94 of file distant.cpp.
References DistantLight::DistantLight(), ParamSet::FindOnePoint(), ParamSet::FindOneSpectrum(), and DistantLight::L.
1.5.6