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

View file

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

View file

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