#include "stdafx.h"#include "lights/point.h"#include "sh.h"#include "scene.h"#include "paramset.h"#include "montecarlo.h"Go to the source code of this file.
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