#include "pbrt.h"#include "light.h"#include "primitive.h"Go to the source code of this file.
Classes | |
| class | DiffuseAreaLight |
Functions | |
| AreaLight * | CreateDiffuseAreaLight (const Transform &light2world, const ParamSet ¶mSet, const Reference< Shape > &shape) |
| AreaLight* CreateDiffuseAreaLight | ( | const Transform & | light2world, | |
| const ParamSet & | paramSet, | |||
| const Reference< Shape > & | shape | |||
| ) |
Definition at line 51 of file diffuse.cpp.
References ParamSet::FindOneInt(), ParamSet::FindOneSpectrum(), PbrtOptions, and Options::quickRender.
Referenced by MakeAreaLight().
1.6.3