#include "pbrt.h"#include "light.h"#include "texture.h"#include "shape.h"#include "scene.h"#include "mipmap.h"Go to the source code of this file.
Classes | |
| class | InfiniteAreaLight |
Functions | |
| DLLEXPORT Light * | CreateLight (const Transform &light2world, const ParamSet ¶mSet) |
Definition at line 163 of file infinite.cpp.
References ParamSet::FindOneInt(), ParamSet::FindOneSpectrum(), ParamSet::FindOneString(), InfiniteAreaLight::InfiniteAreaLight(), and Light::nSamples.
1.5.6