#include "perspective.h"
#include "sampling.h"
#include "mc.h"
#include "scene.h"
#include "film.h"
#include "reflection/bxdf.h"
#include "light.h"
#include "paramset.h"
#include "dynload.h"
#include "disk.h"
#include "error.h"
Go to the source code of this file.
Classes | |
class | PerspectiveBxDF |
Defines | |
#define | honeyRad 0.866025403 |
#define | radIndex 57.2957795 |
Variables | |
static DynamicLoader::RegisterCamera < PerspectiveCamera > | r ("perspective") |
#define honeyRad 0.866025403 |
Definition at line 38 of file perspective.cpp.
#define radIndex 57.2957795 |
Definition at line 39 of file perspective.cpp.
Referenced by lux::PerspectiveCamera::SampleLens().
DynamicLoader::RegisterCamera<PerspectiveCamera> r("perspective") [static] |