Update on Overleaf.

This commit is contained in:
uxwmp 2023-06-15 17:08:29 +00:00 committed by node
parent 3eebd90a22
commit fc565d5cfa
3 changed files with 7 additions and 3 deletions

View file

@ -1,4 +1,3 @@
\begin{frame}{}
\begin{center} \begin{center}
\begin{minipage}{0.3\linewidth} \begin{minipage}{0.3\linewidth}
\begin{tikzpicture} \begin{tikzpicture}
@ -31,6 +30,7 @@
\begin{tikzpicture} \begin{tikzpicture}
% scene seite % scene seite
\node[above] at (2,2) {side view}; \node[above] at (2,2) {side view};
\node[below] at (2,-0.5) {(no indirect lighting)};
\draw[ \draw[
kit-green100 kit-green100
@ -78,4 +78,3 @@
\end{tikzpicture} \end{tikzpicture}
\end{minipage} \end{minipage}
\end{center} \end{center}
\end{frame}

View file

@ -63,6 +63,11 @@
\end{itemize} \end{itemize}
\end{block} \end{block}
\end{frame} \end{frame}
\begin{frame}{Visualization}
\input{presentation/diagrams/raytracing_anim}
\end{frame}
\begin{frame}{Image synthesis - optical phenomena} \begin{frame}{Image synthesis - optical phenomena}
\centering \centering
\includegraphics[width=0.38\linewidth]{presentation/img/proseminar_cycles_annotated.png} \includegraphics[width=0.38\linewidth]{presentation/img/proseminar_cycles_annotated.png}

View file

@ -10,7 +10,7 @@
\captionsetup[figure]{labelformat=empty} \captionsetup[figure]{labelformat=empty}
\usepackage{csquotes} \usepackage{csquotes}
\usepackage{tikz, ifthen, calc} \usepackage{tikz, ifthen, calc}
\usetikzlibrary{calc,patterns,angles,quotes} \usetikzlibrary{calc,patterns,angles,quotes,shapes,arrows, positioning,overlay-beamer-styles}