#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 | |
| struct | Distribution1D |
| class | InfiniteAreaLightIS |
Functions | |
| DLLEXPORT Light * | CreateLight (const Transform &light2world, const ParamSet ¶mSet) |
Definition at line 217 of file infinitesample.cpp.
References ParamSet::FindOneInt(), ParamSet::FindOneSpectrum(), ParamSet::FindOneString(), InfiniteAreaLightIS::InfiniteAreaLightIS(), and Light::nSamples.
1.5.6