#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 | |
| DLLEXPORT Light * | CreateLight (const Transform &light2world, const ParamSet ¶mSet) |
Definition at line 103 of file goniometric.cpp.
References ParamSet::FindOneSpectrum(), ParamSet::FindOneString(), and GonioPhotometricLight::GonioPhotometricLight().
1.5.6