#include "stdafx.h"#include "lights/projection.h"#include "montecarlo.h"#include "paramset.h"#include "imageio.h"Go to the source code of this file.
Functions | |
| ProjectionLight * | CreateProjectionLight (const Transform &light2world, const ParamSet ¶mSet) |
| ProjectionLight* CreateProjectionLight | ( | const Transform & | light2world, | |
| const ParamSet & | paramSet | |||
| ) |
Definition at line 104 of file projection.cpp.
References ParamSet::FindOneFloat(), ParamSet::FindOneSpectrum(), ParamSet::FindOneString(), and I().
Referenced by MakeLight().
1.6.3