-
Notifications
You must be signed in to change notification settings - Fork 0
/
disc_mirror.scene
71 lines (57 loc) · 1.29 KB
/
disc_mirror.scene
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
61
62
63
64
65
66
67
+ scene>settings
resolution 1920,1080
background-color 100,100,100
anti-aliasing 4
bounce-limit 100
+ camera>perspective
position -10,-20,5
look-at 0,25,0
up 1,0,0
+ light>point
color 255,255,255
intensity 1
position -100,0,0
+ modal>sphere
shape-position 0,0,0
shape-radius 5
material-color 0,255,0
material-ambient-reflectance 1
material-diffuse-reflectance 1
material-specular-reflectance 1
material-mirror-reflectance 0
+ modal>disk
shape-position 0,25,0
shape-normal 0,-1,0
shape-radius 20
material-color 0,0,255
material-ambient-reflectance 0
material-diffuse-reflectance 0.2
material-specular-reflectance 1
material-mirror-reflectance 1
+ modal>disk
shape-position 0,26,0
shape-normal 0,-1,0
shape-radius 22
material-color 0,0,255
material-ambient-reflectance 0
material-diffuse-reflectance 1
material-specular-reflectance 0
material-mirror-reflectance 0
+ modal>disk
shape-position 0,-25,0
shape-normal 0,1,0
shape-radius 20
material-color 255,255,0
material-ambient-reflectance 0
material-diffuse-reflectance 0.2
material-specular-reflectance 1
material-mirror-reflectance 1
+ modal>disk
shape-position 0,-26,0
shape-normal 0,1,0
shape-radius 22
material-color 255,255,0
material-ambient-reflectance 0
material-diffuse-reflectance 1
material-specular-reflectance 0
material-mirror-reflectance 0