-
Notifications
You must be signed in to change notification settings - Fork 1
/
hyperion2.scene
182 lines (159 loc) · 2.07 KB
/
hyperion2.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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
Renderer
{
resolution 1280 720
maxDepth 4
}
Camera
{
position -15.0 15.0 0.0
lookAt 0 0 0
fov 60
}
material orange
{
color 1.0 0.186 0.0
roughness 0.001
specular 0.5
clearcoat 1.0
clearcoatGloss 0.93
}
material glass
{
color 1.0 1.0 1.0
transmission 1.0
ior 1.45
roughness 0.05
}
material silver
{
color 0.9 0.9 0.9
specular 0.5
roughness 0.2
metallic 1.0
anisotropic 1.0
}
material ring_silver
{
color 1.0 1.0 1.0
roughness 0.01
specular 0.5
metallic 1.0
}
material off_white
{
color 1.0 0.94 0.8
roughness 1.0
specular 0.5
}
material ping
{
color 0.93 0.89 0.85
roughness 1.0
subsurface 1.0
specular 0.5
#color 0.93 0.89 0.85
#specular 0.6
#roughness 0.2
#subsurface 0.4
}
material marb1
{
color 0.026 0.147 0.075
roughness 0.077
specular 0.5
subsurface 1.0
clearcoat 1.0
clearcoatGloss 0.93
}
material marb2
{
color 0.099 0.24 0.134
roughness 0.077
specular 0.5
subsurface 1.0
clearcoat 1.0
clearcoatGloss 0.93
}
mesh
{
name Glass Ball
file hyperion/glass.obj
material glass
position -0.57 1.87 6.55
}
mesh
{
name Chrome Ball
file hyperion/chrome.obj
material silver
position 0.4 1.86 -6.59
}
mesh
{
name Platform
file hyperion/plate.obj
material off_white
position 0 0.36 0
}
mesh
{
name Floor
file hyperion/floor.obj
material off_white
}
mesh
{
name Orange Ball
file hyperion/orange.obj
material orange
position 1.646 1.6861 3.5662
}
mesh
{
name Ring 1
file hyperion/ring1.obj
material ring_silver
position -0.308737 0.805763 -1.42968
}
mesh
{
name Ring 2
file hyperion/ring2.obj
material ring_silver
position -0.6706 0.808472 0.626798
}
mesh
{
name Ring 3
file hyperion/ring3.obj
material ring_silver
position -1.44541 0.808472 1.72607
}
mesh
{
name Marble 1
file hyperion/marb1.obj
material marb1
position -3.78 0.88 -0.84
}
mesh
{
name Marble 2
file hyperion/marb2.obj
material marb2
position -3.746 0.969453 0.974294
}
mesh
{
name Ping Pong
file hyperion/pingpong.obj
material ping
position -3.14 1.51 -4.12
}
light
{
emission 80.0 80.0 80.0
position 0 390.0 -439.0
radius 60.0
type Sphere
}