-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathauto.sh
More file actions
executable file
·25 lines (20 loc) · 879 Bytes
/
auto.sh
File metadata and controls
executable file
·25 lines (20 loc) · 879 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#! /bin/bash
make clean
make
#`./ray 50 50 <pptest.txt 2>debug >pptest.ppm`
#`./ray 200 200 <a01.txt 2>debug >a01.ppm`
#`./ray 1000 700 <cyltest.txt 2>debug >cyltest.ppm`
#`./ray 1400 700 <conetest.txt 2>debug >conetest.ppm`
#`./ray 100 100 <a05.txt 2>debug >a05.ppm`
#`./ray 100 100 <displace.txt 2>debug >displace.ppm`
#`./ray 1200 900 <displacement.txt 2>debug >displacement.ppm`
#`./ray 1200 700 <spotlight.txt 2>debug >spotlight.ppm`
`./ray 700 700 <refract2.txt 2>debug >refract2.ppm`
#`./ray 1400 800 <spec1.txt 2>debug >spec1.ppm`
#`./ray 1200 800 <earth.txt 2>debug >earth.ppm`
#`./ray 800 800 <spotlight.txt 2>debug >spotlight.ppm`
#`./ray 1200 800 <textest.txt 2>debug >textest.ppm`
#`./ray 200 200 <tritest.txt 2>debug >tritest.ppm`
#`./ray 600 600 <a06.txt 2>debug >a06.ppm`
#`./ray 800 800 <d03.txt 2>debug >d03.ppm`
#`./ray 300 300 <a08.txt 2>debug >a08.ppm`