You are viewing the course site for a past offering of this course. The current offering may be found here.
Lecture 13: Global Illumination and Path Tracing (119)
andrewdcampbell

There's a variety of algorithms that converge faster for caustics than naive path tracing. One method is photon mapping - it uses some tricks on how light paths are interpolated. Another algorithm is Metropolis Light Transport which works by finding the most significant light path in the scene and exploring other paths around it.

keirp

It seems like this would be challenging because light is coming in from many areas making importance sampling less effective.

sphindle1

One of the most difficult areas for this scene would be getting the light reflection in the shadowy area to look realistic. Right off the bat, you can see that the lighting in the shadow feels off. Not really sure why this effect happens for path tracing though.

You must be enrolled in the course to comment