#include "pbrt.h"#include "light.h"#include "shape.h"Go to the source code of this file.
Classes | |
| class | SpotLight |
Functions | |
| SpotLight * | CreateSpotLight (const Transform &l2w, const ParamSet ¶mSet) |
Definition at line 70 of file spot.cpp.
References CoordinateSystem(), ParamSet::FindOneFloat(), ParamSet::FindOnePoint(), ParamSet::FindOneSpectrum(), I(), Inverse(), Normalize(), Translate(), Point::x, Vector::x, Point::y, Vector::y, Point::z, and Vector::z.
Referenced by MakeLight().
1.6.3