-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathtest.sh
More file actions
executable file
·19 lines (17 loc) · 711 Bytes
/
test.sh
File metadata and controls
executable file
·19 lines (17 loc) · 711 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/bin/bash
set -eu
if [ -f rayhunter ]; then
RAYHUNTER=./rayhunter
else
RAYHUNTER=rayhunter
fi
$RAYHUNTER classic 3 800 600 ../demo-models/gltf/punctual_lights/test_lights.gltf \
test_output_gltf_test_lights.png
$RAYHUNTER classic 3 1024 768 ../demo-models/lights_materials/lights.x3dv \
test_output_lights.png
$RAYHUNTER classic 3 1024 768 ../demo-models/lights_materials/raytracer/alien_mirror.wrl \
test_output_alien_mirror.png
$RAYHUNTER path 3 10 512 512 ../demo-models/lights_materials/raytracer/bowl_of_soup_final.x3dv \
test_output_bowl_of_soup.png
$RAYHUNTER path 3 10 512 512 ../demo-models/lights_materials/raytracer/area_light_test_final.wrl \
test_output_area_light_test_final.png