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