Point-Based Global Illumination for Movie Production

Per H. Christensen

Abstract:

This course note describes a fast point-based method for computing diffuse and glossy global illumination, area light illumination and soft shadows, HDRI environment map illumination, multiple diffuse reflection bounces, final gathering for photon mapping, ambient occlusion, reflection occlusion, and volume scattering. The results are free of noise and the run-time does not increase due to displacement maps on surfaces, complex shaders, or dozens of complex light sources. These properties make the method suitable for movie production.

The first step generates a point cloud (surfel) representation of the directly illuminated geometry in the scene. The surfels in the point cloud are organized in an octree, and the power from the surfels in each octree node is approximated either as a single large surfel or using spherical harmonics. To compute the indirect illumination at a receiving point, we rasterize the light from all surfels using three degrees of accuracy: ray tracing, disk approximation, and clusters. Huge point clouds are handled by reading the octree nodes and surfels on demand and caching them.

The method is integrated into Pixar's RenderMan renderer (PRMan) and has been used in the production of more than 35 feature films to date.

Paper (PDF)

Additional materials: [Slides.pdf]