#include "stdafx.h"#include "lights/diffuse.h"#include "paramset.h"#include "montecarlo.h"Go to the source code of this file.
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