Experimentation framework for probe-based lighting.
Other pre-generated reports in HTML and Markdown formats are included in the repository.
CMake is used to generate native build projects for target platform.
mkdir Build
cd Build
cmake -G "Visual Studio 14 2015 Win64" ..
cmake --build . --config Release
Visual Studio 2013 may also work.
mkdir Build
cd Build
cmake -G Xcode ..
cmake --build . --config Release
mkdir Build
cd Build
cmake -DCMAKE_BUILD_TYPE=Release ..
cmake --build .
Run ProbulatorGUI from the build output directory (Build/Source/ProbulatorGUI/Release
by default).
- wells.hdr
USC Institute for Creative Technologies
- ennis.hdr
- grace.hdr
- pisa.hdr
- uffizi.hdr
- Yuriy O'Donnell
- David Neubelt