#include "pbrt.h"#include "light.h"#include "shape.h"#include "mipmap.h"Go to the source code of this file.
Classes | |
| class | ProjectionLight |
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