Path tracing is a method of rendering images in computer graphics that accurately simulates global illumination. It can produce realistic still images by integrating illuminance over each pixel and considering surface reflectance. Path tracing naturally includes effects like soft shadows and motion blur, making it simpler to implement compared to other methods. However, it is relatively inefficient and requires tracing a large number of rays for high-quality images, leading to the development of more efficient variants such as bidirectional path tracing and Metropolis light transport.
Carnegie Mellon University
Spring 2022
Similar to Course ID 29, this course provides a comprehensive introduction to computer graphics. It also demands a strong mathematical and programming background. The topics covered include rasterization, geometric transformations, and Monte Carlo ray tracing.
No concepts data
+ 22 more concepts