Zu dieser Karteikarte gibt es einen kompletten Satz an Karteikarten. Kostenlos!
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
Karteninfo:
Autor: janisborn
Oberthema: Informatik
Thema: Computergrafik
Schule / Uni: RWTH Aachen
Ort: Aachen
Veröffentlicht: 18.05.2022