*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit deee4609 authored by android172's avatar android172
Browse files

Fix to image existence checking.

parent f2efd7aa
No related branches found
No related tags found
No related merge requests found
......@@ -84,7 +84,7 @@
\end{subfigure}
\hfill
\begin{subfigure}{0.49\textwidth}
\IfFileExists{cbox_ajax_bunny_pt.png}{
\IfFileExists{cbox_ajax_bunny_benchmark.png}{
\includegraphics[width=\textwidth]{cbox_ajax_bunny_benchmark.png}
\caption{Yours}
}{
......@@ -127,7 +127,7 @@
\end{subfigure}
\hfill
\begin{subfigure}{0.49\textwidth}
\IfFileExists{sponza_ao_uniform.png}{
\IfFileExists{sponza_benchmark.png}{
\includegraphics[width=\textwidth]{sponza_benchmark.png}
\caption{Yours}
}{
......@@ -170,7 +170,7 @@
\end{subfigure}
\hfill
\begin{subfigure}{0.49\textwidth}
\IfFileExists{veach_room_ao_uniform.png}{
\IfFileExists{veach_room_benchmark.png}{
\includegraphics[width=\textwidth]{veach_room_benchmark.png}
\caption{Yours}
}{
......@@ -193,7 +193,7 @@
\end{subfigure}
\hfill
\begin{subfigure}{0.49\textwidth}
\IfFileExists{veach_room_ao_uniform.png}{
\IfFileExists{cbox_ajax_bunny_pt.png}{
\includegraphics[width=\textwidth]{cbox_ajax_bunny_pt.png}
\caption{Your results now}
}{
......
......@@ -11,10 +11,10 @@ RENDER_SCENES = [
["bunny_normals.xml", 20, "", ""],
["cbox_ajax_bunny_intersections.xml", 15, "", ""],
["cbox_ajax_bunny_normals.xml", 15, "", ""],
["cbox_ajax_bunny_benchmark.xml", 45, "", ""],
["cbox_ajax_bunny_benchmark.xml", 100, "", ""],
["sponza_intersections.xml", 50, "", ""],
["sponza_normals.xml", 20, "", ""],
["sponza_benchmark.xml", 100, "", ""],
["sponza_benchmark.xml", 280, "", ""],
["veach_room_intersections.xml", 10, "", ""],
["veach_room_normals.xml", 10, "", ""],
["veach_room_benchmark.xml", 30, "", ""],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment