-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodel.dae
438 lines (438 loc) · 40.7 KB
/
model.dae
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
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<COLLADA xmlns="http://www.collada.org/2005/11/COLLADASchema" version="1.4.1">
<asset>
<contributor>
<author>Assimp</author>
<authoring_tool>Assimp Exporter</authoring_tool>
</contributor>
<created>2024-02-11T13:06:44</created>
<modified>2024-02-11T13:06:44</modified>
<unit name="meter" meter="1" />
<up_axis>Y_UP</up_axis>
</asset>
<library_cameras>
<camera id="S3D-RENDER_CAM_NODE-camera" name="S3D-RENDER_CAM_NODE" >
<optics>
<technique_common>
<perspective>
<xfov sid="xfov">121.28449</xfov>
<aspect_ratio>1.7777778</aspect_ratio>
<znear sid="znear">0</znear>
<zfar sid="zfar">1</zfar>
</perspective>
</technique_common>
</optics>
</camera>
<camera id="S3D-ANIM_CAM_NODE-camera" name="S3D-ANIM_CAM_NODE" >
<optics>
<technique_common>
<perspective>
<xfov sid="xfov">121.28449</xfov>
<aspect_ratio>1.7777778</aspect_ratio>
<znear sid="znear">0</znear>
<zfar sid="zfar">1</zfar>
</perspective>
</technique_common>
</optics>
</camera>
</library_cameras>
<library_images>
</library_images>
<library_effects>
<effect id="lambertian-fx" name="lambertian">
<profile_COMMON>
<technique sid="standard">
<phong>
<emission>
<color sid="emission">1 1 1 1</color>
</emission>
<diffuse>
<color sid="diffuse">1 1 1 1</color>
</diffuse>
<shininess>
<float sid="shininess">1</float>
</shininess>
<reflective>
<color sid="reflective">1 1 1 1</color>
</reflective>
<transparent>
<color sid="transparent">1 1 1 1</color>
</transparent>
<index_of_refraction>
<float sid="index_of_refraction">1.2</float>
</index_of_refraction>
</phong>
</technique>
</profile_COMMON>
</effect>
<effect id="lambertian_1-fx" name="lambertian">
<profile_COMMON>
<technique sid="standard">
<phong>
<emission>
<color sid="emission">1 1 1 1</color>
</emission>
<diffuse>
<color sid="diffuse">1 1 1 1</color>
</diffuse>
<shininess>
<float sid="shininess">1</float>
</shininess>
<reflective>
<color sid="reflective">1 1 1 1</color>
</reflective>
<transparent>
<color sid="transparent">1 1 1 1</color>
</transparent>
<index_of_refraction>
<float sid="index_of_refraction">1.2</float>
</index_of_refraction>
</phong>
</technique>
</profile_COMMON>
</effect>
<effect id="lambertian_2-fx" name="lambertian">
<profile_COMMON>
<technique sid="standard">
<phong>
<emission>
<color sid="emission">1 1 1 1</color>
</emission>
<diffuse>
<color sid="diffuse">1 1 1 1</color>
</diffuse>
<shininess>
<float sid="shininess">1</float>
</shininess>
<reflective>
<color sid="reflective">1 1 1 1</color>
</reflective>
<transparent>
<color sid="transparent">1 1 1 1</color>
</transparent>
<index_of_refraction>
<float sid="index_of_refraction">1.2</float>
</index_of_refraction>
</phong>
</technique>
</profile_COMMON>
</effect>
<effect id="lambertian_3-fx" name="lambertian">
<profile_COMMON>
<technique sid="standard">
<phong>
<emission>
<color sid="emission">1 1 1 1</color>
</emission>
<diffuse>
<color sid="diffuse">1 1 1 1</color>
</diffuse>
<shininess>
<float sid="shininess">1</float>
</shininess>
<reflective>
<color sid="reflective">1 1 1 1</color>
</reflective>
<transparent>
<color sid="transparent">1 1 1 1</color>
</transparent>
<index_of_refraction>
<float sid="index_of_refraction">1.2</float>
</index_of_refraction>
</phong>
</technique>
</profile_COMMON>
</effect>
<effect id="lambertian_4-fx" name="lambertian">
<profile_COMMON>
<technique sid="standard">
<phong>
<emission>
<color sid="emission">1 1 1 1</color>
</emission>
<diffuse>
<color sid="diffuse">1 1 1 1</color>
</diffuse>
<shininess>
<float sid="shininess">1</float>
</shininess>
<reflective>
<color sid="reflective">1 1 1 1</color>
</reflective>
<transparent>
<color sid="transparent">1 1 1 1</color>
</transparent>
<index_of_refraction>
<float sid="index_of_refraction">1.2</float>
</index_of_refraction>
</phong>
</technique>
</profile_COMMON>
</effect>
<effect id="lambertian_5-fx" name="lambertian">
<profile_COMMON>
<technique sid="standard">
<phong>
<emission>
<color sid="emission">1 1 1 1</color>
</emission>
<diffuse>
<color sid="diffuse">1 1 1 1</color>
</diffuse>
<shininess>
<float sid="shininess">1</float>
</shininess>
<reflective>
<color sid="reflective">1 1 1 1</color>
</reflective>
<transparent>
<color sid="transparent">1 1 1 1</color>
</transparent>
<index_of_refraction>
<float sid="index_of_refraction">1.2</float>
</index_of_refraction>
</phong>
</technique>
</profile_COMMON>
</effect>
</library_effects>
<library_materials>
<material id="lambertian" name="lambertian">
<instance_effect url="#lambertian-fx"/>
</material>
<material id="lambertian_1" name="lambertian">
<instance_effect url="#lambertian_1-fx"/>
</material>
<material id="lambertian_2" name="lambertian">
<instance_effect url="#lambertian_2-fx"/>
</material>
<material id="lambertian_3" name="lambertian">
<instance_effect url="#lambertian_3-fx"/>
</material>
<material id="lambertian_4" name="lambertian">
<instance_effect url="#lambertian_4-fx"/>
</material>
<material id="lambertian_5" name="lambertian">
<instance_effect url="#lambertian_5-fx"/>
</material>
</library_materials>
<library_geometries>
<geometry id="car-S3D-14_1" name="car-S3D-14" >
<mesh>
<source id="car-S3D-14_1-positions" name="car-S3D-14_1-positions">
<float_array id="car-S3D-14_1-positions-array" count="990"> 0.17578125 -0.20544907 -2.2167673 0.36707759 -0.058194637 -2.1052926 0.1171875 0.0047018602 -2.1528857 0.24342003 0.093847722 -1.5490438 0.45442709 -0.28223664 -0.087572791 0.42324823 0.029827286 0.023840114 0.45175335 0.097286701 -0.73324764 0.25695673 0.068362609 0.22969739 -0.25255358 -0.194451 0.28297514 -0.3828125 -0.08453925 0.26457483 -0.11838077 0.11689693 0.3922736 -0.27502757 0.1482769 -0.036413416 -0.45177233 0.068115339 -0.23205107 -0.45177233 -0.17699642 -0.058610894 0.032204237 0.10652934 -1.6296592 -0.2109375 -0.02286163 -2.3129315 -0.22412875 0.10910556 -1.6217694 -0.515625 0.0075804442 -1.4422419 -0.3766278 0.28548425 -1.0303676 0.36768639 0.27143234 -0.7246865 0.43795866 0.056951508 -1.6493537 -0.057241097 0.13131624 0.28831059 0.2265625 -0.021176249 0.3768698 -0.3203125 -0.29826599 -0.53532201 0.064670138 -0.33465314 -0.32518029 0.11574465 -0.22684935 -1.026825 0.26571381 -0.10957648 -0.85175717 -0.41460508 0.053152472 -1.8689638 -0.17371494 -0.18064341 -0.73522472 -0.4470486 -0.17438392 -1.6387057 0.43713418 -0.13634436 -1.7986286 -0.30143228 -0.15604627 -2.1755073 -0.037388396 -0.051602602 -2.028615 -0.39648438 -0.3374055 -1.7927506 0.35873437 -0.20719334 -1.8533845 0.25017875 -0.29495785 -1.3539541 -0.065311402 -0.25595418 -1.2735153 -0.0088671297 -0.30838722 -1.6490952 0.33723959 -0.30007124 0.17549062 -0.041979596 -0.11923517 0.17473212 0.3984375 -0.28555024 0.072169781 -0.3984375 -0.27527845 0.072169781 -0.26408473 -0.46652737 -0.041093942 -0.34765625 -0.41155779 -0.20575756 -0.38522378 -0.41785243 -0.20943688 -0.36492604 -0.42815682 0.096132368 0.24775657 -0.42705923 -0.10063663 0.34765625 -0.42468542 -0.20575756 0.35108683 -0.43801394 -0.011988528 0.37890625 -0.39499387 0.065159217 0.28976244 -0.44903475 -1.6083031 0.37544343 -0.51835561 -1.6734844 0.28790823 -0.5150364 -1.7779764 0.41416302 -0.44482315 -1.7765878 0.39440852 -0.42346567 -1.6135234 0.4033643 -0.49299204 -1.9148061 0.42485505 -0.49083656 -1.8668941 0.42827225 -0.21982992 -1.4965994 -0.45703125 -0.38396433 -1.8207359 -0.37890625 -0.5277977 -1.7030338 -0.38867188 -0.51448858 -1.9302557 -0.3359375 -0.41454196 -1.6060631 -0.3507024 -0.47365415 -1.6189009 -0.40625 -0.44788533 -1.8176764 -0.28327641 -0.53882658 -1.6473985 -0.3261106 -0.26017115 -1.4502854 0.16331294 -0.36214846 -1.9178177 0.16015625 -0.31766322 -2.1865492 -0.064453125 -0.30261809 -2.0463262 0.27929688 -0.38966194 -2.1305475 0.2526961 -0.47165999 -1.9320618 0.3586055 -0.55068934 -1.8783737 -0.19538578 -0.40788311 -1.831919 -0.27734375 -0.50286901 -1.67926 -0.328125 -0.46374786 -2.0676777 -0.2530396 -0.48041591 -1.958331 -0.19140625 -0.26311243 -2.1525717 -0.23562652 0.40647191 -1.0434059 -0.1171875 0.449837 -0.46560991 0.19020759 0.26008353 -0.062359259 0.060257267 0.42256925 -0.36272174 0.25788242 0.41971675 -0.60789603 0.12695339 0.44797367 -1.0485147 -0.026492611 0.27095324 -0.053827278 0.29036459 0.0074095409 -2.1222618 0.45584565 0.042534165 -0.02137142 -0.31760719 0.014748402 0.36074394 -0.38250905 0.076423056 0.18459561 -0.45823219 0.042281475 -0.030777957 0.1875 0.054416832 -1.9670243 -0.4217886 0.15318146 -0.16923973 -0.43544585 0.24879371 -0.651335 0.41111207 0.1478793 -0.14102012 -0.25750905 0.094978482 0.31690708 0.088751115 -0.25371176 -0.57853729 -0.41210949 0.24720357 -1.1450261 -0.35177955 0.14652398 -1.5574782 -0.45681429 0.14857349 -0.93104607 -0.41666669 -0.0011294521 -1.1498022 0.40155876 0.22592807 -1.1392874 0.42250857 0.23460226 -0.64192843 0.34826264 0.11996964 -1.540262 0.3125 0.04606092 -1.9111116 0.43473095 0.038880933 -1.8090529 0.45315078 0.12719509 -0.93113863 0.23046875 -0.062966511 -2.2729564 0.30609185 -0.10072901 -2.1476169 0.15043706 -0.23021556 -0.83599252 -0.067708336 0.081456333 -1.995594 0.067708336 0.076658204 -1.9898553 -0.1875 0.069916666 -1.9842408 -0.3125 0.072206073 -1.9283279 -0.23046875 -0.059784606 -2.3300569 -0.29036459 0.024405077 -2.2295015 -0.33984375 -0.094244063 -2.2378938 -0.08203125 -0.024237115 -2.3159804 0.08203125 -0.024929268 -2.3159804 0 -0.0092700422 -2.2750568 -0.2421875 -0.098347567 0.3525072 -0.3515625 -0.12688351 0.28434169 0 -0.29754004 -0.31896475 0.04901953 -0.267551 -0.57844472 0.088658147 0.10963979 0.38679251 -0.091044687 0.10735386 0.37738597 0.25034943 0.10073083 0.34512669 0.37534943 0.08228796 0.21281523 0.2421875 -0.082878545 0.35543013 0.31522065 0.028266493 0.3711248 0.3515625 -0.11155438 0.28726467 0.0859375 -0.051844507 0.3416177 -0.0859375 -0.057369329 0.34064341 0 0.066255085 0.42996949 0.46376845 -0.037648693 -1.5986819 0.41606206 -0.026657246 -1.150184 0.46022296 -0.080140918 -1.9002596 0.40151927 -0.15092629 -2.0268431 -0.46440971 0.0050029978 -1.5982771 -0.43489584 0.075436465 -1.8146876 -0.40234375 -0.14050356 -2.0263224 -0.4609375 -0.041506767 -1.8998084 -0.12574904 -0.27951324 -0.57927084 -0.3828125 -0.42200834 -0.095163308 -0.39918932 -0.4179489 -0.11013597 -0.3671875 -0.26572543 0.13835827 -0.34930104 -0.41201627 0.12712876 -0.44097221 -0.3698175 -0.26401883 -0.35416669 -0.32747334 -0.48943487 -0.46440971 -0.057324111 -0.26701745 -0.40885419 -0.20421076 -0.45674598 -0.41666669 -0.022534193 -0.67510414 -0.4609375 -0.099350438 0.016132109 -0.40625 -0.15238327 0.1249175 -0.39697459 -0.38677764 -0.072704315 -0.4375 -0.24507561 -0.016556833 -0.40625 -0.35855383 0.023852032 -0.22979653 -0.40395772 0.15037625 -0.1796875 -0.2355042 0.23055969 -0.2155305 -0.31535265 0.071135476 -0.0859375 -0.26101947 -0.092797846 -0.34635419 -0.46205789 -0.13259497 -0.2421875 -0.40698594 -0.11683382 -0.30815971 -0.3980844 -0.3313958 -0.31057063 -0.44009936 0.07625635 -0.3515625 -0.43118602 -0.0053273402 -0.3828125 -0.43328258 -0.0053273402 0.29579642 -0.29108781 -0.50517273 0.30801314 -0.41367221 -0.33148837 0.3828125 -0.43015769 -0.0053273402 0.3671875 -0.25902933 0.14128122 0.40625 -0.35685435 0.024826352 0.36197919 -0.41196206 0.07723067 0.3671875 -0.39917225 0.13005173 0.34635419 -0.427995 -0.13259497 0.3515625 -0.43257296 -0.0053273402 0.3828125 -0.42781705 -0.095163308 0.2421875 -0.41746408 -0.11683382 0.0859375 -0.22566463 -0.092797846 0.19531426 -0.34731892 0.072109796 0.1796875 -0.22489193 0.23348264 0.2890625 -0.39318472 0.15329921 0.46426314 -0.062441058 -0.26711002 0.41622695 -0.035550408 -0.67538184 0.40841445 -0.21113843 -0.45702368 0.35372695 -0.29518986 -0.48971257 0.453125 -0.38609356 -0.072704315 0.44082564 -0.37631413 -0.2641114 0.43229169 -0.42774934 -0.11013597 0.4609375 -0.097286716 0.016132109 0.4375 -0.24832855 -0.016556833 0.40625 -0.14964905 0.12589182 -0.15104167 -0.22174647 -0.83561075 -0.00064126321 -0.26132903 -1.2708173 -0.08176212 -0.23054156 -1.0648925 0.08095596 -0.23938861 -1.0651934 0.37219676 -0.52610129 -1.8045502 0.34485301 -0.51504111 -1.69787 0.22773758 -0.23354915 -1.085099 0.35191309 -0.22194503 -1.2341392 0.40742508 -0.15184972 -1.3381451 0.4461647 -0.23697826 -1.5197563 0.34842947 -0.35166085 -1.4752259 0.3055397 -0.27697533 -1.3146268 0.36014822 -0.48410055 -1.6268241 0.36471406 -0.44088063 -1.5836291 0.40377656 -0.50024801 -1.673465 0.35256952 -0.50850439 -1.6670804 0.17352766 -0.26102448 -1.5528319 0.084508397 -0.26979932 -1.4421556 0.31034452 -0.34148785 -1.434292 0.42076749 -0.29334742 -1.731498 0.44366354 -0.22569185 -1.838616 0.40240011 -0.35962471 -1.8188314 0.41823417 -0.50865185 -1.7615781 0.4264864 -0.47852108 -1.8464091 0.36540917 -0.50806808 -1.832624 0.41970202 -0.3321411 -1.6334383 0.43502656 -0.43391985 -1.6846945 0.40377656 -0.37111357 -1.5723995 -0.375 -0.48736578 -1.8027799 -0.44140625 -0.52621013 -1.8361247 -0.40885419 -0.12085734 -1.3525457 -0.35416669 -0.2080825 -1.2786255 -0.22916667 -0.21942562 -1.0994996 -0.30815971 -0.25806767 -1.3588817 -0.4609375 -0.29178616 -1.6773694 -0.44878471 -0.20247087 -1.5640113 -0.45703125 -0.47641748 -1.8297224 -0.4375 -0.39186084 -1.6984358 -0.40625 -0.46694618 -1.6719031 -0.46484375 -0.4688549 -1.8447084 -0.44921875 -0.3375966 -1.8172697 -0.4453125 -0.19616643 -1.8375748 -0.4765625 -0.24299563 -1.7451005 -0.24233407 -0.30987513 -1.4480331 -0.086542122 -0.29351601 -1.441635 -0.17622098 -0.37416157 -1.5516865 -0.36328125 -0.49474555 -1.6456577 -0.27749032 -0.49199319 -1.6180167 -0.34765625 -0.53806573 -1.742834 -0.3515625 -0.32469463 -1.5191569 -0.3671875 -0.40803415 -1.5973704 -0.40625 -0.34393319 -1.6167469 0.1484375 -0.14132908 -2.2666819 0.09375 -0.21683727 -2.1708486 0.10299104 -0.29347122 -2.070631 0.31833375 -0.51374692 -1.7912632 0.33852458 -0.54200399 -1.8715928 0.38864625 -0.4942272 -1.8923287 0.38589427 -0.53579473 -1.9444729 0.25374135 -0.51509029 -1.873204 0.354543 -0.53979087 -1.8340176 0.17330353 -0.37148273 -1.9927435 0.21484375 -0.45260429 -1.9648744 0.21484375 -0.41428113 -2.0659399 0.10284446 -0.33915642 -1.9334469 0.16304325 -0.31906754 -1.7789216 0.16263339 -0.32236153 -1.668684 0.27557743 -0.4916999 -1.7763455 0.36518764 -0.48243731 -2.003176 0.39159697 -0.42355841 -1.9112252 0.36245677 -0.36551583 -2.0280771 0.29417297 -0.23775318 -2.1079011 0.25390625 -0.37439936 -2.1567755 0.25703287 -0.25405633 -2.1801205 0.20703125 -0.26552773 -2.2252278 0.34749135 -0.52234375 -2.0079579 0.28515625 -0.46636426 -2.0659399 0.28515625 -0.51863587 -1.9648744 -0.390625 -0.49365604 -1.8910793 -0.33984375 -0.50447911 -1.8707597 -0.3203125 -0.50012052 -1.7900138 -0.29296875 -0.55479419 -1.8091983 0 -0.22088578 -2.1137013 -0.09375 -0.21244851 -2.1708486 -0.1484375 -0.14245608 -2.2666819 -0.20703125 -0.2666814 -2.2252278 -0.1484375 -0.36198822 -2.0154071 -0.078125 -0.28703028 -2.070631 -0.25390625 -0.55846202 -1.8730998 -0.21484375 -0.44565129 -1.9648744 -0.28515625 -0.52188611 -1.9648744 -0.20717782 -0.49654296 -1.7760332 -0.16450223 -0.44900888 -1.6680592 -0.094189726 -0.37915751 -1.7788174 -0.00043972331 -0.32665926 -1.8369036 -0.078271575 -0.33515054 -1.9334469 -0.30078125 -0.33053318 -2.1799817 -0.34375 -0.24948132 -2.1074843 -0.36328125 -0.3903608 -2.0275564 -0.421875 -0.44376767 -1.9101839 -0.34765625 -0.54126054 -2.0078537 -0.39453125 -0.51392603 -2.0027249 -0.38671875 -0.55644572 -1.9439522 -0.25390625 -0.37684804 -2.1567755 -0.28515625 -0.46999937 -2.0659399 -0.21484375 -0.40569428 -2.0659399 -0.3597227 0.28219432 -0.37211919 -0.27919585 0.42151186 -0.59382451 0.109375 0.12680653 -1.6301324 0.17638764 0.26885307 -1.344047 0.27916291 0.24963884 -1.2562013 0.24530876 0.40910402 -1.021961 0 0.45078784 -1.1297349 0.067708336 0.29549998 -1.380879 -0.18771705 0.48976129 -0.73088449 -0.0703125 0.5 -0.76921487 -0.25585949 0.4151713 -1.0180597 -0.28971365 0.26554787 -1.2714522 -0.17990455 0.27821124 -1.3553672 -0.109375 0.13608286 -1.6453835 -0.067708336 0.29825088 -1.382687 0.26625857 0.4182255 -0.59761536 0.34201235 0.27677962 -0.34764361 0.18420014 0.4776721 -0.74801266 0.10546875 0.46672472 -0.43289095 0.0703125 0.5 -0.77688962 -0.10546875 0.46933457 -0.42249447 0.1472519 0.3524321 -0.17493942 0.25095582 0.31215435 -0.17882451 0.18394318 0.20915607 0.057888031 0.16050568 0.13059425 0.24966539 -0.14963844 0.36023164 -0.18151665 -0.26163235 0.29449245 -0.19861302 -0.046875 0.37472844 -0.20162931 0.046875 0.36950874 -0.19977149 0 0.26038599 -0.038064849 0.065220647 0.17839107 0.11951856 -0.067607187 0.18358074 0.1045102 -0.1676653 0.13198611 0.21864486 -0.1911028 0.19560842 0.025009695 </float_array>
<technique_common>
<accessor count="330" offset="0" source="#car-S3D-14_1-positions-array" stride="3">
<param name="X" type="float" />
<param name="Y" type="float" />
<param name="Z" type="float" />
</accessor>
</technique_common>
</source>
<vertices id="car-S3D-14_1-vertices">
<input semantic="POSITION" source="#car-S3D-14_1-positions" />
</vertices>
<polylist count="656" material="defaultMaterial">
<input offset="0" semantic="VERTEX" source="#car-S3D-14_1-vertices" />
<vcount>3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 </vcount>
<p>9 87 86 93 87 11 9 88 87 90 88 12 102 89 84 89 2 84 88 90 87 90 11 87 296 91 18 12 91 90 125 92 85 92 6 85 87 93 86 93 10 86 97 95 91 95 18 91 307 96 16 17 96 95 12 97 91 95 97 17 149 98 97 98 17 97 312 100 92 100 19 99 104 100 99 100 6 92 300 101 99 101 20 99 1 102 84 103 102 1 3 102 101 89 102 3 102 103 101 103 20 101 20 104 99 100 104 6 2 105 84 106 105 0 105 106 84 106 1 84 165 107 94 107 25 94 298 109 89 109 14 108 117 109 108 109 2 89 309 110 108 110 15 108 137 111 96 113 111 27 16 111 110 111 16 96 111 113 110 114 113 27 15 113 112 113 15 110 114 31 112 113 114 112 274 115 112 115 15 112 2 116 105 117 116 2 32 116 115 242 116 32 15 117 108 117 15 115 116 117 115 109 117 2 10 118 86 119 118 8 118 119 86 119 9 86 121 120 94 120 24 94 25 121 94 120 121 23 328 123 93 123 21 122 131 123 122 123 10 93 320 124 122 124 22 122 5 125 85 127 125 5 7 125 124 92 125 7 125 127 124 128 127 5 22 127 126 127 22 124 128 38 126 127 128 126 178 129 126 129 22 126 10 130 118 131 130 10 39 130 129 156 130 39 22 131 122 131 22 129 130 131 129 123 131 10 134 132 103 132 20 103 20 133 104 133 20 132 198 133 132 181 133 26 1 134 103 132 134 30 261 135 106 210 135 34 1 135 134 135 1 106 220 136 98 136 17 98 17 137 96 137 17 136 139 137 136 111 137 27 27 138 114 287 138 33 29 139 136 231 139 29 27 139 138 137 139 27 190 140 121 140 23 121 43 142 141 164 142 45 8 143 119 151 143 41 154 144 45 8 144 143 43 145 142 152 145 13 28 146 140 148 146 28 43 146 145 161 146 43 150 147 88 147 12 88 146 148 145 149 148 28 13 148 147 148 13 145 12 149 97 149 12 147 148 149 147 98 149 28 9 150 88 147 150 13 143 151 119 153 151 41 9 151 150 151 9 119 145 152 142 152 45 142 151 153 150 154 153 41 13 153 152 153 13 150 144 154 143 154 45 152 153 154 152 154 41 143 8 155 144 162 155 42 130 156 118 157 156 39 8 156 155 156 8 118 156 157 155 157 42 155 23 158 120 160 158 23 39 158 157 176 158 39 163 159 141 159 43 141 158 160 157 161 160 23 42 160 159 160 42 157 146 161 140 161 43 159 160 161 159 161 23 140 155 162 144 162 45 144 44 163 141 164 163 44 42 163 162 159 163 42 142 164 141 164 45 162 163 164 162 164 44 141 24 165 94 107 165 26 183 166 47 24 166 165 189 168 128 168 38 128 40 169 168 171 169 49 173 170 167 170 49 167 169 171 168 171 49 170 179 171 170 171 38 168 175 172 166 172 47 166 48 173 167 174 173 48 46 173 172 170 173 46 186 174 167 174 47 172 173 174 172 174 48 167 24 175 166 172 175 46 158 176 120 177 176 39 24 176 175 176 24 120 176 177 175 177 46 175 38 178 126 179 178 38 39 178 177 129 178 39 46 179 170 179 46 177 178 179 177 171 179 38 6 180 85 187 180 4 133 181 104 182 181 26 6 181 180 181 6 104 181 182 180 182 4 180 166 183 165 185 183 47 26 183 182 183 26 165 188 184 169 184 49 169 183 185 182 186 185 47 4 185 184 185 4 182 49 186 167 186 49 184 185 186 184 174 186 47 180 187 85 187 5 85 40 188 169 189 188 40 4 188 187 184 188 4 5 189 128 189 5 187 188 189 187 168 189 40 25 190 121 140 190 28 25 192 190 193 192 25 36 192 191 222 192 36 196 193 107 193 35 191 192 193 191 193 25 107 195 51 194 245 195 194 26 196 107 193 196 35 26 197 196 201 197 57 30 198 132 199 198 30 26 198 197 133 198 26 199 57 197 198 199 197 197 201 196 201 57 200 208 201 200 201 35 196 205 202 195 202 51 195 217 203 200 204 203 54 50 203 202 203 50 200 204 51 202 203 204 202 52 205 195 202 205 50 256 206 205 206 50 205 35 207 191 208 207 35 37 207 206 234 207 37 50 208 200 208 50 206 207 208 206 201 208 35 30 209 199 215 209 53 135 210 134 211 210 34 30 210 209 210 30 134 210 211 209 211 53 209 216 212 204 212 51 204 259 213 211 214 213 56 53 213 212 213 53 211 51 214 194 214 51 212 213 214 212 247 214 56 209 215 199 215 57 199 54 216 204 217 216 54 53 216 215 212 216 53 57 217 200 217 57 215 216 217 215 203 217 54 219 59 218 268 219 218 28 220 98 136 220 29 28 221 220 225 221 65 192 222 190 223 222 36 28 222 221 222 28 190 223 65 221 222 223 221 221 225 220 225 65 224 232 225 224 225 29 220 229 226 219 226 59 219 241 227 224 228 227 62 58 227 226 227 58 224 228 59 226 227 228 226 60 229 219 226 229 58 289 230 229 230 58 229 139 231 138 232 231 29 33 231 230 231 33 138 58 232 224 232 58 230 231 232 230 225 232 29 36 233 223 239 233 61 207 234 191 235 234 37 36 234 233 234 36 191 234 235 233 235 61 233 240 236 228 236 59 228 282 237 235 238 237 64 61 237 236 237 61 235 59 238 218 238 59 236 237 238 236 270 238 64 233 239 223 239 65 223 62 240 228 241 240 62 61 240 239 236 240 61 65 241 224 241 65 239 240 241 239 227 241 62 116 242 105 242 0 105 32 243 242 264 243 67 244 67 243 272 244 243 55 245 194 195 245 52 55 246 245 250 246 71 214 247 194 248 247 56 55 247 246 247 55 194 248 71 246 247 248 246 246 250 245 250 71 249 257 250 249 250 52 245 254 251 244 251 67 244 267 252 249 253 252 70 66 252 251 252 66 249 253 67 251 252 253 251 68 254 244 251 254 66 284 255 254 255 66 254 52 256 205 257 256 52 37 256 255 206 256 37 66 257 249 257 66 255 256 257 255 250 257 52 56 258 248 265 258 69 34 259 211 260 259 34 56 259 258 213 259 56 259 260 258 260 69 258 0 261 106 263 261 0 34 261 260 135 261 34 266 262 253 262 67 253 261 263 260 264 263 0 69 263 262 263 69 260 243 264 242 264 67 262 263 264 262 264 0 242 258 265 248 265 71 248 70 266 253 267 266 70 69 266 265 262 266 69 71 267 249 267 71 265 266 267 265 252 267 70 63 268 218 219 268 60 63 269 268 292 269 73 238 270 218 271 270 64 63 270 269 270 63 218 271 73 269 270 271 269 32 272 243 244 272 68 32 273 272 277 273 76 31 274 112 275 274 31 32 274 273 115 274 32 275 76 273 274 275 273 273 277 272 277 76 276 285 277 276 277 68 272 281 278 271 278 73 271 295 279 276 280 279 75 72 279 278 279 72 276 280 73 278 279 280 278 64 281 271 278 281 72 37 282 235 283 282 37 64 282 281 237 282 64 282 283 281 283 72 281 68 284 254 285 284 68 37 284 283 255 284 37 72 285 276 285 72 283 284 285 283 277 285 68 31 286 275 293 286 74 138 287 114 288 287 33 31 287 286 287 31 114 287 288 286 288 74 286 60 289 229 291 289 60 33 289 288 230 289 33 294 290 280 290 73 280 289 291 288 292 291 60 74 291 290 291 74 288 269 292 268 292 73 290 291 292 290 292 60 268 286 293 275 293 76 275 75 294 280 295 294 75 74 294 293 290 294 74 76 295 276 295 76 293 294 295 293 279 295 75 91 296 90 296 11 90 322 297 78 18 297 296 3 298 89 109 298 14 3 299 298 303 299 82 19 300 99 301 300 19 3 300 299 101 300 3 301 82 299 300 301 299 299 303 298 303 82 302 310 303 302 303 14 298 306 304 297 304 78 297 315 305 302 316 305 80 77 305 304 305 77 302 18 306 297 304 306 77 96 307 95 308 307 16 18 307 306 307 18 95 307 308 306 308 77 306 14 309 108 310 309 14 16 309 308 110 309 16 77 310 302 310 77 308 309 310 308 303 310 14 19 311 301 313 311 81 7 312 92 318 312 7 19 312 311 100 312 19 311 313 301 313 82 301 315 314 80 81 314 313 82 315 302 315 82 313 314 315 313 305 315 80 305 316 304 316 78 304 81 317 314 324 317 79 312 318 311 319 318 7 81 318 317 318 81 311 318 319 317 319 79 317 21 320 122 326 320 21 7 320 319 124 320 7 323 321 316 321 78 316 297 322 296 322 78 321 329 322 321 322 11 296 80 323 316 321 323 83 317 324 314 325 324 79 80 324 323 324 80 314 324 325 323 325 83 323 320 326 319 327 326 21 79 326 325 326 79 319 326 327 325 327 83 325 11 328 93 329 328 11 21 328 327 123 328 21 83 329 321 329 83 327 328 329 327 322 329 11 </p>
</polylist>
</mesh>
</geometry>
<geometry id="Cube-S3D-15-FLIPPED_1" name="Cube-S3D-15-FLIPPED" >
<mesh>
<source id="Cube-S3D-15-FLIPPED_1-positions" name="Cube-S3D-15-FLIPPED_1-positions">
<float_array id="Cube-S3D-15-FLIPPED_1-positions-array" count="24"> -0.5 0.18431765 -0.5 -0.5 -0.5 -0.5 0.16344857 -0.5 -0.5 0.16344857 0.18431765 -0.5 0.20838711 -0.5 0.29825836 0.20838711 0.14730883 0.29825836 -0.5 -0.5 0.25523394 -0.5 0.14730883 0.25523394 </float_array>
<technique_common>
<accessor count="8" offset="0" source="#Cube-S3D-15-FLIPPED_1-positions-array" stride="3">
<param name="X" type="float" />
<param name="Y" type="float" />
<param name="Z" type="float" />
</accessor>
</technique_common>
</source>
<vertices id="Cube-S3D-15-FLIPPED_1-vertices">
<input semantic="POSITION" source="#Cube-S3D-15-FLIPPED_1-positions" />
</vertices>
<polylist count="12" material="defaultMaterial">
<input offset="0" semantic="VERTEX" source="#Cube-S3D-15-FLIPPED_1-vertices" />
<vcount>3 3 3 3 3 3 3 3 3 3 3 3 </vcount>
<p>2 0 1 2 3 0 4 3 2 4 5 3 6 5 4 6 7 5 1 7 6 1 0 7 3 7 0 3 5 7 4 1 6 4 2 1 </p>
</polylist>
</mesh>
</geometry>
<geometry id="Cube-S3D-16-FLIPPED_1" name="Cube-S3D-16-FLIPPED" >
<mesh>
<source id="Cube-S3D-16-FLIPPED_1-positions" name="Cube-S3D-16-FLIPPED_1-positions">
<float_array id="Cube-S3D-16-FLIPPED_1-positions-array" count="24"> -0.5 -0.25692922 -0.5 -0.5 -0.5 -0.5 0.73238182 -0.5 -0.5 0.73238182 -0.26776928 -0.5 0.69860792 -0.5 0.75728929 0.69860792 -0.26776928 0.75728929 -0.49023592 -0.5 0.75237954 -0.49023592 -0.25692922 0.75237954 </float_array>
<technique_common>
<accessor count="8" offset="0" source="#Cube-S3D-16-FLIPPED_1-positions-array" stride="3">
<param name="X" type="float" />
<param name="Y" type="float" />
<param name="Z" type="float" />
</accessor>
</technique_common>
</source>
<vertices id="Cube-S3D-16-FLIPPED_1-vertices">
<input semantic="POSITION" source="#Cube-S3D-16-FLIPPED_1-positions" />
</vertices>
<polylist count="12" material="defaultMaterial">
<input offset="0" semantic="VERTEX" source="#Cube-S3D-16-FLIPPED_1-vertices" />
<vcount>3 3 3 3 3 3 3 3 3 3 3 3 </vcount>
<p>2 0 1 2 3 0 4 3 2 4 5 3 6 5 4 6 7 5 1 7 6 1 0 7 3 7 0 3 5 7 4 1 6 4 2 1 </p>
</polylist>
</mesh>
</geometry>
<geometry id="Cube-S3D-17-FLIPPED_1" name="Cube-S3D-17-FLIPPED" >
<mesh>
<source id="Cube-S3D-17-FLIPPED_1-positions" name="Cube-S3D-17-FLIPPED_1-positions">
<float_array id="Cube-S3D-17-FLIPPED_1-positions-array" count="114"> 0 -0.42771414 -0.4830316 -0.16666667 -0.44001162 -0.5 -0.41666669 -0.41001743 -0.48592985 -0.36666667 -0.47600466 -0.46391305 0 -0.4101232 -0.5 0.29166669 -0.46263945 -0.47878951 -0.29166669 -0.35765979 -0.48241231 0.16666667 -0.38044631 -0.5 0 -0.3355608 -0.48592985 0.41666669 -0.41054624 -0.4830316 0.36666667 -0.34496096 -0.46159449 0.41666669 -0.48510867 -0.41515806 0.42731088 -0.44043469 -0.43212643 0.427917 -0.41065204 -0.39818966 0.36666667 -0.47617388 -0.33942208 0.42484134 -0.38086936 -0.36425292 0.41666669 -0.33608961 -0.38411951 0.41666669 -0.41065204 -0.316246 0.29166669 -0.35840017 -0.32483542 0 -0.44433373 -0.3278389 0.16666667 -0.44043469 -0.30797231 0 -0.41054624 -0.31376877 -0.29166669 -0.46263945 -0.34150025 -0.16666667 -0.38044631 -0.31956524 0 -0.33566657 -0.33073717 -0.41666669 -0.4101232 -0.3423301 -0.36666667 -0.34419948 -0.36260793 -0.3952229 -0.48500291 -0.39861068 -0.42551041 -0.44001162 -0.38743877 -0.43609482 -0.41001743 -0.41557908 -0.41866183 -0.38002324 -0.44371939 -0.41666669 -0.33513772 -0.42964923 -0.16666667 -0.32045794 -0.44371939 0 -0.32066947 -0.41268083 0.16666667 -0.32088098 -0.37584582 -0.16666667 -0.5 -0.37584582 0 -0.44552571 -0.40108788 0.16666667 -0.5 -0.43212643 </float_array>
<technique_common>
<accessor count="38" offset="0" source="#Cube-S3D-17-FLIPPED_1-positions-array" stride="3">
<param name="X" type="float" />
<param name="Y" type="float" />
<param name="Z" type="float" />
</accessor>
</technique_common>
</source>
<vertices id="Cube-S3D-17-FLIPPED_1-vertices">
<input semantic="POSITION" source="#Cube-S3D-17-FLIPPED_1-positions" />
</vertices>
<polylist count="36" material="defaultMaterial">
<input offset="0" semantic="VERTEX" source="#Cube-S3D-17-FLIPPED_1-vertices" />
<vcount>4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 </vcount>
<p>3 0 1 2 5 4 1 0 6 2 1 4 6 4 7 8 5 9 7 4 10 8 7 9 5 11 12 9 14 13 12 11 10 9 12 13 10 13 15 16 14 17 15 13 18 16 15 17 14 19 20 17 22 21 20 19 18 17 20 21 18 21 23 24 22 25 23 21 26 24 23 25 22 27 28 25 3 29 28 27 26 25 28 29 26 29 30 31 3 2 30 29 6 31 30 2 6 8 32 31 10 33 32 8 26 31 32 33 26 33 34 24 10 16 34 33 18 24 34 16 22 19 35 27 14 36 35 19 3 27 35 36 3 36 37 0 14 11 37 36 5 0 37 11 </p>
</polylist>
</mesh>
</geometry>
<geometry id="Cube-S3D-18-FLIPPED_1" name="Cube-S3D-18-FLIPPED" >
<mesh>
<source id="Cube-S3D-18-FLIPPED_1-positions" name="Cube-S3D-18-FLIPPED_1-positions">
<float_array id="Cube-S3D-18-FLIPPED_1-positions-array" count="114"> 0.021159053 -0.36700967 0.17716688 -0.1301517 -0.40532801 0.14676213 -0.35360444 -0.35790831 0.17426211 -0.30610314 -0.46206427 0.21566685 0.023234777 -0.33057618 0.14821452 0.28854752 -0.44082999 0.18694665 -0.23664834 -0.27504939 0.18277103 0.18077271 -0.31065598 0.14966691 0.0350511 -0.23956829 0.17789307 0.40981457 -0.35799199 0.18079785 0.37511984 -0.25371891 0.22147639 0.40341404 -0.46155044 0.29660729 0.48339424 -0.40532801 0.26838112 0.48754567 -0.35790831 0.32628584 0.36017466 -0.46206427 0.42993337 0.4916971 -0.31032124 0.38419056 0.42370659 -0.23914987 0.3552382 0.41540372 -0.35757357 0.47104764 0.31186116 -0.27446359 0.46380955 0.04080195 -0.40204313 0.47032145 0.27971995 -0.41113269 0.5 0.032200664 -0.34916699 0.5 -0.21205428 -0.44062078 0.46290183 -0.0025109351 -0.29480678 0.5 0.054693997 -0.23881513 0.47104764 -0.31990778 -0.35748988 0.47032145 -0.27748522 -0.25311637 0.42935243 -0.33603722 -0.47624832 0.35160723 -0.40466574 -0.40499327 0.38128579 -0.41169262 -0.35757357 0.32192868 -0.4187195 -0.31032124 0.26257157 -0.33747494 -0.23923355 0.29297632 -0.10779508 -0.21564925 0.26547635 0.051180564 -0.21548188 0.32555965 0.20312934 -0.21531451 0.38419056 -0.0077369809 -0.41306448 0.38128579 0.06951014 -0.39231497 0.32265487 0.17246981 -0.43207893 0.26547635 </float_array>
<technique_common>
<accessor count="38" offset="0" source="#Cube-S3D-18-FLIPPED_1-positions-array" stride="3">
<param name="X" type="float" />
<param name="Y" type="float" />
<param name="Z" type="float" />
</accessor>
</technique_common>
</source>
<vertices id="Cube-S3D-18-FLIPPED_1-vertices">
<input semantic="POSITION" source="#Cube-S3D-18-FLIPPED_1-positions" />
</vertices>
<polylist count="36" material="defaultMaterial">
<input offset="0" semantic="VERTEX" source="#Cube-S3D-18-FLIPPED_1-vertices" />
<vcount>4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 </vcount>
<p>3 0 1 2 5 4 1 0 6 2 1 4 6 4 7 8 5 9 7 4 10 8 7 9 5 11 12 9 14 13 12 11 10 9 12 13 10 13 15 16 14 17 15 13 18 16 15 17 14 19 20 17 22 21 20 19 18 17 20 21 18 21 23 24 22 25 23 21 26 24 23 25 22 27 28 25 3 29 28 27 26 25 28 29 26 29 30 31 3 2 30 29 6 31 30 2 6 8 32 31 10 33 32 8 26 31 32 33 26 33 34 24 10 16 34 33 18 24 34 16 22 19 35 27 14 36 35 19 3 27 35 36 3 36 37 0 14 11 37 36 5 0 37 11 </p>
</polylist>
</mesh>
</geometry>
<geometry id="Cube-S3D-19-FLIPPED_1" name="Cube-S3D-19-FLIPPED" >
<mesh>
<source id="Cube-S3D-19-FLIPPED_1-positions" name="Cube-S3D-19-FLIPPED_1-positions">
<float_array id="Cube-S3D-19-FLIPPED_1-positions-array" count="24"> 0.40046424 -0.38959289 -0.5 0.39946228 -0.44361058 -0.5 0.5 -0.44361058 -0.5 0.5 -0.38295406 -0.5 0.5 -0.5 0.5 0.5 -0.42544949 0.5 0.39946228 -0.5 0.5 0.40046424 -0.43208832 0.5 </float_array>
<technique_common>
<accessor count="8" offset="0" source="#Cube-S3D-19-FLIPPED_1-positions-array" stride="3">
<param name="X" type="float" />
<param name="Y" type="float" />
<param name="Z" type="float" />
</accessor>
</technique_common>
</source>
<vertices id="Cube-S3D-19-FLIPPED_1-vertices">
<input semantic="POSITION" source="#Cube-S3D-19-FLIPPED_1-positions" />
</vertices>
<polylist count="12" material="defaultMaterial">
<input offset="0" semantic="VERTEX" source="#Cube-S3D-19-FLIPPED_1-vertices" />
<vcount>3 3 3 3 3 3 3 3 3 3 3 3 </vcount>
<p>2 0 1 2 3 0 4 3 2 4 5 3 6 5 4 6 7 5 1 7 6 1 0 7 3 7 0 3 5 7 4 1 6 4 2 1 </p>
</polylist>
</mesh>
</geometry>
</library_geometries>
<library_controllers>
</library_controllers>
<library_visual_scenes>
<visual_scene id="node" name="">
<node id="car-S3D-14" name="car-S3D-14" type="NODE">
<matrix sid="matrix">1 0 0 0 0 1 0 0.27519727 0 0 1 -0.17961466 0 0 0 1</matrix>
<instance_geometry url="#car-S3D-14_1">
<bind_material>
<technique_common>
<instance_material symbol="defaultMaterial" target="#lambertian">
</instance_material>
</technique_common>
</bind_material>
</instance_geometry>
</node>
<node id="Cube-S3D-15-FLIPPED" name="Cube-S3D-15-FLIPPED" type="NODE">
<matrix sid="matrix">1 0 0 0.18559188 0 1 0 0.63172102 0 0 1 1.0404046 0 0 0 1</matrix>
<instance_geometry url="#Cube-S3D-15-FLIPPED_1">
<bind_material>
<technique_common>
<instance_material symbol="defaultMaterial" target="#lambertian_1">
</instance_material>
</technique_common>
</bind_material>
</instance_geometry>
</node>
<node id="Cube-S3D-16-FLIPPED" name="Cube-S3D-16-FLIPPED" type="NODE">
<matrix sid="matrix">1 0 0 -0.086008132 0 1 0 0.40767962 0 0 1 0.99207497 0 0 0 1</matrix>
<instance_geometry url="#Cube-S3D-16-FLIPPED_1">
<bind_material>
<technique_common>
<instance_material symbol="defaultMaterial" target="#lambertian_2">
</instance_material>
</technique_common>
</bind_material>
</instance_geometry>
</node>
<node id="Cube-S3D-17-FLIPPED" name="Cube-S3D-17-FLIPPED" type="NODE">
<matrix sid="matrix">1 0 0 0.051162273 0 1 0 0.23474783 0 0 1 1.103987 0 0 0 1</matrix>
<instance_geometry url="#Cube-S3D-17-FLIPPED_1">
<bind_material>
<technique_common>
<instance_material symbol="defaultMaterial" target="#lambertian_3">
</instance_material>
</technique_common>
</bind_material>
</instance_geometry>
</node>
<node id="Cube-S3D-18-FLIPPED" name="Cube-S3D-18-FLIPPED" type="NODE">
<matrix sid="matrix">1 0 0 0 0 1 0 0.15503824 0 0 1 1.1603526 0 0 0 1</matrix>
<instance_geometry url="#Cube-S3D-18-FLIPPED_1">
<bind_material>
<technique_common>
<instance_material symbol="defaultMaterial" target="#lambertian_4">
</instance_material>
</technique_common>
</bind_material>
</instance_geometry>
</node>
<node id="Cube-S3D-19-FLIPPED" name="Cube-S3D-19-FLIPPED" type="NODE">
<matrix sid="matrix">1 0 0 -0.46881247 0 1 0 0.52124685 0 0 1 0.32364285 0 0 0 1</matrix>
<instance_geometry url="#Cube-S3D-19-FLIPPED_1">
<bind_material>
<technique_common>
<instance_material symbol="defaultMaterial" target="#lambertian_5">
</instance_material>
</technique_common>
</bind_material>
</instance_geometry>
</node>
<node id="S3D-ANIM_CAM_NODE" name="S3D-ANIM_CAM_NODE" type="NODE">
<matrix sid="matrix">0.70710677 -0.50000006 0.5 2.5 0 0.70710677 0.70710683 3.5355344 -0.70710683 -0.5 0.49999997 2.4999998 0 0 0 1</matrix>
<instance_camera url="#S3D-ANIM_CAM_NODE-camera"/>
</node>
<node id="S3D-RENDER_CAM_NODE" name="S3D-RENDER_CAM_NODE" type="NODE">
<matrix sid="matrix">0.70710677 -0.50000006 0.5 2.5 0 0.70710677 0.70710683 3.5355344 -0.70710683 -0.5 0.49999997 2.4999998 0 0 0 1</matrix>
<instance_camera url="#S3D-RENDER_CAM_NODE-camera"/>
</node>
</visual_scene>
</library_visual_scenes>
<library_animations>
</library_animations>
<scene>
<instance_visual_scene url="#node" />
</scene>
</COLLADA>