Slide 10
Slide 10 text
Basic Algorithm
• For each pixel:
• Cast a ray from the camera and through the pixel
• Determine the nearest object in the scene that the
ray intersects
• Cast shadow ray(s) to determine direct lighting
• Recursively cast more rays to determine indirect
lighting, until some maximum depth is reached