#include <null.h>
Public Member Functions | |
| Null () | |
| BSDF * | GetBSDF (const DifferentialGeometry &dgGeom, const DifferentialGeometry &dgShading, float u) const |
Static Public Member Functions | |
| static Material * | CreateMaterial (const Transform &xform, const TextureParams &mp) |
Definition at line 31 of file null.h.
| lux::Null::Null | ( | ) | [inline] |
Definition at line 34 of file null.h.
Referenced by CreateMaterial().
| Material * Null::CreateMaterial | ( | const Transform & | xform, | |
| const TextureParams & | mp | |||
| ) | [static] |
| BSDF * Null::GetBSDF | ( | const DifferentialGeometry & | dgGeom, | |
| const DifferentialGeometry & | dgShading, | |||
| float | u | |||
| ) | const [virtual] |
Implements lux::Material.
Definition at line 31 of file null.cpp.
References lux::BSDF::Add(), BSDF_ALLOC, and lux::DifferentialGeometry::nn.
1.6.1