#include "pbrt.h"#include "light.h"#include "shape.h"Go to the source code of this file.
Classes | |
| class | SpotLight |
Functions | |
| DLLEXPORT Light * | CreateLight (const Transform &l2w, const ParamSet ¶mSet) |
Definition at line 96 of file spot.cpp.
References CoordinateSystem(), ParamSet::FindOneFloat(), ParamSet::FindOnePoint(), ParamSet::FindOneSpectrum(), Transform::GetInverse(), Normalize(), SpotLight::SpotLight(), Translate(), Point::x, Vector::x, Point::y, Vector::y, Point::z, and Vector::z.
1.5.6