Shadow Buffers
A significant portion of the object-ray intersections are used to compute shadow rays.

Idea:

  • Enclose each light source with a cube
  • Subdivide each face of the cube and determine the potentially visible objects that could be projected into each subregion
  • Keep a list of objects at each subdivision cell
Lecture 19   Slide 35   6.837 Fall '00