CSE168 notes 3, ray casting, shading, recursive
camera ray casting from this get the ray : Shading Model Recursive Ray Tracing For each pixel trace primary ray, find intersection trace secondary shadow ray to all lights – color = visible ? illmodel : 0 trace reflected ray – color += reflectivity * color of reflected ray (recursion)