#include "pbrt.h"#include "light.h"#include "shape.h"#include "scene.h"#include "mipmap.h"Go to the source code of this file.
Classes | |
| class | GonioPhotometricLight |
Functions | |
| GonioPhotometricLight * | CreateGoniometricLight (const Transform &light2world, const ParamSet ¶mSet) |
| GonioPhotometricLight* CreateGoniometricLight | ( | const Transform & | light2world, | |
| const ParamSet & | paramSet | |||
| ) |
Definition at line 64 of file goniometric.cpp.
References ParamSet::FindOneSpectrum(), ParamSet::FindOneString(), and I().
Referenced by MakeLight().
1.6.3