Ray Tracing
Ray tracing is a rendering technique that simulates the path of light as it travels through a scene. Instead of coloring pixels directly, we imagine a “ray” being cast from the camera, through each pixel on the screen, and into the virtual world. Wherever the ray hits an object, we determine what color should appear there based on the material, lighting, shadows, and reflections.

