#include <lightprobe.h>
Public Member Functions | |
LightProbe () | |
Default constructor. | |
LightProbe (const std::string &filename) | |
Constructor loading a light probe from the given filename. | |
virtual | ~LightProbe () |
Destructor. | |
void | load (const std::string &filename) |
Loads a light probe from the given filename. | |
Color | getRadiance (const Vector &d) const |
Returns the radiance for direction d. | |
Protected Attributes | |
Image | mProbe |
The image where the light probe is stored. |