corrected raynum
This commit is contained in:
parent
a4f843f3f2
commit
48998b7380
2 changed files with 3 additions and 3 deletions
|
|
@ -1,9 +1,9 @@
|
||||||
\begin{tikzpicture}
|
\begin{tikzpicture}
|
||||||
|
|
||||||
\def\raynum{120}
|
\def\raynum{60}
|
||||||
|
|
||||||
\foreach \x in {0,...,\raynum} {
|
\foreach \x in {0,...,\raynum} {
|
||||||
\ifthenelse{\x < 20 \OR \x>100}
|
\ifthenelse{\x < 10 \OR \x>50}
|
||||||
{
|
{
|
||||||
\draw[color = kit-blue100] (\x /\raynum * 6 ,0) -- (3,4);
|
\draw[color = kit-blue100] (\x /\raynum * 6 ,0) -- (3,4);
|
||||||
}{
|
}{
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,6 @@
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
\begin{frame}
|
\begin{frame}
|
||||||
\input{diagrams/raytracing_anim.tex}
|
\input{diagrams/diagramm_occlusion.tex}
|
||||||
\end{frame}
|
\end{frame}
|
||||||
\end{document}
|
\end{document}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue