#include <ImageLightingSamplesRun.h>
Inheritance diagram for ImageLightingSamplesRun:
Public Member Functions | |
ImageLightingSamplesRun (unsigned int depthMapSize, const String &environHdriPath, unsigned int nSamplePoints) | |
Contructor. | |
~ImageBasedLightingModule () | |
Destructor. | |
unsigned int | getDepthMapSize () |
unsigned int | getNSamplePoints () |
void | setNSamplePoints (unsigned int nSamplePoints) |
void | loadHdri (const String &environHdriPath) |
void | update () |
void | rewind () |
bool | renderNextDepthMaps () |
HdriSampler * | getSamples () |
const String & | getDepthMap (unsigned int index) |
|
Contructor.
|
|
|
|
|
|
|
|
|
|
|
|
Render depth maps of next quadruple of samples into by depthsMapPass[0..3].
|
|
Next renderNextDepthMaps will render the depth maps of the first quadruple of samples. |
|
|
|
Inherited from PreComputingRun. Recomputes samples. Implements PreComputingRun. |