#include "spot.h"
#include "mc.h"
#include "paramset.h"
#include "reflection/bxdf.h"
#include "dynload.h"
Go to the source code of this file.
Classes | |
class | SpotBxDF |
Functions | |
static float | LocalFalloff (const Vector &w, float cosTotalWidth, float cosFalloffStart) |
Variables | |
static DynamicLoader::RegisterLight < SpotLight > | r ("spot") |
static float LocalFalloff | ( | const Vector & | w, | |
float | cosTotalWidth, | |||
float | cosFalloffStart | |||
) | [static] |
Definition at line 32 of file spot.cpp.
References lux::CosTheta().
Referenced by SpotBxDF::f(), lux::SpotLight::Falloff(), and SpotBxDF::Sample_f().
DynamicLoader::RegisterLight<SpotLight> r("spot") [static] |