summaryrefslogtreecommitdiff
path: root/mesh/combinator.dae
blob: e6a731c1ec0f8953916d3039d11f195295bac660 (plain)
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
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
<?xml version="1.0" encoding="utf-8"?>
<COLLADA xmlns="http://www.collada.org/2005/11/COLLADASchema" version="1.4.1">
<asset>
	<contributor>
		<author>Anonymous</author>
		<authoring_tool>Collada Exporter for Blender 2.6+, by Juan Linietsky (juan@codenix.com)</authoring_tool>
	</contributor>
	<created>2017-04-24T10:46:41Z</created>
	<modified>2017-04-24T10:46:41Z</modified>
	<unit meter="1.0" name="meter"/>
	<up_axis>Z_UP</up_axis>
</asset>
<library_images>
	<image id="id-image-7" name="combine.png">
		<init_from>../assets/combine.png</init_from>
	</image>
	<image id="id-image-16" name="incubate.png">
		<init_from>../assets/incubate.png</init_from>
	</image>
</library_images>
<library_effects>
	<effect id="id-fx-2" name="mat-fx">
		<profile_COMMON>
			<technique sid="common">
				<blinn>
					<emission>
						<color>  0.0 0.0 0.0 1.0 </color>
					</emission>
					<ambient>
						<color>  0.0 0.0 0.0 1.0 </color>
					</ambient>
					<diffuse>
						<color>  0.2081852600582259 0.2081852600582259 0.2081852600582259 1.0 </color>
					</diffuse>
					<specular>
						<color>  0.2129870057106018 0.2129870057106018 0.2129870057106018 1.0 </color>
					</specular>
					<shininess>
						<float>20</float>
					</shininess>
					<reflective>
						<color>  1.0 1.0 1.0 1.0 </color>
					</reflective>
					<index_of_refraction>
						<float>4.0</float>
					</index_of_refraction>
				</blinn>
				<extra>
					<technique profile="FCOLLADA">
					</technique>
					<technique profile="GOOGLEEARTH">
						<double_sided>0</double_sided>
					</technique>
				</extra>
			</technique>
		</profile_COMMON>
	</effect>
	<effect id="id-fx-6" name="mat.001-fx">
		<profile_COMMON>
			<newparam sid="id-fx_surf-8">
				<surface type="2D">
					<init_from>id-image-7</init_from>
					<format>A8R8G8B8</format>
				</surface>
			</newparam>
			<newparam sid="id-fx_sampler-9">
				<sampler2D>
					<source>id-fx_surf-8</source>
				</sampler2D>
			</newparam>
			<technique sid="common">
				<blinn>
					<emission>
						<color>  0.0 0.0 0.0 1.0 </color>
					</emission>
					<ambient>
						<color>  0.0 0.0 0.0 1.0 </color>
					</ambient>
					<diffuse>
						<texture texture="id-fx_sampler-9" texcoord="CHANNEL1"/>
					</diffuse>
					<specular>
						<color>  0.2129870057106018 0.2129870057106018 0.2129870057106018 1.0 </color>
					</specular>
					<shininess>
						<float>20</float>
					</shininess>
					<reflective>
						<color>  1.0 1.0 1.0 1.0 </color>
					</reflective>
					<index_of_refraction>
						<float>4.0</float>
					</index_of_refraction>
				</blinn>
				<extra>
					<technique profile="FCOLLADA">
					</technique>
					<technique profile="GOOGLEEARTH">
						<double_sided>0</double_sided>
					</technique>
				</extra>
			</technique>
		</profile_COMMON>
	</effect>
	<effect id="id-fx-15" name="mat.002-fx">
		<profile_COMMON>
			<newparam sid="id-fx_surf-17">
				<surface type="2D">
					<init_from>id-image-16</init_from>
					<format>A8R8G8B8</format>
				</surface>
			</newparam>
			<newparam sid="id-fx_sampler-18">
				<sampler2D>
					<source>id-fx_surf-17</source>
				</sampler2D>
			</newparam>
			<technique sid="common">
				<blinn>
					<emission>
						<color>  0.0 0.0 0.0 1.0 </color>
					</emission>
					<ambient>
						<color>  0.0 0.0 0.0 1.0 </color>
					</ambient>
					<diffuse>
						<texture texture="id-fx_sampler-18" texcoord="CHANNEL1"/>
					</diffuse>
					<specular>
						<color>  0.2129870057106018 0.2129870057106018 0.2129870057106018 1.0 </color>
					</specular>
					<shininess>
						<float>20</float>
					</shininess>
					<reflective>
						<color>  1.0 1.0 1.0 1.0 </color>
					</reflective>
					<index_of_refraction>
						<float>4.0</float>
					</index_of_refraction>
				</blinn>
				<extra>
					<technique profile="FCOLLADA">
					</technique>
					<technique profile="GOOGLEEARTH">
						<double_sided>0</double_sided>
					</technique>
				</extra>
			</technique>
		</profile_COMMON>
	</effect>
</library_effects>
<library_materials>
	<material id="id-material-3" name="mat">
		<instance_effect url="#id-fx-2"/>
	</material>
	<material id="id-material-10" name="mat.001">
		<instance_effect url="#id-fx-6"/>
	</material>
	<material id="id-material-19" name="mat.002">
		<instance_effect url="#id-fx-15"/>
	</material>
</library_materials>
<library_geometries>
	<geometry id="id-mesh-4" name="Cube.001">
		<mesh>
			<source id="id-mesh-4-positions">
				<float_array id="id-mesh-4-positions-array" count="72"> 1.0 0.9999999403953552 -1.0 1.0 -1.0 -1.0 -1.0000001192092896 -0.9999998211860657 -1.0 -0.9999996423721313 1.0000003576278687 -1.0 1.0000004768371582 0.999999463558197 1.0 -0.9999999403953552 1.0 1.0 -1.0000003576278687 -0.9999996423721313 1.0 0.9999993443489075 -1.0000005960464478 1.0 1.0 0.9999999403953552 -1.0 1.0000004768371582 0.999999463558197 1.0 0.9999993443489075 -1.0000005960464478 1.0 1.0 -1.0 -1.0 1.0 -1.0 -1.0 0.9999993443489075 -1.0000005960464478 1.0 -1.0000003576278687 -0.9999996423721313 1.0 -1.0000001192092896 -0.9999998211860657 -1.0 -1.0000001192092896 -0.9999998211860657 -1.0 -1.0000003576278687 -0.9999996423721313 1.0 -0.9999999403953552 1.0 1.0 -0.9999996423721313 1.0000003576278687 -1.0 1.0000004768371582 0.999999463558197 1.0 1.0 0.9999999403953552 -1.0 -0.9999996423721313 1.0000003576278687 -1.0 -0.9999999403953552 1.0 1.0</float_array>
				<technique_common>
				<accessor source="#id-mesh-4-positions-array" count="24" stride="3">
					<param name="X" type="float"/>
					<param name="Y" type="float"/>
					<param name="Z" type="float"/>
				</accessor>
				</technique_common>
			</source>
			<source id="id-mesh-4-normals">
				<float_array id="id-mesh-4-normals-array" count="72"> 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 2.9802322387695312e-08 0.0 1.0 2.9802322387695312e-08 0.0 1.0 2.9802322387695312e-08 0.0 1.0 2.9802322387695312e-08 0.0 1.0 1.0 -2.980232238769531e-07 4.470339831641468e-08 1.0 -2.980232238769531e-07 4.470339831641468e-08 1.0 -2.980232238769531e-07 4.470339831641468e-08 1.0 -2.980232238769531e-07 4.470339831641468e-08 -2.831220911048149e-07 -1.0 -1.7881397695873602e-07 -2.831220911048149e-07 -1.0 -1.7881397695873602e-07 -2.831220911048149e-07 -1.0 -1.7881397695873602e-07 -2.831220911048149e-07 -1.0 -1.7881397695873602e-07 -1.0 2.384185791015625e-07 -1.341104365337742e-07 -1.0 2.384185791015625e-07 -1.341104365337742e-07 -1.0 2.384185791015625e-07 -1.341104365337742e-07 -1.0 2.384185791015625e-07 -1.341104365337742e-07 2.384185791015625e-07 1.0 1.6391278734317893e-07 2.384185791015625e-07 1.0 1.6391278734317893e-07 2.384185791015625e-07 1.0 1.6391278734317893e-07 2.384185791015625e-07 1.0 1.6391278734317893e-07</float_array>
				<technique_common>
				<accessor source="#id-mesh-4-normals-array" count="24" stride="3">
					<param name="X" type="float"/>
					<param name="Y" type="float"/>
					<param name="Z" type="float"/>
				</accessor>
				</technique_common>
			</source>
			<vertices id="id-mesh-4-vertices">
				<input semantic="POSITION" source="#id-mesh-4-positions"/>
			</vertices>
			<polygons count="6" material="id-trimat-5">
				<input semantic="VERTEX" source="#id-mesh-4-vertices" offset="0"/>
				<input semantic="NORMAL" source="#id-mesh-4-normals" offset="0"/>
				<p> 0 1 2 3 </p>
				<p> 4 5 6 7 </p>
				<p> 8 9 10 11 </p>
				<p> 12 13 14 15 </p>
				<p> 16 17 18 19 </p>
				<p> 20 21 22 23 </p>
			</polygons>
		</mesh>
	</geometry>
	<geometry id="id-mesh-11" name="Cube.000">
		<mesh>
			<source id="id-mesh-11-positions">
				<float_array id="id-mesh-11-positions-array" count="72"> -1.0 -1.4705469608306885 -1.0 -1.0 -1.4705469608306885 1.0 -1.0 1.0 1.0 -1.0 1.0 -1.0 -1.0 1.0 -1.0 -1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 -1.0 1.0 1.0 -1.0 1.0 1.0 1.0 1.0 -1.4705469608306885 1.0 1.0 -1.4705469608306885 -1.0 1.0 -1.4705469608306885 -1.0 1.0 -1.4705469608306885 1.0 -1.0 -1.4705469608306885 1.0 -1.0 -1.4705469608306885 -1.0 -1.0 1.0 -1.0 1.0 1.0 -1.0 1.0 -1.4705469608306885 -1.0 -1.0 -1.4705469608306885 -1.0 1.0 1.0 1.0 -1.0 1.0 1.0 -1.0 -1.4705469608306885 1.0 1.0 -1.4705469608306885 1.0</float_array>
				<technique_common>
				<accessor source="#id-mesh-11-positions-array" count="24" stride="3">
					<param name="X" type="float"/>
					<param name="Y" type="float"/>
					<param name="Z" type="float"/>
				</accessor>
				</technique_common>
			</source>
			<source id="id-mesh-11-normals">
				<float_array id="id-mesh-11-normals-array" count="72"> -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0</float_array>
				<technique_common>
				<accessor source="#id-mesh-11-normals-array" count="24" stride="3">
					<param name="X" type="float"/>
					<param name="Y" type="float"/>
					<param name="Z" type="float"/>
				</accessor>
				</technique_common>
			</source>
			<vertices id="id-mesh-11-vertices">
				<input semantic="POSITION" source="#id-mesh-11-positions"/>
			</vertices>
			<polygons count="6" material="id-trimat-12">
				<input semantic="VERTEX" source="#id-mesh-11-vertices" offset="0"/>
				<input semantic="NORMAL" source="#id-mesh-11-normals" offset="0"/>
				<p> 0 1 2 3 </p>
				<p> 4 5 6 7 </p>
				<p> 8 9 10 11 </p>
				<p> 12 13 14 15 </p>
				<p> 16 17 18 19 </p>
				<p> 20 21 22 23 </p>
			</polygons>
		</mesh>
	</geometry>
	<geometry id="id-mesh-13" name="Cube">
		<mesh>
			<source id="id-mesh-13-positions">
				<float_array id="id-mesh-13-positions-array" count="156"> -1.3639461994171143 -0.8614062666893005 0.4651987552642822 -1.3639461994171143 1.2585525512695312 0.4651987552642822 -1.3639461994171143 1.2585525512695312 0.5333811044692993 -1.3639461994171143 -0.8614062666893005 0.5333811044692993 -1.3639461994171143 1.2585525512695312 0.4651987552642822 0.8921138644218445 1.2585525512695312 0.4651987552642822 0.8921138644218445 1.2585525512695312 0.5333811044692993 -1.3639461994171143 1.2585525512695312 0.5333811044692993 0.8921138644218445 1.2585525512695312 0.4651987552642822 0.8921138644218445 -0.8614062666893005 0.4651987552642822 0.8921138644218445 -0.8614062666893005 0.5333811044692993 0.8921138644218445 1.2585525512695312 0.5333811044692993 0.8921138644218445 -0.8614062666893005 0.4651987552642822 -1.3639461994171143 -0.8614062666893005 0.4651987552642822 -1.3639461994171143 -0.8614062666893005 0.5333811044692993 0.8921138644218445 -0.8614062666893005 0.5333811044692993 -1.3639461994171143 1.2585525512695312 0.4651987552642822 -1.3639461994171143 -0.8614062666893005 0.4651987552642822 0.8921138644218445 -0.8614062666893005 0.4651987552642822 0.8921138644218445 1.2585525512695312 0.4651987552642822 -1.5090508460998535 -1.0 -0.407797634601593 -1.5090508460998535 -1.0 0.5333811044692993 -1.5090508460998535 1.4003177881240845 0.5333811044692993 -1.5090508460998535 1.4003177881240845 -0.407797634601593 -1.5090508460998535 1.4003177881240845 -0.407797634601593 -1.5090508460998535 1.4003177881240845 0.5333811044692993 1.0 1.4003177881240845 0.5333811044692993 1.0 1.4003177881240845 -0.407797634601593 1.0 1.4003177881240845 -0.407797634601593 1.0 1.4003177881240845 0.5333811044692993 1.0 -1.0 0.5333811044692993 1.0 -1.0 -0.407797634601593 1.0 -1.0 -0.407797634601593 1.0 -1.0 0.5333811044692993 -1.5090508460998535 -1.0 0.5333811044692993 -1.5090508460998535 -1.0 -0.407797634601593 -1.5090508460998535 1.4003177881240845 -0.407797634601593 1.0 1.4003177881240845 -0.407797634601593 1.0 -1.0 -0.407797634601593 -1.5090508460998535 -1.0 -0.407797634601593 1.0 1.4003177881240845 0.5333811044692993 0.8921138644218445 1.2585525512695312 0.5333811044692993 0.8921138644218445 -0.8614062666893005 0.5333811044692993 -1.3639461994171143 -0.8614062666893005 0.5333811044692993 -1.5090508460998535 -1.0 0.5333811044692993 1.0 -1.0 0.5333811044692993 -1.5090508460998535 -1.0 0.5333811044692993 -1.3639461994171143 -0.8614062666893005 0.5333811044692993 -1.3639461994171143 1.2585525512695312 0.5333811044692993 0.8921138644218445 1.2585525512695312 0.5333811044692993 1.0 1.4003177881240845 0.5333811044692993 -1.5090508460998535 1.4003177881240845 0.5333811044692993</float_array>
				<technique_common>
				<accessor source="#id-mesh-13-positions-array" count="52" stride="3">
					<param name="X" type="float"/>
					<param name="Y" type="float"/>
					<param name="Z" type="float"/>
				</accessor>
				</technique_common>
			</source>
			<source id="id-mesh-13-normals">
				<float_array id="id-mesh-13-normals-array" count="156"> 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 2.855400396128971e-07 0.0 1.0 2.855400396128971e-07 0.0 1.0 2.855400396128971e-07 0.0 1.0 2.855400396128971e-07 0.0 1.0 2.855400396128971e-07 0.0 1.0 2.855400396128971e-07 0.0 1.0 -1.3430116041490692e-07 0.0 0.9999999403953552 -1.3430116041490692e-07 0.0 0.9999999403953552 -1.3430116041490692e-07 0.0 0.9999999403953552 -1.3430116041490692e-07 0.0 0.9999999403953552 -1.3430116041490692e-07 0.0 0.9999999403953552 -1.3430116041490692e-07 0.0 0.9999999403953552</float_array>
				<technique_common>
				<accessor source="#id-mesh-13-normals-array" count="52" stride="3">
					<param name="X" type="float"/>
					<param name="Y" type="float"/>
					<param name="Z" type="float"/>
				</accessor>
				</technique_common>
			</source>
			<vertices id="id-mesh-13-vertices">
				<input semantic="POSITION" source="#id-mesh-13-positions"/>
			</vertices>
			<polygons count="12" material="id-trimat-14">
				<input semantic="VERTEX" source="#id-mesh-13-vertices" offset="0"/>
				<input semantic="NORMAL" source="#id-mesh-13-normals" offset="0"/>
				<p> 0 1 2 3 </p>
				<p> 4 5 6 7 </p>
				<p> 8 9 10 11 </p>
				<p> 12 13 14 15 </p>
				<p> 16 17 18 19 </p>
				<p> 20 21 22 23 </p>
				<p> 24 25 26 27 </p>
				<p> 28 29 30 31 </p>
				<p> 32 33 34 35 </p>
				<p> 36 37 38 39 </p>
				<p> 40 41 42 43 44 45 </p>
				<p> 46 47 48 49 50 51 </p>
			</polygons>
		</mesh>
	</geometry>
	<geometry id="id-mesh-20" name="Cube.002">
		<mesh>
			<source id="id-mesh-20-positions">
				<float_array id="id-mesh-20-positions-array" count="72"> -1.0 -1.4705469608306885 -1.0 -1.0 -1.4705469608306885 1.0 -1.0 1.0 1.0 -1.0 1.0 -1.0 -1.0 1.0 -1.0 -1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 -1.0 1.0 1.0 -1.0 1.0 1.0 1.0 1.0 -1.4705469608306885 1.0 1.0 -1.4705469608306885 -1.0 1.0 -1.4705469608306885 -1.0 1.0 -1.4705469608306885 1.0 -1.0 -1.4705469608306885 1.0 -1.0 -1.4705469608306885 -1.0 -1.0 1.0 -1.0 1.0 1.0 -1.0 1.0 -1.4705469608306885 -1.0 -1.0 -1.4705469608306885 -1.0 1.0 1.0 1.0 -1.0 1.0 1.0 -1.0 -1.4705469608306885 1.0 1.0 -1.4705469608306885 1.0</float_array>
				<technique_common>
				<accessor source="#id-mesh-20-positions-array" count="24" stride="3">
					<param name="X" type="float"/>
					<param name="Y" type="float"/>
					<param name="Z" type="float"/>
				</accessor>
				</technique_common>
			</source>
			<source id="id-mesh-20-normals">
				<float_array id="id-mesh-20-normals-array" count="72"> -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 -1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0 0.0 0.0 1.0</float_array>
				<technique_common>
				<accessor source="#id-mesh-20-normals-array" count="24" stride="3">
					<param name="X" type="float"/>
					<param name="Y" type="float"/>
					<param name="Z" type="float"/>
				</accessor>
				</technique_common>
			</source>
			<vertices id="id-mesh-20-vertices">
				<input semantic="POSITION" source="#id-mesh-20-positions"/>
			</vertices>
			<polygons count="6" material="id-trimat-21">
				<input semantic="VERTEX" source="#id-mesh-20-vertices" offset="0"/>
				<input semantic="NORMAL" source="#id-mesh-20-normals" offset="0"/>
				<p> 0 1 2 3 </p>
				<p> 4 5 6 7 </p>
				<p> 8 9 10 11 </p>
				<p> 12 13 14 15 </p>
				<p> 16 17 18 19 </p>
				<p> 20 21 22 23 </p>
			</polygons>
		</mesh>
	</geometry>
	<geometry id="id-mesh-22" name="Cylinder.001">
		<mesh>
			<source id="id-mesh-22-positions">
				<float_array id="id-mesh-22-positions-array" count="576"> 0.0 1.0 -1.0 0.0 1.0 1.0 0.19509032368659973 0.9807852506637573 1.0 0.19509032368659973 0.9807852506637573 -1.0 0.19509032368659973 0.9807852506637573 -1.0 0.19509032368659973 0.9807852506637573 1.0 0.3826834559440613 0.9238795042037964 1.0 0.3826834559440613 0.9238795042037964 -1.0 0.3826834559440613 0.9238795042037964 -1.0 0.3826834559440613 0.9238795042037964 1.0 0.5555702447891235 0.8314695954322815 1.0 0.5555702447891235 0.8314695954322815 -1.0 0.5555702447891235 0.8314695954322815 -1.0 0.5555702447891235 0.8314695954322815 1.0 0.7071067690849304 0.7071067690849304 1.0 0.7071067690849304 0.7071067690849304 -1.0 0.7071067690849304 0.7071067690849304 -1.0 0.7071067690849304 0.7071067690849304 1.0 0.8314696550369263 0.5555701851844788 1.0 0.8314696550369263 0.5555701851844788 -1.0 0.8314696550369263 0.5555701851844788 -1.0 0.8314696550369263 0.5555701851844788 1.0 0.9238795042037964 0.3826834261417389 1.0 0.9238795042037964 0.3826834261417389 -1.0 0.9238795042037964 0.3826834261417389 -1.0 0.9238795042037964 0.3826834261417389 1.0 0.9807852506637573 0.19509035348892212 1.0 0.9807852506637573 0.19509035348892212 -1.0 0.9807852506637573 0.19509035348892212 -1.0 0.9807852506637573 0.19509035348892212 1.0 1.0 7.549790126404332e-08 1.0 1.0 7.549790126404332e-08 -1.0 1.0 7.549790126404332e-08 -1.0 1.0 7.549790126404332e-08 1.0 0.9807853102684021 -0.19509020447731018 1.0 0.9807853102684021 -0.19509020447731018 -1.0 0.9807853102684021 -0.19509020447731018 -1.0 0.9807853102684021 -0.19509020447731018 1.0 0.9238795638084412 -0.38268327713012695 1.0 0.9238795638084412 -0.38268327713012695 -1.0 0.9238795638084412 -0.38268327713012695 -1.0 0.9238795638084412 -0.38268327713012695 1.0 0.8314696550369263 -0.5555701851844788 1.0 0.8314696550369263 -0.5555701851844788 -1.0 0.8314696550369263 -0.5555701851844788 -1.0 0.8314696550369263 -0.5555701851844788 1.0 0.7071067690849304 -0.7071067690849304 1.0 0.7071067690849304 -0.7071067690849304 -1.0 0.7071067690849304 -0.7071067690849304 -1.0 0.7071067690849304 -0.7071067690849304 1.0 0.5555701851844788 -0.8314696550369263 1.0 0.5555701851844788 -0.8314696550369263 -1.0 0.5555701851844788 -0.8314696550369263 -1.0 0.5555701851844788 -0.8314696550369263 1.0 0.38268327713012695 -0.9238796234130859 1.0 0.38268327713012695 -0.9238796234130859 -1.0 0.38268327713012695 -0.9238796234130859 -1.0 0.38268327713012695 -0.9238796234130859 1.0 0.19509008526802063 -0.9807853102684021 1.0 0.19509008526802063 -0.9807853102684021 -1.0 0.19509008526802063 -0.9807853102684021 -1.0 0.19509008526802063 -0.9807853102684021 1.0 -3.2584136988589307e-07 -1.0 1.0 -3.2584136988589307e-07 -1.0 -1.0 -3.2584136988589307e-07 -1.0 -1.0 -3.2584136988589307e-07 -1.0 1.0 -0.19509072601795197 -0.9807851910591125 1.0 -0.19509072601795197 -0.9807851910591125 -1.0 -0.19509072601795197 -0.9807851910591125 -1.0 -0.19509072601795197 -0.9807851910591125 1.0 -0.3826838731765747 -0.9238793253898621 1.0 -0.3826838731765747 -0.9238793253898621 -1.0 -0.3826838731765747 -0.9238793253898621 -1.0 -0.3826838731765747 -0.9238793253898621 1.0 -0.5555707216262817 -0.8314692974090576 1.0 -0.5555707216262817 -0.8314692974090576 -1.0 -0.5555707216262817 -0.8314692974090576 -1.0 -0.5555707216262817 -0.8314692974090576 1.0 -0.7071072459220886 -0.707106351852417 1.0 -0.7071072459220886 -0.707106351852417 -1.0 -0.7071072459220886 -0.707106351852417 -1.0 -0.7071072459220886 -0.707106351852417 1.0 -0.8314700126647949 -0.5555696487426758 1.0 -0.8314700126647949 -0.5555696487426758 -1.0 -0.8314700126647949 -0.5555696487426758 -1.0 -0.8314700126647949 -0.5555696487426758 1.0 -0.923879861831665 -0.3826826810836792 1.0 -0.923879861831665 -0.3826826810836792 -1.0 -0.923879861831665 -0.3826826810836792 -1.0 -0.923879861831665 -0.3826826810836792 1.0 -0.9807854294776917 -0.1950894594192505 1.0 -0.9807854294776917 -0.1950894594192505 -1.0 -0.9807854294776917 -0.1950894594192505 -1.0 -0.9807854294776917 -0.1950894594192505 1.0 -1.0 9.655991561885457e-07 1.0 -1.0 9.655991561885457e-07 -1.0 -1.0 9.655991561885457e-07 -1.0 -1.0 9.655991561885457e-07 1.0 -0.980785071849823 0.1950913518667221 1.0 -0.980785071849823 0.1950913518667221 -1.0 -0.980785071849823 0.1950913518667221 -1.0 -0.980785071849823 0.1950913518667221 1.0 -0.923879086971283 0.38268446922302246 1.0 -0.923879086971283 0.38268446922302246 -1.0 -0.923879086971283 0.38268446922302246 -1.0 -0.923879086971283 0.38268446922302246 1.0 -0.831468939781189 0.5555712580680847 1.0 -0.831468939781189 0.5555712580680847 -1.0 -0.831468939781189 0.5555712580680847 -1.0 -0.831468939781189 0.5555712580680847 1.0 -0.7071058750152588 0.707107663154602 1.0 -0.7071058750152588 0.707107663154602 -1.0 -0.7071058750152588 0.707107663154602 -1.0 -0.7071058750152588 0.707107663154602 1.0 -0.5555691123008728 0.8314703702926636 1.0 -0.5555691123008728 0.8314703702926636 -1.0 -0.5555691123008728 0.8314703702926636 -1.0 -0.5555691123008728 0.8314703702926636 1.0 -0.38268208503723145 0.9238801002502441 1.0 -0.38268208503723145 0.9238801002502441 -1.0 0.19509032368659973 0.9807852506637573 1.0 0.0 1.0 1.0 -0.19508881866931915 0.9807855486869812 1.0 -0.38268208503723145 0.9238801002502441 1.0 -0.5555691123008728 0.8314703702926636 1.0 -0.7071058750152588 0.707107663154602 1.0 -0.831468939781189 0.5555712580680847 1.0 -0.923879086971283 0.38268446922302246 1.0 -0.980785071849823 0.1950913518667221 1.0 -1.0 9.655991561885457e-07 1.0 -0.9807854294776917 -0.1950894594192505 1.0 -0.923879861831665 -0.3826826810836792 1.0 -0.8314700126647949 -0.5555696487426758 1.0 -0.7071072459220886 -0.707106351852417 1.0 -0.5555707216262817 -0.8314692974090576 1.0 -0.3826838731765747 -0.9238793253898621 1.0 -0.19509072601795197 -0.9807851910591125 1.0 -3.2584136988589307e-07 -1.0 1.0 0.19509008526802063 -0.9807853102684021 1.0 0.38268327713012695 -0.9238796234130859 1.0 0.5555701851844788 -0.8314696550369263 1.0 0.7071067690849304 -0.7071067690849304 1.0 0.8314696550369263 -0.5555701851844788 1.0 0.9238795638084412 -0.38268327713012695 1.0 0.9807853102684021 -0.19509020447731018 1.0 1.0 7.549790126404332e-08 1.0 0.9807852506637573 0.19509035348892212 1.0 0.9238795042037964 0.3826834261417389 1.0 0.8314696550369263 0.5555701851844788 1.0 0.7071067690849304 0.7071067690849304 1.0 0.5555702447891235 0.8314695954322815 1.0 0.3826834559440613 0.9238795042037964 1.0 -0.38268208503723145 0.9238801002502441 -1.0 -0.38268208503723145 0.9238801002502441 1.0 -0.19508881866931915 0.9807855486869812 1.0 -0.19508881866931915 0.9807855486869812 -1.0 -0.19508881866931915 0.9807855486869812 -1.0 -0.19508881866931915 0.9807855486869812 1.0 0.0 1.0 1.0 0.0 1.0 -1.0 0.0 1.0 -1.0 0.19509032368659973 0.9807852506637573 -1.0 0.3826834559440613 0.9238795042037964 -1.0 0.5555702447891235 0.8314695954322815 -1.0 0.7071067690849304 0.7071067690849304 -1.0 0.8314696550369263 0.5555701851844788 -1.0 0.9238795042037964 0.3826834261417389 -1.0 0.9807852506637573 0.19509035348892212 -1.0 1.0 7.549790126404332e-08 -1.0 0.9807853102684021 -0.19509020447731018 -1.0 0.9238795638084412 -0.38268327713012695 -1.0 0.8314696550369263 -0.5555701851844788 -1.0 0.7071067690849304 -0.7071067690849304 -1.0 0.5555701851844788 -0.8314696550369263 -1.0 0.38268327713012695 -0.9238796234130859 -1.0 0.19509008526802063 -0.9807853102684021 -1.0 -3.2584136988589307e-07 -1.0 -1.0 -0.19509072601795197 -0.9807851910591125 -1.0 -0.3826838731765747 -0.9238793253898621 -1.0 -0.5555707216262817 -0.8314692974090576 -1.0 -0.7071072459220886 -0.707106351852417 -1.0 -0.8314700126647949 -0.5555696487426758 -1.0 -0.923879861831665 -0.3826826810836792 -1.0 -0.9807854294776917 -0.1950894594192505 -1.0 -1.0 9.655991561885457e-07 -1.0 -0.980785071849823 0.1950913518667221 -1.0 -0.923879086971283 0.38268446922302246 -1.0 -0.831468939781189 0.5555712580680847 -1.0 -0.7071058750152588 0.707107663154602 -1.0 -0.5555691123008728 0.8314703702926636 -1.0 -0.38268208503723145 0.9238801002502441 -1.0 -0.19508881866931915 0.9807855486869812 -1.0</float_array>
				<technique_common>
				<accessor source="#id-mesh-22-positions-array" count="192" stride="3">
					<param name="X" type="float"/>
					<param name="Y" type="float"/>
					<param name="Z" type="float"/>
				</accessor>
				</technique_common>
			</source>
			<source id="id-mesh-22-normals">
				<float_array id="id-mesh-22-normals-array" count="576"> 0.09801729023456573 0.9951847195625305 0.0 0.09801729023456573 0.9951847195625305 0.0 0.09801729023456573 0.9951847195625305 0.0 0.09801729023456573 0.9951847195625305 0.0 0.2902846336364746 0.9569403529167175 0.0 0.2902846336364746 0.9569403529167175 0.0 0.2902846336364746 0.9569403529167175 0.0 0.2902846336364746 0.9569403529167175 0.0 0.47139671444892883 0.8819212913513184 0.0 0.47139671444892883 0.8819212913513184 0.0 0.47139671444892883 0.8819212913513184 0.0 0.47139671444892883 0.8819212913513184 0.0 0.6343933343887329 0.7730103731155396 0.0 0.6343933343887329 0.7730103731155396 0.0 0.6343933343887329 0.7730103731155396 0.0 0.6343933343887329 0.7730103731155396 0.0 0.7730104327201843 0.6343933939933777 0.0 0.7730104327201843 0.6343933939933777 0.0 0.7730104327201843 0.6343933939933777 0.0 0.7730104327201843 0.6343933939933777 0.0 0.8819213509559631 0.4713965356349945 0.0 0.8819213509559631 0.4713965356349945 0.0 0.8819213509559631 0.4713965356349945 0.0 0.8819213509559631 0.4713965356349945 0.0 0.9569402933120728 0.2902847230434418 0.0 0.9569402933120728 0.2902847230434418 0.0 0.9569402933120728 0.2902847230434418 0.0 0.9569402933120728 0.2902847230434418 0.0 0.9951847195625305 0.09801731258630753 0.0 0.9951847195625305 0.09801731258630753 0.0 0.9951847195625305 0.09801731258630753 0.0 0.9951847195625305 0.09801731258630753 0.0 0.9951847195625305 -0.09801700711250305 0.0 0.9951847195625305 -0.09801700711250305 0.0 0.9951847195625305 -0.09801700711250305 0.0 0.9951847195625305 -0.09801700711250305 0.0 0.9569402933120728 -0.2902847230434418 0.0 0.9569402933120728 -0.2902847230434418 0.0 0.9569402933120728 -0.2902847230434418 0.0 0.9569402933120728 -0.2902847230434418 0.0 0.8819214105606079 -0.47139644622802734 0.0 0.8819214105606079 -0.47139644622802734 0.0 0.8819214105606079 -0.47139644622802734 0.0 0.8819214105606079 -0.47139644622802734 0.0 0.7730104327201843 -0.6343933939933777 0.0 0.7730104327201843 -0.6343933939933777 0.0 0.7730104327201843 -0.6343933939933777 0.0 0.7730104327201843 -0.6343933939933777 0.0 0.6343933939933777 -0.7730104327201843 0.0 0.6343933939933777 -0.7730104327201843 0.0 0.6343933939933777 -0.7730104327201843 0.0 0.6343933939933777 -0.7730104327201843 0.0 0.47139668464660645 -0.8819212317466736 0.0 0.47139668464660645 -0.8819212317466736 0.0 0.47139668464660645 -0.8819212317466736 0.0 0.47139668464660645 -0.8819212317466736 0.0 0.29028427600860596 -0.9569404721260071 0.0 0.29028427600860596 -0.9569404721260071 0.0 0.29028427600860596 -0.9569404721260071 0.0 0.29028427600860596 -0.9569404721260071 0.0 0.09801694005727768 -0.9951847195625305 0.0 0.09801694005727768 -0.9951847195625305 0.0 0.09801694005727768 -0.9951847195625305 0.0 0.09801694005727768 -0.9951847195625305 0.0 -0.09801755100488663 -0.9951846599578857 0.0 -0.09801755100488663 -0.9951846599578857 0.0 -0.09801755100488663 -0.9951846599578857 0.0 -0.09801755100488663 -0.9951846599578857 0.0 -0.2902851700782776 -0.9569401741027832 0.0 -0.2902851700782776 -0.9569401741027832 0.0 -0.2902851700782776 -0.9569401741027832 0.0 -0.2902851700782776 -0.9569401741027832 0.0 -0.4713970720767975 -0.881921112537384 0.0 -0.4713970720767975 -0.881921112537384 0.0 -0.4713970720767975 -0.881921112537384 0.0 -0.4713970720767975 -0.881921112537384 0.0 -0.6343936920166016 -0.7730101346969604 0.0 -0.6343936920166016 -0.7730101346969604 0.0 -0.6343936920166016 -0.7730101346969604 0.0 -0.6343936920166016 -0.7730101346969604 0.0 -0.7730109691619873 -0.6343927383422852 0.0 -0.7730109691619873 -0.6343927383422852 0.0 -0.7730109691619873 -0.6343927383422852 0.0 -0.7730109691619873 -0.6343927383422852 0.0 -0.8819215297698975 -0.4713960587978363 0.0 -0.8819215297698975 -0.4713960587978363 0.0 -0.8819215297698975 -0.4713960587978363 0.0 -0.8819215297698975 -0.4713960587978363 0.0 -0.9569406509399414 -0.2902836799621582 0.0 -0.9569406509399414 -0.2902836799621582 0.0 -0.9569406509399414 -0.2902836799621582 0.0 -0.9569406509399414 -0.2902836799621582 0.0 -0.9951847791671753 -0.09801633656024933 0.0 -0.9951847791671753 -0.09801633656024933 0.0 -0.9951847791671753 -0.09801633656024933 0.0 -0.9951847791671753 -0.09801633656024933 0.0 -0.995184600353241 0.09801815450191498 0.0 -0.995184600353241 0.09801815450191498 0.0 -0.995184600353241 0.09801815450191498 0.0 -0.995184600353241 0.09801815450191498 0.0 -0.9569399952888489 0.29028576612472534 0.0 -0.9569399952888489 0.29028576612472534 0.0 -0.9569399952888489 0.29028576612472534 0.0 -0.9569399952888489 0.29028576612472534 0.0 -0.8819208145141602 0.47139766812324524 0.0 -0.8819208145141602 0.47139766812324524 0.0 -0.8819208145141602 0.47139766812324524 0.0 -0.8819208145141602 0.47139766812324524 0.0 -0.7730095982551575 0.6343943476676941 0.0 -0.7730095982551575 0.6343943476676941 0.0 -0.7730095982551575 0.6343943476676941 0.0 -0.7730095982551575 0.6343943476676941 0.0 -0.6343923807144165 0.7730112075805664 0.0 -0.6343923807144165 0.7730112075805664 0.0 -0.6343923807144165 0.7730112075805664 0.0 -0.6343923807144165 0.7730112075805664 0.0 -0.47139546275138855 0.8819218277931213 0.0 -0.47139546275138855 0.8819218277931213 0.0 -0.47139546275138855 0.8819218277931213 0.0 -0.47139546275138855 0.8819218277931213 0.0 -6.683323761080828e-08 0.0 1.0 -6.683323761080828e-08 0.0 1.0 -6.683323761080828e-08 0.0 1.0 -6.683323761080828e-08 0.0 1.0 -6.683323761080828e-08 0.0 1.0 -6.683323761080828e-08 0.0 1.0 -6.683323761080828e-08 0.0 1.0 -6.683323761080828e-08 0.0 1.0 -6.683323761080828e-08 0.0 1.0 -6.683323761080828e-08 0.0 1.0 -6.683323761080828e-08 0.0 1.0 -6.683323761080828e-08 0.0 1.0 -6.683323761080828e-08 0.0 1.0 -6.683323761080828e-08 0.0 1.0 -6.683323761080828e-08 0.0 1.0 -6.683323761080828e-08 0.0 1.0 -6.683323761080828e-08 0.0 1.0 -6.683323761080828e-08 0.0 1.0 -6.683323761080828e-08 0.0 1.0 -6.683323761080828e-08 0.0 1.0 -6.683323761080828e-08 0.0 1.0 -6.683323761080828e-08 0.0 1.0 -6.683323761080828e-08 0.0 1.0 -6.683323761080828e-08 0.0 1.0 -6.683323761080828e-08 0.0 1.0 -6.683323761080828e-08 0.0 1.0 -6.683323761080828e-08 0.0 1.0 -6.683323761080828e-08 0.0 1.0 -6.683323761080828e-08 0.0 1.0 -6.683323761080828e-08 0.0 1.0 -6.683323761080828e-08 0.0 1.0 -6.683323761080828e-08 0.0 1.0 -0.29028305411338806 0.9569408893585205 0.0 -0.29028305411338806 0.9569408893585205 0.0 -0.29028305411338806 0.9569408893585205 0.0 -0.29028305411338806 0.9569408893585205 0.0 -0.09801653027534485 0.9951847791671753 0.0 -0.09801653027534485 0.9951847791671753 0.0 -0.09801653027534485 0.9951847791671753 0.0 -0.09801653027534485 0.9951847791671753 0.0 5.7285621579694634e-08 0.0 -1.0 5.7285621579694634e-08 0.0 -1.0 5.7285621579694634e-08 0.0 -1.0 5.7285621579694634e-08 0.0 -1.0 5.7285621579694634e-08 0.0 -1.0 5.7285621579694634e-08 0.0 -1.0 5.7285621579694634e-08 0.0 -1.0 5.7285621579694634e-08 0.0 -1.0 5.7285621579694634e-08 0.0 -1.0 5.7285621579694634e-08 0.0 -1.0 5.7285621579694634e-08 0.0 -1.0 5.7285621579694634e-08 0.0 -1.0 5.7285621579694634e-08 0.0 -1.0 5.7285621579694634e-08 0.0 -1.0 5.7285621579694634e-08 0.0 -1.0 5.7285621579694634e-08 0.0 -1.0 5.7285621579694634e-08 0.0 -1.0 5.7285621579694634e-08 0.0 -1.0 5.7285621579694634e-08 0.0 -1.0 5.7285621579694634e-08 0.0 -1.0 5.7285621579694634e-08 0.0 -1.0 5.7285621579694634e-08 0.0 -1.0 5.7285621579694634e-08 0.0 -1.0 5.7285621579694634e-08 0.0 -1.0 5.7285621579694634e-08 0.0 -1.0 5.7285621579694634e-08 0.0 -1.0 5.7285621579694634e-08 0.0 -1.0 5.7285621579694634e-08 0.0 -1.0 5.7285621579694634e-08 0.0 -1.0 5.7285621579694634e-08 0.0 -1.0 5.7285621579694634e-08 0.0 -1.0 5.7285621579694634e-08 0.0 -1.0</float_array>
				<technique_common>
				<accessor source="#id-mesh-22-normals-array" count="192" stride="3">
					<param name="X" type="float"/>
					<param name="Y" type="float"/>
					<param name="Z" type="float"/>
				</accessor>
				</technique_common>
			</source>
			<vertices id="id-mesh-22-vertices">
				<input semantic="POSITION" source="#id-mesh-22-positions"/>
			</vertices>
			<polygons count="34" material="id-trimat-23">
				<input semantic="VERTEX" source="#id-mesh-22-vertices" offset="0"/>
				<input semantic="NORMAL" source="#id-mesh-22-normals" offset="0"/>
				<p> 0 1 2 3 </p>
				<p> 4 5 6 7 </p>
				<p> 8 9 10 11 </p>
				<p> 12 13 14 15 </p>
				<p> 16 17 18 19 </p>
				<p> 20 21 22 23 </p>
				<p> 24 25 26 27 </p>
				<p> 28 29 30 31 </p>
				<p> 32 33 34 35 </p>
				<p> 36 37 38 39 </p>
				<p> 40 41 42 43 </p>
				<p> 44 45 46 47 </p>
				<p> 48 49 50 51 </p>
				<p> 52 53 54 55 </p>
				<p> 56 57 58 59 </p>
				<p> 60 61 62 63 </p>
				<p> 64 65 66 67 </p>
				<p> 68 69 70 71 </p>
				<p> 72 73 74 75 </p>
				<p> 76 77 78 79 </p>
				<p> 80 81 82 83 </p>
				<p> 84 85 86 87 </p>
				<p> 88 89 90 91 </p>
				<p> 92 93 94 95 </p>
				<p> 96 97 98 99 </p>
				<p> 100 101 102 103 </p>
				<p> 104 105 106 107 </p>
				<p> 108 109 110 111 </p>
				<p> 112 113 114 115 </p>
				<p> 116 117 118 119 </p>
				<p> 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 </p>
				<p> 152 153 154 155 </p>
				<p> 156 157 158 159 </p>
				<p> 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 </p>
			</polygons>
		</mesh>
	</geometry>
</library_geometries>
<library_visual_scenes>
	<visual_scene id="id-scene-1" name="scene">
		<node id="Cube" name="Cube" type="NODE">
			<matrix sid="transform"> 1.399999976158142 0.0 0.0 0.0 0.0 2.0 0.0 0.0 0.0 0.0 0.6000000238418579 0.6000000238418579 0.0 0.0 0.0 1.0  </matrix>
			<instance_geometry url="#id-mesh-4">
				<bind_material>
					<technique_common>
						<instance_material symbol="id-trimat-5" target="#id-material-3"/>
					</technique_common>
				</bind_material>
			</instance_geometry>
		</node>
		<node id="Cube.001" name="Cube.001" type="NODE">
			<matrix sid="transform"> 0.20000000298023224 0.0 0.0 1.0860042572021484 0.0 0.5 0.0 1.4221534729003906 0.0 0.0 0.20000000298023224 1.1518471240997314 0.0 0.0 0.0 1.0  </matrix>
			<instance_geometry url="#id-mesh-11">
				<bind_material>
					<technique_common>
						<instance_material symbol="id-trimat-12" target="#id-material-10"/>
					</technique_common>
				</bind_material>
			</instance_geometry>
		</node>
		<node id="Cube.002" name="Cube.002" type="NODE">
			<matrix sid="transform"> 1.0 0.0 0.0 0.27793335914611816 0.0 1.0 0.0 -0.8406696319580078 0.0 0.0 1.0 0.8185544013977051 0.0 0.0 0.0 1.0  </matrix>
			<instance_geometry url="#id-mesh-13">
				<bind_material>
					<technique_common>
						<instance_material symbol="id-trimat-14" target="#id-material-3"/>
					</technique_common>
				</bind_material>
			</instance_geometry>
		</node>
		<node id="Cube.003" name="Cube.003" type="NODE">
			<matrix sid="transform"> 0.20000000298023224 0.0 0.0 0.523315966129303 0.0 0.5 0.0 1.4221534729003906 0.0 0.0 0.20000000298023224 1.1518471240997314 0.0 0.0 0.0 1.0  </matrix>
			<instance_geometry url="#id-mesh-20">
				<bind_material>
					<technique_common>
						<instance_material symbol="id-trimat-21" target="#id-material-19"/>
					</technique_common>
				</bind_material>
			</instance_geometry>
		</node>
		<node id="Cylinder.001" name="Cylinder.001" type="NODE">
			<matrix sid="transform"> 0.30000001192092896 0.0 0.0 -0.8092041015625 0.0 0.30000001192092896 0.0 1.3361114263534546 0.0 0.0 0.10000000149011612 1.2000000476837158 0.0 0.0 0.0 1.0  </matrix>
			<instance_geometry url="#id-mesh-22">
				<bind_material>
					<technique_common>
						<instance_material symbol="id-trimat-23" target="#id-material-3"/>
					</technique_common>
				</bind_material>
			</instance_geometry>
		</node>
	</visual_scene>
</library_visual_scenes>
<scene>
	<instance_visual_scene url="#id-scene-1" />
</scene>
</COLLADA>