#include "pbrt.h"#include "light.h"#include "shape.h"Go to the source code of this file.
Classes | |
| class | PointLight |
Functions | |
| DLLEXPORT Light * | CreateLight (const Transform &light2world, const ParamSet ¶mSet) |
Definition at line 78 of file point.cpp.
References ParamSet::FindOnePoint(), ParamSet::FindOneSpectrum(), PointLight::PointLight(), Translate(), Point::x, Point::y, and Point::z.
1.5.6