-
Notifications
You must be signed in to change notification settings - Fork 1
/
coffee_maker.scene
194 lines (165 loc) · 2.16 KB
/
coffee_maker.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
183
184
185
186
187
188
189
190
191
192
193
194
Renderer
{
resolution 600 800
maxDepth 5
}
Camera
{
position 0 0.26 0.7
lookAt 0 0.16 -0.1
fov 30
}
material Plastic_Orange
{
color 1.0 0.37 0.013
roughness 0.001
clearcoat 1.0
clearcoatGloss 1.0
}
material Plastic_Black
{
color 0.00063 0.00063 0.00063
roughness 0.1
}
material Glass
{
color 1.0 1.0 1.0
transmission 1.0
roughness 0.0
ior 1.45
}
material Metal
{
color 1.0 1.0 1.0
roughness 0.01
metallic 1.0
}
material Floor
{
color 0.578 0.578 0.578
roughness 0.01
}
mesh
{
file coffee_maker/Mesh003.obj
material Plastic_Black
}
mesh
{
file coffee_maker/Mesh005.obj
material Plastic_Black
}
mesh
{
file coffee_maker/Mesh007.obj
material Plastic_Black
}
mesh
{
file coffee_maker/Mesh008.obj
material Plastic_Black
}
mesh
{
file coffee_maker/Mesh011.obj
material Plastic_Black
}
mesh
{
file coffee_maker/Mesh013.obj
material Plastic_Black
}
mesh
{
file coffee_maker/Mesh014.obj
material Plastic_Black
}
mesh
{
file coffee_maker/Mesh017.obj
material Plastic_Black
}
mesh
{
file coffee_maker/Mesh018.obj
material Plastic_Black
}
mesh
{
file coffee_maker/Mesh019.obj
material Plastic_Black
}
mesh
{
file coffee_maker/Mesh000.obj
material Plastic_Orange
}
mesh
{
file coffee_maker/Mesh001.obj
material Plastic_Orange
}
mesh
{
file coffee_maker/Mesh006.obj
material Plastic_Orange
}
mesh
{
file coffee_maker/Mesh009.obj
material Plastic_Orange
}
mesh
{
file coffee_maker/Mesh012.obj
material Plastic_Orange
}
mesh
{
file coffee_maker/Mesh016.obj
material Plastic_Orange
}
mesh
{
file coffee_maker/Mesh010.obj
material Glass
}
mesh
{
file coffee_maker/Mesh002.obj
material Metal
}
mesh
{
file coffee_maker/Mesh015.obj
material Metal
}
mesh
{
file coffee_maker/Mesh004.obj
material Floor
}
light
{
type Quad
position -0.359309 0.449693 -0.010809
v1 -0.1966 0.449693 0.339
v2 -0.359309 0.027337 -0.010809
emission 4.0 4.0 4.0
}
light
{
type Quad
position 0.320673 0.027337 0.228975
v1 0.320673 0.476 0.228975
v2 0.320673 0.027337 -0.1375
emission 4.0 4.0 4.0
}
light
{
type Quad
position 0.230128 0.50385 0.267372
v1 -0.230128 0.50385 0.267372
v2 0.230128 0.50385 -0.1927
emission 4.0 4.0 4.0
}