-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.txt
40 lines (30 loc) · 842 Bytes
/
README.txt
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
BART: A Benchmark for Animated Ray Tracing
==============================================
by Jonas Lext, Ulf Assarsson, and Tomas M�ller
May 2000
----------------------------------------------
The three test scenes are located in the
subdirectories called:
kitchen
robots
museum
The source code for parsing, animation, and
textures are located in
src
By tuituji
----------------------------------------------
src/ is all source
*.jpg are some pictures generated by this raytracer
Input files(mainly some texture pictures) are too large and do not upload here
For more info, visit http://pan.baidu.com/s/1jGiNhga
Build & run on Linux:
cd src
make
cp raytracer ../kitchen
cd ../kitchen
./raytracer kitchen.aff image
output in directory image
Make film:
cd image
convert *.ppm kitchen.mpg
!!!!Moving the camera is still not corret.