Update on Overleaf.

This commit is contained in:
uxwmp 2023-06-18 12:30:35 +00:00 committed by node
parent 48998b7380
commit 257108290e
4 changed files with 41 additions and 19 deletions

View file

@ -33,9 +33,9 @@
\underbrace{\epsilon(x,x')}_{\text{emissive light}}+\underbrace{\int_S \rho(x,x',x'')I(x',x'')dx''}_{\text{light scattered towards the point}}
\right]
\]
\begin{itemize}
\item Attempts to capture the physical light transport phenomenon in a single equation
\end{itemize}
%\begin{itemize}
%\item Attempts to capture the physical light transport phenomenon in a single equation
%\end{itemize}
[\cite{ACM:rendering_equation}]
\item Problem: This equation is not analytically solvable\\
$\rightarrow$ Solve numerically using Monte-Carlo integration (i.e. raytracing)
@ -51,7 +51,7 @@
\item Calculate geometry intersection
\item Trace rays from intersection point to all light sources
\item Calculate color from emission and the sampled reflected light taking geometry into account (e.g. occlusion)
\item Have the ray "bounce around" to account for global illumination
\item Have the ray "bounce around" to account for indirect lighting
\end{itemize}
\end{block}
\pause