#include <mitsuba/render/vpl.h>
Public Member Functions | |
VPL (EVPLType type, const Spectrum &P) | |
std::string | toString () const |
Public Attributes | |
EVPLType | type |
Spectrum | P |
Intersection | its |
const Emitter * | emitter |
Float | emitterScale |
Support routines for rendering algorithms based on VPLs (virtual point lights)
std::string mitsuba::VPL::toString | ( | ) | const |
const Emitter* mitsuba::VPL::emitter |
Float mitsuba::VPL::emitterScale |
Intersection mitsuba::VPL::its |
Spectrum mitsuba::VPL::P |
EVPLType mitsuba::VPL::type |