#include "pbrt.h"#include "light.h"#include "shape.h"Go to the source code of this file.
Classes | |
| class | PointLight |
Functions | |
| PointLight * | CreatePointLight (const Transform &light2world, const ParamSet ¶mSet) |
| PointLight* CreatePointLight | ( | const Transform & | light2world, | |
| const ParamSet & | paramSet | |||
| ) |
Definition at line 57 of file point.cpp.
References ParamSet::FindOnePoint(), ParamSet::FindOneSpectrum(), I(), P, Translate(), Point::x, Point::y, and Point::z.
Referenced by MakeLight().
1.6.3