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