Pathtracer

Path tracing

Path tracing is a computer graphics Monte Carlo method used to render images of three-dimensional scenes with realistic global illumination. It simulates many effects that have to be added to other methods, but is relatively inefficient due to the large number of rays needed for high-quality images. Variants such as bidirectional path tracing and volumetric path tracing have been introduced to make it more efficient.

1 courses cover this concept

15-462/662 Computer Graphics

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