---
title: "What is Path Tracing?"
canonical: "https://rmanwiki-27.pixar.com/space/RU/629932059/What%20is%20Path%20Tracing%3F"
format: markdown
---
Path tracing is a method for generating digital images by simulating how light would interact with objects in a virtual world. 

The path of light is traced by shooting rays (line segments) into the scene and tracking them as they bounce between objects. 

Path tracing gets its name from calculating the full path of light from a light source to the camera. 

Light can potentially bounce between many objects inside the virtual scene. As a ray of light hits a surface, it bounces and creates new rays of light. A path can therefore consist of multiple rays.<span style="color: #ffffff"> </span>

By collecting all the rays along a path, the contributions of a light source and the surfaces along the path can be calculated. These calculations are used to produce a final image.

The video below, created by Disney Animation Studios, provides a fantastic overview of Path Tracing.


> Macro (widget)