-
Notifications
You must be signed in to change notification settings - Fork 0
/
scene.txt
61 lines (48 loc) · 1.02 KB
/
scene.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<plane>
<distance> 0 </distance>
<color> 0.2, 0.8, 0.1 </color>
<normal> 0, 0, 1 </normal>
<reflectivity> 0.2 </reflectivity>
</plane>
<plane>
<distance> 15 </distance>
<color> 0.2, 0.3, 0.1 </color>
<normal> -1, -1, 0</normal>
<reflectivity> 0.1 </reflectivity>
</plane>
<plane>
<distance> -2 </distance>
<color> 0.1,0.1, 0.05 </color>
<normal> 0, -1, 0</normal>
</plane>
<cylinder>
<center> 8, 6, 2 </center>
<orientation> -0.8, 1, 0 </orientation>
<color> 0.15, 0.15, 0.4 </color>
<height> 6 </height>
<radius> 2 </radius>
</cylinder>
<sphere>
<radius> 3 </radius>
<color> 0.2, 0.8, 0.1 </color>
<center> 4, 10, 4 </center>
</sphere>
<sphere>
<radius> 3.5 </radius>
<color> 0.8, 0.1, 0.3 </color>
<center> 2.5,0,5 </center>
</sphere>
<light>
<position> -7, 7, 3 </position>
<color> 0.1, 0.2, 0.3 </color>
</light>
<light>
<position> -5, -5, 6 </position>
<color> 0.2, 0.1, 0.1 </color>
</light>
<camera>
<position> -15, 5, 5 </position>
<lookat> 25, 4, 0 </lookat>
<up> 0, 0, 1 </up>
<fieldofview> 120 </fieldofview>
</camera>