This flashcard is just one of a free flashcard set. See all flashcards!
64
Explain Monte Carlo Path Tracing!
MCPT solves the Rendering Equation using Monte Carlo Integration. The space over which is integrated is the space of all photon paths. Relevant paths are only those which carry energy: Starting from the eye and ending in an emissive surface:
The radiance at the end of this path is
(for every photon bounce, there is one term )
MCPT():
for each pixel
for
:
if
(emit)
return
else
(reflect)
generate random direction over
return
If we choose
the return statement in the reflect case simplifies to just
The radiance at the end of this path is
(for every photon bounce, there is one term )
MCPT():
for each pixel
for
:
if
(emit)
return
else
(reflect)
generate random direction over
return
If we choose
the return statement in the reflect case simplifies to just
Flashcard info:
Author: janisborn
Main topic: Informatik
Topic: Computergrafik
School / Univ.: RWTH Aachen
City: Aachen
Published: 18.05.2022