-
Notifications
You must be signed in to change notification settings - Fork 0
/
specular_and_mirror.scene
92 lines (72 loc) · 1.59 KB
/
specular_and_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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
+ scene>settings
resolution 1920,1080
background-color 120,100,100
anti-aliasing 2
bounce-limit 16
+ camera>perspective
position -18,0,13
look-at -4,0,0
up -1,0,0
+ light>point
color 255,0,0
intensity 1
position 0,5,20
+ light>point
color 0,255,0
intensity 1
position 0,0,20
+ light>point
color 0,0,255
intensity 1
position 0,-5,20
+ light>ambient
color 255,255,255
intensity 0.05
+ modal>sphere
shape-position 0,0,0
shape-radius 5
material-color 50,50,50
material-ambient-reflectance 1
material-diffuse-reflectance 0
material-specular-reflectance 1
material-mirror-reflectance 1
+ modal>sphere
shape-position 5,5,0
shape-radius 4
material-color 255,0,0
material-ambient-reflectance 1
material-diffuse-reflectance 0.6
material-specular-reflectance 0.7
material-mirror-reflectance 0
+ modal>sphere
shape-position -5,5,0
shape-radius 3
material-color 0,255,0
material-ambient-reflectance 1
material-diffuse-reflectance 0.6
material-specular-reflectance 0.45
material-mirror-reflectance 0
+ modal>sphere
shape-position -5,-5,0
shape-radius 2
material-color 0,0,255
material-ambient-reflectance 1
material-diffuse-reflectance 0.6
material-specular-reflectance 0.23
material-mirror-reflectance 0
+ modal>sphere
shape-position 5,-5,0
shape-radius 5
material-color 255,255,255
material-ambient-reflectance 1
material-diffuse-reflectance 0.6
material-specular-reflectance 0.18
material-mirror-reflectance 0
+ modal>sphere
shape-position 0,0,-60
shape-radius 50
material-color 255,255,255
material-ambient-reflectance 1
material-diffuse-reflectance 0
material-specular-reflectance 1
material-mirror-reflectance 1