If you want all the details then check out my new book about photon mapping.

Global Illumination using Photon Maps


Henrik Wann Jensen

The Technical University of Denmark



A simple museum scene rendered with photon mapping

Note the caustic below the glass sphere, the glossy reflections,
and the overall quality of the global illumination.

Abstract

This paper presents a two pass global illumination method based on the concept of photon maps. It represents a significant improvement of a previously described approach both with respect to speed, accuracy and versatility. In the first pass two photon maps are created by emitting packets of energy (photons) from the light sources and storing these as they hit surfaces within the scene. We use one high resolution caustics photon map to render caustics that are visualized directly and one low resolution photon map that is used during the rendering step. The scene is rendered using a distribution ray tracing algorithm optimized by using the information in the photon maps. Shadow photons are used to render shadows more efficiently and the directional information in the photon map is used to generate more optimal sampling directions and to limit the recursion in the distribution ray tracer by providing an estimate of the radiance on all surfaces with the exception of specular and highly glossy surfaces. Noise and blur at discontinuities in the radiance estimate is reduced by using a cone filter.

The results presented demonstrate global illumination in scenes containing procedural objects and surfaces with diffuse and glossy reflection models. The implementation is also compared with the Radiance program.

Key words: Global Illumination, Photon Maps, Filtering, Monte Carlo Ray Tracing

Reference:

Henrik Wann Jensen: "Global Illumination using Photon Maps". In "Rendering Techniques '96". Eds. X. Pueyo and P. Schröder. Springer-Verlag, pp. 21-30, 1996

Click here to download a slightly extended 1.3MB pdf version of the paper

The Colour Images in the Paper



The Museum (Figure 2)

The Museum. Resolution 1280x960. Rendering time 56 min.




The global photon map in the Museum (Figure 3)

The global photon in the Museum visualized directly.




A glass of cognac on a fractal surface (Figure 4)

The cognac glass. Resolution 1280x960. Rendering only took 65 min. and building the photon map took 27 min. (most of the time was spent intersecting the fractal surface object).




The Glossy Cornell box (Figure 5)

A glossy floor. Resolution 2560x1920. Rendering time 50 min.




The Glossy Cornell box - Radiance rendering (Figure 6)

The Glossy Cornell Box rendered using Radiance. Resolution 5120x3840. Rendering time 6 hours.




The Diffuse Cornell box (Not in the paper)

Only diffuse surfaces. Resolution 1280x960. Rendering time 10 min.




The Diffuse Cornell box - Radiance rendering (Not in the paper)

Only diffuse surfaces. Resolution 1280x960. Rendering time 60 min.