Home

Awesome

Correlated Photon Mapping for Interactive Global Illumination of Time-Varying Volumetric Data

Example code for tracing photons in time-varying heterogenous media using a visual importance map as described in the publication "Correlated Photon Mapping for Interactive Global Illumination of Time-Varying Volumetric Data". Note that each folder may have different licenses.

Please cite the article when making use of this code:

@article{JFY16,<br> author = {J{"o}nsson, Daniel and Ynnerman, Anders},<br> title = {{Correlated Photon Mapping for Interactive Global Illumination of Time-Varying Volumetric Data}},<br> journal = {IEEE Transactions on Visualization and Computer Graphics (TVCG)},<br> number = {1},<br> volume = {23},<br> pages = {901 - 910},<br> year = {2017}<br> }

Build

  1. Download and setup Inviwo (tested with version Inviwo commit 989dc16e00aff2e3955281dbcf5a224ec53d2001):
  1. Download and setup boost (required by the radix sorting library)
  1. Set the directory to this folder in CMake, IVW_EXTERNAL_MODULES path/to/CorrelatedPhotonMapping/modules;
  1. Enable the IVW_MODULE_PROGRESSIVE_PHOTONMAPPING

Build system

Licenses

Each folder can be under a different license. See license.txt in each folder.

radixsortcl: clogs 1.5.0 is under MIT license

rndgenmwc64x: MWC64X is under BSD license

uniformgridcl: is under MIT license

importancesamplingcl is under Creative Commons Attribution-NonCommercial 4.0 International license

lightcl is under Creative Commons Attribution-NonCommercial 4.0 International license

progressivephotonmapping is under Creative Commons Attribution-NonCommercial 4.0 International license