Final Project Proposal: Tom Brow, Ranjitha Kumar

Goal

DP-006

We want to reproduce this (believe it or not) unretouched photograph by photographer Frans Lanting. To do so, we will need convincing models of the plant life and a more sophisticated model of light transport through a participating medium than is available by default in PBRT.

Subsurface Scattering

Like most living things, plants are not entirely opaque. Convincing renderings generally simulate light transport within a plant using subsurface scattering techniques. Our lily pad will present a special challenge in that some parts of the plant (such as the pad) are thin enough that some light exits the plant through a surface other than the one through which it entered. We may decide to model these parts using a single surface with a BSDF that accounts for scattering between layers, as in "Reflection from Layered Surfaces due to Subsurface Scattering", (Hanrahan and Krueger, 1993). Otherwise, we would need to define a primitive with a separate surface for either layer and a BSSRDF whose position parameter spans both layers.

Volume Rendering

The target image is an underwater scene, and scattering of both direct and reflected light in the water is evident. Since PBRT's volume integrator only integrates over direct light, we will need to add support for volume scattering of reflected light, and maybe multiple volume scattering. We can do both using photon mapping, which we will implement according to "Efficient Simulation of Light Transport in Scenes with Participating Media using Photon Maps" (Jensen and Christensen, 1998). The addition of photon mapping will also allow us better surface caustics, like the light focused on the pond botttom by the water's surface. We will use a common photon map for volume and surface scattering, as was the strategy in Kayvon's 2004 project.

TomBrow/ProjectProposal (last edited 2006-05-20 07:40:12 by RanjithaKumar)