-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathsim_cer_mobilebase_r_tyre.dae
828 lines (828 loc) · 116 KB
/
sim_cer_mobilebase_r_tyre.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
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
<COLLADA xmlns="http://www.collada.org/2005/11/COLLADASchema" version="1.4.1">
<asset>
<created>2016-05-03T23:38:03.791679</created>
<modified>2016-05-03T23:38:03.791689</modified>
<unit name="meter" meter="1.0"/>
<up_axis>Y_UP</up_axis>
</asset>
<library_effects>
<effect name="DEFAULT_MTL-effect" id="DEFAULT_MTL-effect">
<profile_COMMON>
<technique sid="common">
<phong>
<emission>
<color>0.0 0.0 0.0 1.0</color>
</emission>
<ambient>
<color>0.695 0.743 0.79 1.0</color>
</ambient>
<diffuse>
<color>0.695 0.743 0.79 1.0</color>
</diffuse>
<specular>
<color>0.0 0.0 0.0 1.0</color>
</specular>
<shininess>
<float>0.0</float>
</shininess>
<reflective>
<color>0.0 0.0 0.0 1.0</color>
</reflective>
<reflectivity>
<float>0.0</float>
</reflectivity>
<transparent>
<color>0.0 0.0 0.0 1.0</color>
</transparent>
<transparency>
<float>1.0</float>
</transparency>
</phong>
</technique>
<extra>
<technique profile="GOOGLEEARTH">
<double_sided>0</double_sided>
</technique>
</extra>
</profile_COMMON>
</effect>
<effect name="MTL1-effect" id="MTL1-effect">
<profile_COMMON>
<technique sid="common">
<phong>
<emission>
<color>0.0 0.0 0.0 1.0</color>
</emission>
<ambient>
<color>0.42 0.42 0.42 1.0</color>
</ambient>
<diffuse>
<color>0.42 0.42 0.42 1.0</color>
</diffuse>
<specular>
<color>0.0 0.0 0.0 1.0</color>
</specular>
<shininess>
<float>0.0</float>
</shininess>
<reflective>
<color>0.0 0.0 0.0 1.0</color>
</reflective>
<reflectivity>
<float>0.0</float>
</reflectivity>
<transparent>
<color>0.0 0.0 0.0 1.0</color>
</transparent>
<transparency>
<float>1.0</float>
</transparency>
</phong>
</technique>
<extra>
<technique profile="GOOGLEEARTH">
<double_sided>0</double_sided>
</technique>
</extra>
</profile_COMMON>
</effect>
<effect name="obj2daeDefaultMaterial-effect" id="obj2daeDefaultMaterial-effect">
<profile_COMMON>
<technique sid="common">
<phong>
<emission>
<color>0.0 0.0 0.0 1.0</color>
</emission>
<ambient>
<color>0.6 0.6 0.6 1.0</color>
</ambient>
<diffuse>
<color>0.6 0.6 0.6 1.0</color>
</diffuse>
<specular>
<color>0.0 0.0 0.0 1.0</color>
</specular>
<shininess>
<float>0.0</float>
</shininess>
<reflective>
<color>0.0 0.0 0.0 1.0</color>
</reflective>
<reflectivity>
<float>0.0</float>
</reflectivity>
<transparent>
<color>0.0 0.0 0.0 1.0</color>
</transparent>
<transparency>
<float>1.0</float>
</transparency>
</phong>
</technique>
<extra>
<technique profile="GOOGLEEARTH">
<double_sided>0</double_sided>
</technique>
</extra>
</profile_COMMON>
</effect>
<effect name="MTL0-effect" id="MTL0-effect">
<profile_COMMON>
<technique sid="common">
<phong>
<emission>
<color>0.0 0.0 0.0 1.0</color>
</emission>
<ambient>
<color>0.071 0.075 0.078 1.0</color>
</ambient>
<diffuse>
<color>0.071 0.075 0.078 1.0</color>
</diffuse>
<specular>
<color>0.0 0.0 0.0 1.0</color>
</specular>
<shininess>
<float>0.0</float>
</shininess>
<reflective>
<color>0.0 0.0 0.0 1.0</color>
</reflective>
<reflectivity>
<float>0.0</float>
</reflectivity>
<transparent>
<color>0.0 0.0 0.0 1.0</color>
</transparent>
<transparency>
<float>1.0</float>
</transparency>
</phong>
</technique>
<extra>
<technique profile="GOOGLEEARTH">
<double_sided>0</double_sided>
</technique>
</extra>
</profile_COMMON>
</effect>
</library_effects>
<library_geometries>
<geometry id="geometry" name="geometry">
<mesh>
<source id="vertices">
<float_array count="3420" id="vertices-array">2.5 -207 295.0764 2.5 -207 295.0764 2.5 -207 295.0764 2.5 -203.5959 300.5667 2.5 -203.5959 300.5667 2.5 -200.1671 306.0965 2.5 -200.1671 306.0965 2.5 -200.1671 306.0965 19.11602 -200.167 304.8623 19.11602 -200.167 304.8623 35.64816 -200.167 301.703 35.64816 -200.167 301.703 51.85118 -200.167 296.6088 51.85118 -200.167 296.6088 67.43434 -200.1671 289.6266 67.43434 -200.1671 289.6266 81.92655 -200.1674 280.9892 81.92655 -200.1674 280.9892 95.03439 -200.1677 270.9893 95.03439 -200.1677 270.9893 116.948 -200.1679 247.597 116.948 -200.1679 247.597 132.961 -200.1674 220.5945 132.961 -200.1674 220.5945 142.9313 -200.167 190.3505 142.9313 -200.167 190.3505 146.1121 -200.167 158.6682 146.1121 -200.167 158.6682 142.3057 -200.167 126.8398 142.3057 -200.167 126.8398 131.5378 -200.1674 96.37501 131.5378 -200.1674 96.37501 114.4532 -200.1679 69.16747 114.4532 -200.1679 69.16747 103.6396 -200.1679 57.00048 103.6396 -200.1679 57.00048 91.40875 -200.1679 46.00641 91.40875 -200.1679 46.00641 77.77711 -200.1675 36.30287 77.77711 -200.1675 36.30287 63.0048 -200.1673 28.16382 63.0048 -200.1673 28.16382 47.43678 -200.1671 21.79646 47.43678 -200.1671 21.79646 31.56844 -200.167 17.33273 31.56844 -200.167 17.33273 -0 -200.167 13.88186 -0 -200.167 13.88186 -0 -200.167 13.88186 -0 -200.167 13.88186 -0 -216.1125 39.59497 -0 -216.1125 39.59497 -0 -216.1125 39.59497 -0 -216.1125 39.59497 14.82101 -216.1125 40.51067 14.82101 -216.1125 40.51067 29.57345 -216.1125 43.28338 29.57345 -216.1125 43.28338 43.9997 -216.1125 47.92239 43.9997 -216.1125 47.92239 57.83186 -216.1125 54.39294 57.83186 -216.1125 54.39294 70.49726 -216.1125 62.3911 70.49726 -216.1125 62.3911 81.75056 -216.1126 71.60224 81.75056 -216.1126 71.60224 91.68611 -216.1128 81.95566 91.68611 -216.1128 81.95566 100.2253 -216.113 93.27623 100.2253 -216.113 93.27623 107.3117 -216.1133 105.3991 107.3117 -216.1133 105.3991 112.8889 -216.113 118.1278 112.8889 -216.113 118.1278 117.0165 -216.1125 131.6365 117.0165 -216.1125 131.6365 119.5936 -216.1125 146.0445 119.5936 -216.1125 146.0445 120.405 -216.1124 160.1085 120.405 -216.1124 160.1085 119.5625 -216.1125 174.2186 119.5625 -216.1125 174.2186 116.9192 -216.1125 188.7621 116.9192 -216.1125 188.7621 112.6747 -216.113 202.4451 112.6747 -216.113 202.4451 106.9141 -216.1133 215.3751 106.9141 -216.1133 215.3751 99.55707 -216.1131 227.7165 99.55707 -216.1131 227.7165 90.70812 -216.1129 239.1785 90.70812 -216.1129 239.1785 80.45098 -216.1128 249.5818 80.45098 -216.1128 249.5818 68.88181 -216.1126 258.7554 68.88181 -216.1126 258.7554 56.06276 -216.1125 266.5567 56.06276 -216.1125 266.5567 42.2989 -216.1125 272.7305 42.2989 -216.1125 272.7305 28.18399 -216.1125 277.06 28.18399 -216.1125 277.06 14.00226 -216.1125 279.5881 14.00226 -216.1125 279.5881 -0 -216.1125 280.405 -0 -216.1125 280.405 -0 -216.1125 280.405 -0 -216.1125 280.405 -0 -207 295.0995 -0 -207 295.0995 -0 -207 295.0995 1.250114 -207 295.0937 1.250114 -207 295.0937 1.5e-05 -217.3699 48.2008 1.5e-05 -217.3699 48.2008 1.5e-05 -217.3699 48.2008 1.5e-05 -217.3699 48.2008 1.6e-05 -217.7152 43.93234 1.6e-05 -217.7152 43.93234 1.6e-05 -217.7024 43.84143 1.6e-05 -217.7024 43.84143 1.6e-05 -217.7024 43.84143 1.6e-05 -217.7024 43.84143 -27.79968 -217.7017 47.21212 -53.98377 -217.7018 57.14242 -77.03051 -217.7017 73.05043 -95.60052 -217.7017 94.01163 -108.6146 -217.7016 118.8078 -115.3163 -217.7014 145.998 -115.3164 -217.7013 174.0018 -108.6146 -217.7011 201.192 -95.60053 -217.7009 225.9882 -77.03052 -217.7007 246.9494 -53.98378 -217.7005 262.8574 -27.7997 -217.7004 272.7877 -0 -217.701 276.1584 -0 -217.701 276.1584 -0 -217.701 276.1584 -0 -217.701 276.1584 -0 -217.7138 276.0673 -0 -217.7138 276.0673 0 -217.3699 271.7992 0 -217.3699 271.7992 0 -217.3699 271.7992 0 -217.3699 271.7992 -14.56218 -217.3699 270.8467 -14.56218 -217.3699 270.8467 -28.88483 -217.3699 268.0034 -28.88483 -217.3699 268.0034 -42.72234 -217.3699 263.3144 -42.72234 -217.3699 263.3144 -55.83637 -217.3699 256.8573 -55.83637 -217.3699 256.8573 -68.0002 -217.3698 248.7408 -68.0002 -217.3698 248.7408 -79.0037 -217.3697 239.103 -79.0037 -217.3697 239.103 -88.65689 -217.3696 228.1085 -88.65689 -217.3696 228.1085 -96.79327 -217.3694 215.9443 -96.79327 -217.3694 215.9443 -103.2713 -217.3696 202.8232 -103.2713 -217.3696 202.8232 -107.9807 -217.3699 188.9689 -107.9807 -217.3699 188.9689 -110.8403 -217.3699 174.611 -110.8403 -217.3699 174.611 -111.7992 -217.3699 160.0071 -111.7992 -217.3699 160.0071 -110.8421 -217.3699 145.4031 -110.8421 -217.3699 145.4031 -107.9845 -217.3699 131.0453 -107.9845 -217.3699 131.0453 -103.2772 -217.3696 117.1909 -103.2772 -217.3696 117.1909 -96.80129 -217.3694 104.0696 -96.80129 -217.3694 104.0696 -88.66705 -217.3696 91.90472 -88.66705 -217.3696 91.90472 -79.01574 -217.3697 80.90907 -79.01574 -217.3697 80.90907 -68.01351 -217.3698 71.26944 -68.01351 -217.3698 71.26944 -55.85004 -217.3699 63.15059 -55.85004 -217.3699 63.15059 -42.73517 -217.3699 56.69091 -42.73517 -217.3699 56.69091 -28.89521 -217.3699 51.9994 -28.89521 -217.3699 51.9994 -14.56828 -217.3699 49.15405 -14.56828 -217.3699 49.15405 -14.00226 -216.1125 40.41191 -14.00226 -216.1125 40.41191 -28.18399 -216.1125 42.94002 -28.18399 -216.1125 42.94002 -42.2989 -216.1125 47.26945 -42.2989 -216.1125 47.26945 -56.06276 -216.1125 53.44329 -56.06276 -216.1125 53.44329 -68.88181 -216.1126 61.24464 -68.88181 -216.1126 61.24464 -80.45098 -216.1128 70.41824 -80.45098 -216.1128 70.41824 -90.70812 -216.1129 80.82147 -90.70812 -216.1129 80.82147 -99.55707 -216.1131 92.28351 -99.55707 -216.1131 92.28351 -106.9141 -216.1133 104.6249 -106.9141 -216.1133 104.6249 -112.6747 -216.113 117.5549 -112.6747 -216.113 117.5549 -116.9192 -216.1125 131.2379 -116.9192 -216.1125 131.2379 -119.5625 -216.1125 145.7814 -119.5625 -216.1125 145.7814 -120.405 -216.1124 159.8915 -120.405 -216.1124 159.8915 -119.5936 -216.1125 173.9555 -119.5936 -216.1125 173.9555 -117.0165 -216.1125 188.3635 -117.0165 -216.1125 188.3635 -112.8889 -216.113 201.8722 -112.8889 -216.113 201.8722 -107.3117 -216.1133 214.6009 -107.3117 -216.1133 214.6009 -100.2253 -216.113 226.7238 -100.2253 -216.113 226.7238 -91.68611 -216.1128 238.0443 -91.68611 -216.1128 238.0443 -81.75056 -216.1126 248.3978 -81.75056 -216.1126 248.3978 -70.49726 -216.1125 257.6089 -70.49726 -216.1125 257.6089 -57.83186 -216.1125 265.6071 -57.83186 -216.1125 265.6071 -43.9997 -216.1125 272.0776 -43.9997 -216.1125 272.0776 -29.57345 -216.1125 276.7166 -29.57345 -216.1125 276.7166 -14.82101 -216.1125 279.4893 -14.82101 -216.1125 279.4893 -0 -201.8961 217.4654 -0 -201.8961 217.4654 -0 -201.8961 217.4654 10.06779 -201.8961 216.5756 10.06779 -201.8961 216.5756 19.78459 -201.8961 213.9472 19.78459 -201.8961 213.9472 28.88835 -201.8961 209.6727 28.88835 -201.8961 209.6727 37.08524 -201.8961 203.8979 37.08524 -201.8961 203.8979 49.82598 -201.8961 188.6228 49.82598 -201.8961 188.6228 56.60514 -201.8961 169.8955 56.60514 -201.8961 169.8955 56.57176 -201.8961 149.9144 56.57176 -201.8961 149.9144 49.7032 -201.8961 131.1651 49.7032 -201.8961 131.1651 36.9151 -201.8961 115.9593 36.9151 -201.8961 115.9593 19.68552 -201.8961 106.0157 19.68552 -201.8961 106.0157 2e-06 -201.8961 102.5346 2e-06 -201.8961 102.5346 2e-06 -201.8961 102.5346 -10.06778 -201.8961 103.4244 -10.06778 -201.8961 103.4244 -19.78459 -201.8961 106.0528 -19.78459 -201.8961 106.0528 -28.88835 -201.8961 110.3273 -28.88835 -201.8961 110.3273 -37.08524 -201.8961 116.1021 -37.08524 -201.8961 116.1021 -49.82598 -201.8961 131.3772 -49.82598 -201.8961 131.3772 -56.60514 -201.8961 150.1044 -56.60514 -201.8961 150.1044 -56.57176 -201.8961 170.0856 -56.57176 -201.8961 170.0856 -49.7032 -201.8961 188.8349 -49.7032 -201.8961 188.8349 -36.9151 -201.8961 204.0407 -36.9151 -201.8961 204.0407 -19.68552 -201.8961 213.9842 -19.68552 -201.8961 213.9842 14.56193 -217.3699 270.8468 14.56193 -217.3699 270.8468 28.88442 -217.3699 268.0035 28.88442 -217.3699 268.0035 42.72184 -217.3699 263.3146 42.72184 -217.3699 263.3146 55.83586 -217.3699 256.8576 55.83586 -217.3699 256.8576 67.99972 -217.3698 248.7411 67.99972 -217.3698 248.7411 79.0033 -217.3697 239.1034 79.0033 -217.3697 239.1034 88.65658 -217.3696 228.1089 88.65658 -217.3696 228.1089 96.79307 -217.3694 215.9446 96.79307 -217.3694 215.9446 103.2712 -217.3696 202.8235 103.2712 -217.3696 202.8235 107.9806 -217.3699 188.9691 107.9806 -217.3699 188.9691 110.8403 -217.3699 174.6111 110.8403 -217.3699 174.6111 111.7992 -217.3699 160.007 111.7992 -217.3699 160.007 110.8421 -217.3699 145.403 110.8421 -217.3699 145.403 107.9844 -217.3699 131.0451 107.9844 -217.3699 131.0451 103.277 -217.3696 117.1906 103.277 -217.3696 117.1906 96.8011 -217.3694 104.0693 96.8011 -217.3694 104.0693 88.66677 -217.3696 91.90435 88.66677 -217.3696 91.90435 79.0154 -217.3697 80.90873 79.0154 -217.3697 80.90873 68.01316 -217.3698 71.26917 68.01316 -217.3698 71.26917 55.84969 -217.3699 63.15038 55.84969 -217.3699 63.15038 42.73481 -217.3699 56.69076 42.73481 -217.3699 56.69076 28.89491 -217.3699 51.99932 28.89491 -217.3699 51.99932 14.56812 -217.3699 49.15403 14.56812 -217.3699 49.15403 -0 -202.7682 96.68628 -0 -202.7682 96.68628 -0 -202.7682 96.68628 -0 -202.7682 96.68628 10.98757 -202.7681 97.64714 10.98757 -202.7681 97.64714 21.64572 -202.7681 100.5017 21.64572 -202.7681 100.5017 31.64982 -202.768 105.1652 31.64982 -202.768 105.1652 40.69469 -202.768 111.4974 40.69469 -202.768 111.4974 48.50404 -202.768 119.3069 48.50404 -202.768 119.3069 54.83884 -202.768 128.3573 54.83884 -202.768 128.3573 59.50467 -202.7681 138.3711 59.50467 -202.7681 138.3711 62.35951 -202.7681 149.0498 62.35951 -202.7681 149.0498 63.3135 -202.7681 160.0594 63.3135 -202.7681 160.0594 62.33876 -202.7681 171.0676 62.33876 -202.7681 171.0676 59.46348 -202.7681 181.7419 59.46348 -202.7681 181.7419 54.7781 -202.768 191.7478 54.7781 -202.768 191.7478 48.42668 -202.768 200.7851 48.42668 -202.768 200.7851 40.60687 -202.768 208.5762 40.60687 -202.768 208.5762 31.56148 -202.768 214.8857 31.56148 -202.768 214.8857 21.57029 -202.7681 219.5257 21.57029 -202.7681 219.5257 10.94121 -202.7681 222.361 10.94121 -202.7681 222.361 0 -202.7682 223.3137 0 -202.7682 223.3137 0 -202.7682 223.3137 0 -202.7682 223.3137 2e-06 -202.1116 99.61633 2e-06 -202.1116 99.61633 0 -202.1117 220.3836 0 -202.1117 220.3836 2.5 -199.7712 306.33 2.5 -199.7712 306.33 2.5 -207 310 2.5 -207 310 2.5 -207 310 34.82587 -199.7613 302.1492 65.42423 -199.7613 290.9157 92.77739 -199.7613 273.1884 115.5286 -199.7613 249.8467 132.5492 -199.7613 222.0483 142.9951 -199.7613 191.1722 146.348 -199.7613 158.7498 142.4417 -199.7612 126.3894 131.4699 -199.7612 95.69623 113.9769 -199.7612 68.19266 90.83033 -199.7612 45.24297 63.17833 -199.7612 27.98552 32.39253 -199.7612 17.27632 -154.9311 -145 127.0684 2.5 -199.256 306.2716 2.5 -199.256 306.2716 -2.5 -207 310 -2.5 -207 310 -2.5 -207 310 34.81096 -199.2416 302.0839 65.39515 -199.2416 290.8553 92.73559 -199.2416 273.136 115.4761 -199.2416 249.8049 132.4888 -199.2416 222.0192 142.9297 -199.2416 191.1572 146.2809 -199.2416 158.7498 142.3763 -199.2416 126.4043 131.4095 -199.2416 95.72533 113.9245 -199.2416 68.23448 90.7885 -199.2416 45.29541 63.14923 -199.2416 28.04595 32.3776 -199.2416 17.34172 -144.6986 -145 95.57605 -2.1e-05 -199.7127 13.63952 -2.1e-05 -199.7127 13.63952 2.5 -199 305.9465 2.5 -199 305.9465 2.5 -199 305.9465 34.62321 -199 301.7985 34.62321 -199 301.7985 65.16895 -199 290.6108 65.16895 -199 290.6108 92.47988 -199 272.9319 92.47988 -199 272.9319 115.193 -199 249.6462 115.193 -199 249.6462 132.1834 -199 221.9167 132.1834 -199 221.9167 142.6161 -199 191.0955 142.6161 -199 191.0955 145.9603 -199 158.7441 145.9603 -199 158.7441 142.0597 -199 126.4542 142.0597 -199 126.4542 131.0981 -199 95.81702 131.0981 -199 95.81702 113.6321 -199 68.38315 113.6321 -199 68.38315 90.52029 -199 45.49112 90.52029 -199 45.49112 62.90955 -199 28.28596 62.90955 -199 28.28596 32.17669 -199 17.62555 32.17669 -199 17.62555 -2e-05 -199 14.03312 -2e-05 -199 14.03312 -2e-05 -199 14.03312 -2e-05 -199.2312 13.71896 -2e-05 -199.2312 13.71896 -16.60218 -200.167 14.82808 -16.60218 -200.167 14.82808 -33.15741 -200.167 17.69362 -33.15741 -200.167 17.69362 -49.42462 -200.167 22.49467 -49.42462 -200.167 22.49467 -65.13642 -200.1671 29.20356 -65.13642 -200.1671 29.20356 -79.80388 -200.1673 37.60025 -79.80388 -200.1673 37.60025 -93.11993 -200.1677 47.39956 -93.11993 -200.1677 47.39956 -115.4659 -200.1679 70.45837 -115.4659 -200.1679 70.45837 -131.9339 -200.1675 97.20082 -131.9339 -200.1675 97.20082 -142.394 -200.167 127.2211 -142.394 -200.167 127.2211 -146.1136 -200.167 158.8513 -146.1136 -200.167 158.8513 -142.8598 -200.167 190.6852 -142.8598 -200.167 190.6852 -132.6184 -200.1673 221.3411 -132.6184 -200.1673 221.3411 -116.0301 -200.1679 248.8094 -116.0301 -200.1679 248.8094 -105.4529 -200.168 261.1422 -105.4529 -200.168 261.1422 -93.44405 -200.1679 272.3312 -93.44405 -200.1679 272.3312 -80.02184 -200.1676 282.2569 -80.02184 -200.1676 282.2569 -65.41129 -200.1673 290.6588 -65.41129 -200.1673 290.6588 -49.94742 -200.1671 297.3161 -49.94742 -200.1671 297.3161 -34.11618 -200.167 302.0795 -34.11618 -200.167 302.0795 -2.5 -200.1671 306.0965 -2.5 -200.1671 306.0965 -2.5 -200.1671 306.0965 -2.5 -203.5956 300.5671 -2.5 -203.5956 300.5671 -2.5 -207 295.0764 -2.5 -207 295.0764 -2.5 -207 295.0764 -1.250114 -207 295.0937 -1.250114 -207 295.0937 27.79971 -217.7017 47.21213 53.98379 -217.7018 57.14243 77.03053 -217.7017 73.05044 95.60053 -217.7017 94.01164 108.6146 -217.7016 118.8078 115.3164 -217.7014 145.998 115.3163 -217.7013 174.0018 108.6146 -217.7011 201.192 95.60053 -217.7009 225.9882 77.03052 -217.7007 246.9494 53.98378 -217.7005 262.8574 27.7997 -217.7004 272.7877 -10.97671 -202.7681 222.3548 -10.97671 -202.7681 222.3548 -21.62633 -202.7681 219.5054 -21.62633 -202.7681 219.5054 -31.62472 -202.768 214.8493 -31.62472 -202.768 214.8493 -40.66687 -202.768 208.526 -40.66687 -202.768 208.526 -48.47651 -202.768 200.7259 -48.47651 -202.768 200.7259 -54.8145 -202.768 191.6848 -54.8145 -202.768 191.6848 -59.48618 -202.7681 181.6797 -59.48618 -202.7681 181.6797 -62.34922 -202.7681 171.0086 -62.34922 -202.7681 171.0086 -63.31353 -202.7681 160.0054 -63.31353 -202.7681 160.0054 -62.35117 -202.7681 149.0025 -62.35117 -202.7681 149.0025 -59.49048 -202.7681 138.3321 -59.49048 -202.7681 138.3321 -54.82182 -202.768 128.3278 -54.82182 -202.768 128.3278 -48.48727 -202.768 119.2869 -48.48727 -202.768 119.2869 -40.68065 -202.768 111.4856 -40.68065 -202.768 111.4856 -31.64006 -202.768 105.1595 -31.64006 -202.768 105.1595 -21.64054 -202.7681 100.4998 -21.64054 -202.7681 100.4998 -10.98602 -202.7681 97.64687 -10.98602 -202.7681 97.64687 -2.5 -199 305.9466 -2.5 -199 305.9466 -2.5 -199 305.9466 -2.5 -199.2416 306.2648 -2.5 -199.2416 306.2648 -2.5 -199.2416 306.2648 -34.81095 -199.2416 302.0838 -65.39513 -199.2416 290.8553 -92.73556 -199.2416 273.136 -115.4761 -199.2416 249.8049 -132.4888 -199.2416 222.0192 -142.9297 -199.2416 191.1572 -146.2809 -199.2416 158.7498 -142.3763 -199.2416 126.4044 -131.4095 -199.2416 95.72536 -113.9245 -199.2416 68.23451 -90.78851 -199.2416 45.29544 -63.14925 -199.2416 28.04598 -32.37764 -199.2416 17.34175 -32.17971 -199 17.62625 -32.17971 -199 17.62625 -62.91234 -199 28.2873 -62.91234 -199 28.2873 -90.52259 -199 45.49296 -90.52259 -199 45.49296 -113.6335 -199 68.38499 -113.6335 -199 68.38499 -131.0986 -199 95.81813 -131.0986 -199 95.81813 -142.0599 -199 126.4551 -142.0599 -199 126.4551 -145.9604 -199 158.7446 -145.9604 -199 158.7446 -142.616 -199 191.0961 -142.616 -199 191.0961 -132.183 -199 221.9177 -132.183 -199 221.9177 -115.1918 -199 249.6478 -115.1918 -199 249.6478 -92.4781 -199 272.9334 -92.4781 -199 272.9334 -65.16676 -199 290.6119 -65.16676 -199 290.6119 -34.6209 -199 301.799 -34.6209 -199 301.799 -128.1421 -145 66.89934 -2.5 -199.7623 306.3316 -2.5 -199.7623 306.3316 -2.5 -199.7623 306.3316 -34.82585 -199.7612 302.1492 -65.42422 -199.7612 290.9157 -92.77737 -199.7612 273.1884 -115.5285 -199.7612 249.8467 -132.5492 -199.7612 222.0483 -142.995 -199.7612 191.1722 -146.348 -199.7612 158.7498 -142.4417 -199.7612 126.3895 -131.4699 -199.7612 95.69626 -113.9769 -199.7612 68.1927 -90.83034 -199.7612 45.243 -63.17836 -199.7612 27.98555 -32.39256 -199.7612 17.27635 -105.9851 -145 42.29158 160 -187 160 160 -187 160 160 -187 160 160 -187 160 160 -151 160 160 -151 160 160 -151 160 160 -151 160 156.5036 -151 126.7342 156.5036 -151 126.7342 146.1673 -151 94.92218 146.1673 -151 94.92218 129.4428 -151 65.95442 129.4428 -151 65.95442 107.061 -151 41.09689 107.061 -151 41.09689 80.00014 -151 21.43602 80.00014 -151 21.43602 49.44281 -151 7.830987 49.44281 -151 7.830987 16.72429 -151 0.876469 16.72429 -151 0.876469 -16.72497 -151 0.876541 -16.72497 -151 0.876541 -49.44289 -151 7.831012 -49.44289 -151 7.831012 -80.00009 -151 21.43599 -80.00009 -151 21.43599 -107.061 -151 41.0969 -107.061 -151 41.0969 -129.4428 -151 65.95442 -129.4428 -151 65.95442 -146.1673 -151 94.92218 -146.1673 -151 94.92218 -156.5036 -151 126.7342 -156.5036 -151 126.7342 -160 -151 160 -160 -151 160 -160 -151 160 -160 -151 160 -160 -187 160 -160 -187 160 -160 -187 160 -160 -187 160 -156.5036 -187 126.7342 -156.5036 -187 126.7342 -146.1673 -187 94.92218 -146.1673 -187 94.92218 -129.4428 -187 65.95442 -129.4428 -187 65.95442 -107.061 -187 41.09689 -107.061 -187 41.09689 -80.00014 -187 21.43602 -80.00014 -187 21.43602 -49.44281 -187 7.830987 -49.44281 -187 7.830987 -16.72429 -187 0.876469 -16.72429 -187 0.876469 16.72497 -187 0.876541 16.72497 -187 0.876541 49.44289 -187 7.831012 49.44289 -187 7.831012 80.00009 -187 21.43599 80.00009 -187 21.43599 107.061 -187 41.0969 107.061 -187 41.0969 129.4428 -187 65.95442 129.4428 -187 65.95442 146.1673 -187 94.92218 146.1673 -187 94.92218 156.5036 -187 126.7342 156.5036 -187 126.7342 -156.5036 -151 193.2658 -156.5036 -151 193.2658 -146.1673 -151 225.0778 -146.1673 -151 225.0778 -129.4428 -151 254.0456 -129.4428 -151 254.0456 -107.061 -151 278.9031 -107.061 -151 278.9031 -80.00014 -151 298.564 -80.00014 -151 298.564 -49.44281 -151 312.169 -49.44281 -151 312.169 -16.72429 -151 319.1235 -16.72429 -151 319.1235 16.72497 -151 319.1235 16.72497 -151 319.1235 49.44289 -151 312.169 49.44289 -151 312.169 80.00009 -151 298.564 80.00009 -151 298.564 107.061 -151 278.9031 107.061 -151 278.9031 129.4428 -151 254.0456 129.4428 -151 254.0456 146.1673 -151 225.0778 146.1673 -151 225.0778 156.5036 -151 193.2658 156.5036 -151 193.2658 156.5036 -187 193.2658 156.5036 -187 193.2658 146.1673 -187 225.0778 146.1673 -187 225.0778 129.4428 -187 254.0456 129.4428 -187 254.0456 107.061 -187 278.9031 107.061 -187 278.9031 80.00014 -187 298.564 80.00014 -187 298.564 49.44281 -187 312.169 49.44281 -187 312.169 16.72429 -187 319.1235 16.72429 -187 319.1235 -16.72497 -187 319.1235 -16.72497 -187 319.1235 -49.44289 -187 312.169 -49.44289 -187 312.169 -80.00009 -187 298.564 -80.00009 -187 298.564 -107.061 -187 278.9031 -107.061 -187 278.9031 -129.4428 -187 254.0456 -129.4428 -187 254.0456 -146.1673 -187 225.0778 -146.1673 -187 225.0778 -156.5036 -187 193.2658 -156.5036 -187 193.2658 -2.5 -199 307.9789 -2.5 -199 307.9789 -2.5 -199 307.9789 2.5 -199 307.9789 2.5 -199 307.9789 2.5 -199 307.9789 34.92016 -199 303.8189 34.92016 -199 303.8189 65.74997 -199 292.5898 65.74997 -199 292.5898 93.41956 -199 274.7892 93.41956 -199 274.7892 116.46 -199 251.3328 116.46 -199 251.3328 133.6519 -199 223.5586 133.6519 -199 223.5586 144.3772 -199 192.5308 144.3772 -199 192.5308 147.9994 -199 160.0065 147.9994 -199 160.0065 147.9994 -199 160.0065 147.9522 -199 156.2326 147.9522 -199 156.2326 147.799 -199 152.2903 147.799 -199 152.2903 147.5007 -199 147.852 147.5007 -199 147.852 146.97 -199 142.5651 146.97 -199 142.5651 146.0524 -199 136.0726 146.0524 -199 136.0726 144.507 -199 128.0326 144.507 -199 128.0326 142.1085 -199 118.6582 142.1085 -199 118.6582 138.7793 -199 108.578 138.7793 -199 108.578 134.4249 -199 98.07782 134.4249 -199 98.07782 128.5082 -199 86.58249 128.5082 -199 86.58249 120.1522 -199 73.59121 120.1522 -199 73.59121 108.4228 -199 59.25129 108.4228 -199 59.25129 92.0519 -199 44.10563 92.0519 -199 44.10563 69.1768 -199 29.17581 69.1768 -199 29.17581 38.88851 -199 17.20415 38.88851 -199 17.20415 22.22153 -199 13.68333 22.22153 -199 13.68333 5.284888 -199 12.09363 5.284888 -199 12.09363 -11.66952 -199 12.46202 -11.66952 -199 12.46202 -28.50606 -199 14.7713 -28.50606 -199 14.7713 -44.96652 -199 18.99655 -44.96652 -199 18.99655 -60.82669 -199 25.07819 -60.82669 -199 25.07819 -75.88143 -199 32.93456 -75.88143 -199 32.93456 -89.936 -199 42.46202 -89.936 -199 42.46202 -102.8084 -199 53.53756 -102.8084 -199 53.53756 -114.3324 -199 66.02079 -114.3324 -199 66.02079 -124.3533 -199 79.74947 -124.3533 -199 79.74947 -132.7256 -199 94.51926 -132.7256 -199 94.51926 -139.3521 -199 110.1555 -139.3521 -199 110.1555 -144.1456 -199 126.4524 -144.1456 -199 126.4524 -147.0397 -199 143.1553 -147.0397 -199 143.1553 -147.9994 -199 159.9935 -147.9994 -199 159.9935 -147.9994 -199 159.9935 -147.9516 -199 163.7889 -147.9516 -199 163.7889 -147.7964 -199 167.7608 -147.7964 -199 167.7608 -147.4922 -199 172.2483 -147.4922 -199 172.2483 -146.9494 -199 177.6084 -146.9494 -199 177.6084 -146.0056 -199 184.2152 -146.0056 -199 184.2152 -144.4099 -199 192.3965 -144.4099 -199 192.3965 -141.9552 -199 201.8671 -141.9552 -199 201.8671 -138.5796 -199 211.9598 -138.5796 -199 211.9598 -134.1555 -199 222.4983 -134.1555 -199 222.4983 -128.1198 -199 234.0948 -128.1198 -199 234.0948 -119.5587 -199 247.2374 -119.5587 -199 247.2374 -107.5201 -199 261.6971 -107.5201 -199 261.6971 -90.73937 -199 276.9266 -90.73937 -199 276.9266 -67.16296 -199 291.8855 -67.16296 -199 291.8855 -36.26516 -199 303.4747 -36.26516 -199 303.4747 -19.34891 -199 306.7336 -19.34891 -199 306.7336 154 -197.3923 160 154 -197.3923 160 154 -197.3923 160 154 -197.3923 160 150.6347 -197.3923 127.9816 140.686 -197.3923 97.36256 124.5886 -197.3923 69.48107 103.0461 -197.3923 45.5557 77 -197.3923 26.63209 47.58862 -197.3923 13.5373 16.09738 -197.3923 6.843628 -16.09738 -197.3923 6.843628 -47.58862 -197.3923 13.5373 -77 -197.3923 26.63209 -103.0461 -197.3923 45.5557 -124.5886 -197.3923 69.48107 -140.686 -197.3923 97.36256 -150.6347 -197.3923 127.9816 -154 -197.3923 160 -154 -197.3923 160 -154 -197.3923 160 -154 -197.3923 160 -158.3954 -192.9946 160 -158.3954 -192.9946 160 -158.3954 -192.9946 160 -158.3954 -192.9946 160 -154.9341 -192.9946 127.0677 -144.7014 -192.9946 95.57477 -128.1446 -192.9946 66.89749 -105.9872 -192.9946 42.28925 -79.19772 -192.9946 22.82552 -48.94688 -192.9946 9.35698 -16.55683 -192.9946 2.472262 16.55683 -192.9946 2.472262 48.94688 -192.9946 9.35698 79.19772 -192.9946 22.82552 105.9872 -192.9946 42.28925 128.1446 -192.9946 66.89749 144.7014 -192.9946 95.57477 154.9341 -192.9946 127.0677 158.3954 -192.9946 160 158.3954 -192.9946 160 158.3954 -192.9946 160 158.3954 -192.9946 160 -2.5 -198.8286 310 -2.5 -198.8286 310 -2.5 -198.8286 310 -2.5 -198.9571 308.993 -2.5 -198.9571 308.993 -150.6347 -197.3923 192.0184 -140.686 -197.3923 222.6374 -124.5886 -197.3923 250.5189 -103.0461 -197.3923 274.4443 -77 -197.3923 293.3679 -47.58862 -197.3923 306.4627 -16.09738 -197.3923 313.1564 16.09738 -197.3923 313.1564 47.58862 -197.3923 306.4627 77 -197.3923 293.3679 103.0461 -197.3923 274.4443 124.5886 -197.3923 250.5189 140.686 -197.3923 222.6374 150.6347 -197.3923 192.0184 2.5 -198.9571 308.9931 2.5 -198.9571 308.9931 2.5 -198.8286 310 2.5 -198.8286 310 2.5 -198.8286 310 0.000122 -198.8322 310 0.000122 -198.8322 310 154.9341 -192.9946 192.9323 144.7014 -192.9946 224.4252 128.1446 -192.9946 253.1025 105.9872 -192.9946 277.7108 79.19772 -192.9946 297.1745 48.94688 -192.9946 310.643 16.55683 -192.9946 317.5277 -16.55683 -192.9946 317.5277 -48.94688 -192.9946 310.643 -79.19772 -192.9946 297.1745 -105.9872 -192.9946 277.7108 -128.1446 -192.9946 253.1025 -144.7014 -192.9946 224.4252 -154.9341 -192.9946 192.9323 147.9989 -139 159.9869 147.9989 -139 159.9869 147.9989 -139 159.9869 147.9558 -139 163.6211 147.9558 -139 163.6211 147.8146 -139 167.4041 147.8146 -139 167.4041 147.5475 -139 171.568 147.5475 -139 171.568 147.0891 -139 176.3946 147.0891 -139 176.3946 146.3322 -139 182.1584 146.3322 -139 182.1584 145.0928 -139 189.1902 145.0928 -139 189.1902 143.1735 -139 197.4859 143.1735 -139 197.4859 140.4998 -139 206.5186 140.4998 -139 206.5186 136.969 -139 216.0662 136.969 -139 216.0662 132.287 -139 226.3675 132.287 -139 226.3675 125.8589 -139 237.87 125.8589 -139 237.87 116.9366 -139 250.7152 116.9366 -139 250.7152 104.6548 -139 264.6579 104.6548 -139 264.6579 87.76481 -139 279.1604 87.76481 -139 279.1604 64.47814 -139 293.2264 64.47814 -139 293.2264 34.65719 -139 303.8688 34.65719 -139 303.8688 2.5 -139 307.9789 2.5 -139 307.9789 2.5 -139 307.9789 2.5 -139 310 2.5 -139 310 2.5 -139 310 -2.5 -139 310 -2.5 -139 310 -2.5 -139 310 -2.5 -139 307.9789 -2.5 -139 307.9789 -2.5 -139 307.9789 -34.92061 -139 303.8188 -34.92061 -139 303.8188 -65.7507 -139 292.5894 -65.7507 -139 292.5894 -93.42031 -139 274.7885 -93.42031 -139 274.7885 -116.4602 -139 251.3325 -116.4602 -139 251.3325 -133.6522 -139 223.558 -133.6522 -139 223.558 -144.3774 -139 192.5299 -144.3774 -139 192.5299 -147.9989 -139 160.0131 -147.9989 -139 160.0131 -147.9989 -139 160.0131 -147.9509 -139 156.1842 -147.9509 -139 156.1842 -147.7934 -139 152.1833 -147.7934 -139 152.1833 -147.4909 -139 147.7338 -147.4909 -139 147.7338 -146.964 -139 142.5149 -146.964 -139 142.5149 -146.0722 -139 136.1935 -146.0722 -139 136.1935 -144.5913 -139 128.4164 -144.5913 -139 128.4164 -142.3111 -139 119.3605 -142.3111 -139 119.3605 -139.1496 -139 109.5894 -139.1496 -139 109.5894 -134.9304 -139 99.18708 -134.9304 -139 99.18708 -129.1483 -139 87.71475 -129.1483 -139 87.71475 -121.0038 -139 74.78764 -121.0038 -139 74.78764 -109.557 -139 60.486 -109.557 -139 60.486 -93.536 -139 45.3002 -93.536 -139 45.3002 -71.10007 -139 30.21124 -71.10007 -139 30.21124 -41.0333 -139 17.80487 -41.0333 -139 17.80487 -24.29233 -139 14.01444 -24.29233 -139 14.01444 -7.229846 -139 12.1758 -7.229846 -139 12.1758 9.865459 -139 12.3304 9.865459 -139 12.3304 26.86422 -139 14.45867 26.86422 -139 14.45867 43.50529 -139 18.53889 43.50529 -139 18.53889 59.55467 -139 24.51193 59.55467 -139 24.51193 74.80243 -139 32.29643 74.80243 -139 32.29643 89.04819 -139 41.78803 89.04819 -139 41.78803 102.1043 -139 52.86209 102.1043 -139 52.86209 113.7991 -139 65.37579 113.7991 -139 65.37579 123.9736 -139 79.16418 123.9736 -139 79.16418 132.4777 -139 94.01909 132.4777 -139 94.01909 139.2102 -139 109.7605 139.2102 -139 109.7605 144.0815 -139 126.1787 144.0815 -139 126.1787 147.0233 -139 143.0137 147.0233 -139 143.0137 -2.5 -139.0429 308.993 -2.5 -139.0429 308.993 -2.5 -139.1714 310 -2.5 -139.1714 310 -2.5 -139.1714 310 0.000122 -139.1678 310 0.000122 -139.1678 310 2.5 -139.1714 310 2.5 -139.1714 310 2.5 -139.1714 310 2.5 -139.0429 308.9931 2.5 -139.0429 308.9931 153.9946 -140.6046 160 153.9946 -140.6046 160 153.9946 -140.6046 160 153.9946 -140.6046 160 150.6294 -140.6046 192.0173 140.681 -140.6046 222.6352 124.5842 -140.6046 250.5157 103.0425 -140.6046 274.4403 76.99728 -140.6046 293.3632 47.58693 -140.6046 306.4575 16.09681 -140.6046 313.151 -16.09681 -140.6046 313.151 -47.58693 -140.6046 306.4575 -76.99728 -140.6046 293.3632 -103.0425 -140.6046 274.4403 -124.5842 -140.6046 250.5157 -140.681 -140.6046 222.6352 -150.6294 -140.6046 192.0173 -153.9946 -140.6046 160 -153.9946 -140.6046 160 -153.9946 -140.6046 160 -153.9946 -140.6046 160 158.3923 -145 160 158.3923 -145 160 158.3923 -145 160 158.3923 -145 160 154.9311 -145 192.9316 144.6986 -145 224.424 128.1421 -145 253.1007 105.9851 -145 277.7084 79.19615 -145 297.1718 48.94591 -145 310.64 16.5565 -145 317.5246 -16.5565 -145 317.5246 -48.94591 -145 310.64 -79.19615 -145 297.1718 -105.9851 -145 277.7084 -128.1421 -145 253.1007 -144.6986 -145 224.424 -154.9311 -145 192.9316 -158.3923 -145 160 -158.3923 -145 160 -158.3923 -145 160 -158.3923 -145 160 -150.6294 -140.6046 127.9827 -140.681 -140.6046 97.36477 -124.5842 -140.6046 69.48427 -103.0425 -140.6046 45.55974 -76.99728 -140.6046 26.6368 -47.58693 -140.6046 13.54247 -16.09681 -140.6046 6.849041 16.09681 -140.6046 6.849041 47.58693 -140.6046 13.54247 76.99728 -140.6046 26.6368 103.0425 -140.6046 45.55974 124.5842 -140.6046 69.48427 140.681 -140.6046 97.36477 150.6294 -140.6046 127.9827 154.9311 -145 127.0684 144.6986 -145 95.57605 128.1421 -145 66.89934 105.9851 -145 42.29158 79.19615 -145 22.82824 48.94591 -145 9.359966 16.5565 -145 2.475385 -16.5565 -145 2.475385 -48.94591 -145 9.359966 -79.19615 -145 22.82824</float_array>
<technique_common>
<accessor count="1140" source="#vertices-array" stride="3">
<param type="float" name="X"/>
<param type="float" name="Y"/>
<param type="float" name="Z"/>
</accessor>
</technique_common>
</source>
<source id="normals">
<float_array count="3420" id="normals-array">0.009752 -0.849853 0.526929 -0 -1 0 1 -0 0 0.009372 -0.849853 0.526936 1 -0 0 0.009017 -0.849853 0.526942 0.009023 -0.849631 0.5273 1 -0 0 0.068948 -0.849853 0.52249 0.068999 -0.849609 0.522881 0.128576 -0.849853 0.511095 0.128659 -0.84964 0.511428 0.187017 -0.849853 0.492721 0.187076 -0.849749 0.492878 0.243223 -0.849853 0.467539 0.243036 -0.850103 0.467181 0.295494 -0.849853 0.436386 0.29463 -0.850806 0.435111 0.342773 -0.849853 0.40032 0.340609 -0.851907 0.397793 0.421813 -0.849853 0.315949 0.418409 -0.852475 0.3134 0.479566 -0.849853 0.218554 0.477856 -0.851015 0.217775 0.515525 -0.849853 0.109468 0.515362 -0.849957 0.109434 0.526998 -0.849853 -0.004804 0.526887 -0.849922 -0.004802 0.513269 -0.849853 -0.119602 0.513046 -0.849995 -0.11955 0.474433 -0.849853 -0.229484 0.472627 -0.851094 -0.22861 0.412815 -0.849853 -0.327618 0.409312 -0.85261 -0.324838 0.373812 -0.849853 -0.371503 0.370417 -0.852802 -0.368129 0.329697 -0.849853 -0.411157 0.326921 -0.852589 -0.407695 0.280529 -0.849853 -0.446154 0.27903 -0.851593 -0.44377 0.227247 -0.849853 -0.475509 0.226566 -0.85083 -0.474085 0.171095 -0.849853 -0.498474 0.170857 -0.850307 -0.497781 0.113861 -0.849853 -0.514573 0.113806 -0.850012 -0.514322 -0 -0.849853 -0.52702 -0 -0.849677 -0.527303 -0 -0.849853 -0.52702 0 -0.849658 -0.527334 -0 -0.849853 -0.52702 3e-06 -0.849844 -0.527034 -0 -0.849853 -0.52702 -3e-06 -0.849844 -0.527035 0.064872 -0.849853 -0.523012 0.064873 -0.849838 -0.523036 0.129445 -0.849853 -0.510875 0.129451 -0.849835 -0.510904 0.192589 -0.849853 -0.49057 0.1926 -0.849834 -0.4906 0.253133 -0.849853 -0.462248 0.253151 -0.849831 -0.462279 0.308571 -0.849853 -0.42724 0.308592 -0.849831 -0.427268 0.357827 -0.849853 -0.386923 0.357847 -0.849835 -0.386943 0.401317 -0.849853 -0.341606 0.401334 -0.849841 -0.341617 0.438695 -0.849853 -0.292056 0.438706 -0.849846 -0.29206 0.469714 -0.849853 -0.238994 0.46972 -0.84985 -0.238995 0.494124 -0.849853 -0.183278 0.494132 -0.849852 -0.183263 0.512188 -0.849853 -0.124149 0.512194 -0.849853 -0.124124 0.523468 -0.849853 -0.061084 0.523469 -0.849853 -0.061074 0.527019 -0.849853 0.000475 0.52702 -0.849853 0.000482 0.523332 -0.849853 0.062236 0.523331 -0.849854 0.062239 0.511762 -0.849853 0.125893 0.51176 -0.849856 0.125878 0.493187 -0.849853 0.185786 0.49318 -0.849859 0.185777 0.467975 -0.849853 0.242383 0.46796 -0.84986 0.242385 0.435771 -0.849853 0.296401 0.435761 -0.849858 0.296402 0.397037 -0.849853 0.346571 0.397031 -0.849855 0.346574 0.35214 -0.849853 0.392106 0.352136 -0.849851 0.392113 0.3015 -0.849853 0.432258 0.301497 -0.84985 0.432266 0.24539 -0.849853 0.466405 0.245387 -0.84985 0.466413 0.185145 -0.849853 0.493428 0.185142 -0.84985 0.493435 0.123363 -0.849853 0.512378 0.123359 -0.849852 0.512382 0.061289 -0.849853 0.523444 0.061285 -0.849855 0.523441 0 -0.849853 0.52702 3e-06 -0.849862 0.527006 0 -0.849853 0.52702 -3e-06 -0.849861 0.527007 0 -0.849853 0.52702 0 -0.849853 0.52702 -0 -1 0 0.004877 -0.849853 0.526997 -0 -1 0 3e-06 -0.957517 0.288376 -0 -0.957521 0.288364 -3e-06 -0.957518 0.288375 0 -0.957521 0.288364 3e-06 -0.990835 -0.135075 -3e-06 -0.990835 -0.135077 3e-06 -0.989493 -0.144583 3e-06 -0.989493 -0.144583 -3e-06 -0.989492 -0.144584 -3e-06 -0.989492 -0.144584 -0.034599 -0.989493 -0.140382 -0.067191 -0.989493 -0.128021 -0.095877 -0.989493 -0.10822 -0.118991 -0.989493 -0.08213 -0.13519 -0.989493 -0.051266 -0.143532 -0.989492 -0.017422 -0.143532 -0.989492 0.017434 -0.13519 -0.989492 0.051278 -0.118991 -0.989492 0.082142 -0.095877 -0.989491 0.108232 -0.067191 -0.989491 0.128033 -0.034599 -0.989491 0.140393 3e-06 -0.989491 0.144595 3e-06 -0.989491 0.144595 -3e-06 -0.989491 0.144596 -3e-06 -0.989491 0.144596 3e-06 -0.990835 0.135075 -3e-06 -0.990835 0.135076 3e-06 -0.957531 -0.288331 0 -0.957521 -0.288364 -3e-06 -0.957531 -0.28833 0 -0.957521 -0.288364 0.037558 -0.957534 -0.285864 0.03756 -0.957521 -0.285908 0.074494 -0.957535 -0.278526 0.074503 -0.957521 -0.278574 0.11018 -0.957535 -0.266435 0.110194 -0.957521 -0.26648 0.144004 -0.957533 -0.249789 0.144019 -0.957521 -0.249825 0.175381 -0.957529 -0.228867 0.175394 -0.957521 -0.228891 0.203772 -0.957524 -0.20402 0.203776 -0.957521 -0.204032 0.228682 -0.95752 -0.175671 0.228676 -0.957521 -0.175674 0.249677 -0.957517 -0.144302 0.249663 -0.957521 -0.1443 0.266392 -0.957515 -0.110453 0.266371 -0.957521 -0.110455 0.27854 -0.957515 -0.074708 0.278516 -0.957521 -0.07472 0.285912 -0.957515 -0.037683 0.285891 -0.957521 -0.037686 0.288389 -0.957513 -1.3e-05 0.288364 -0.957521 -1.8e-05 0.285926 -0.957511 0.037659 0.285896 -0.957521 0.03765 0.278562 -0.95751 0.074686 0.278526 -0.957521 0.074683 0.266423 -0.957509 0.110434 0.266386 -0.957521 0.110419 0.249718 -0.957508 0.144289 0.249684 -0.957521 0.144264 0.228734 -0.957508 0.175668 0.228702 -0.957521 0.17564 0.203828 -0.957511 0.204026 0.203807 -0.957521 0.204001 0.175439 -0.957515 0.228882 0.175429 -0.957521 0.228864 0.14406 -0.957517 0.249816 0.144055 -0.957521 0.249805 0.110232 -0.957517 0.266477 0.110227 -0.957521 0.266466 0.074534 -0.957517 0.27858 0.07453 -0.957521 0.278567 0.03758 -0.957516 0.285919 0.037576 -0.957521 0.285906 -0.061289 -0.849838 -0.523468 -0.061289 -0.849853 -0.523444 -0.123368 -0.849835 -0.512406 -0.123363 -0.849853 -0.512378 -0.185154 -0.849835 -0.493456 -0.185145 -0.849853 -0.493428 -0.245404 -0.849834 -0.466433 -0.24539 -0.849853 -0.466405 -0.301516 -0.849835 -0.432283 -0.3015 -0.849853 -0.432258 -0.352155 -0.849839 -0.392123 -0.35214 -0.849853 -0.392106 -0.397048 -0.849845 -0.346578 -0.397037 -0.849853 -0.346571 -0.435777 -0.84985 -0.296402 -0.435771 -0.849853 -0.296401 -0.467978 -0.849851 -0.242383 -0.467975 -0.849853 -0.242383 -0.493194 -0.849852 -0.185771 -0.493187 -0.849853 -0.185786 -0.511768 -0.849853 -0.125869 -0.511762 -0.849853 -0.125893 -0.523332 -0.849854 -0.062228 -0.523332 -0.849853 -0.062236 -0.527018 -0.849854 -0.000471 -0.527019 -0.849853 -0.000475 -0.523465 -0.849855 0.061084 -0.523468 -0.849853 0.061084 -0.512185 -0.849857 0.124133 -0.512188 -0.849853 0.124149 -0.494118 -0.849859 0.183269 -0.494124 -0.849853 0.183278 -0.469702 -0.849859 0.238997 -0.469714 -0.849853 0.238994 -0.438688 -0.849856 0.292058 -0.438695 -0.849853 0.292056 -0.401314 -0.849852 0.341611 -0.401317 -0.849853 0.341606 -0.357827 -0.849848 0.386933 -0.357827 -0.849853 0.386923 -0.308571 -0.849847 0.427251 -0.308571 -0.849853 0.42724 -0.253133 -0.849848 0.462258 -0.253133 -0.849853 0.462248 -0.192587 -0.84985 0.490577 -0.192589 -0.849853 0.49057 -0.129441 -0.849852 0.510878 -0.129445 -0.849853 0.510875 -0.064868 -0.849856 0.523007 -0.064872 -0.849853 0.523012 -0 -1 0 1e-06 -1 -0 -1e-06 -1 1e-06 -0 -1 0 2e-06 -1 1e-06 -0 -1 0 1e-06 -1 -1e-06 -0 -1 0 1e-06 -1 -1e-06 -0 -1 0 5e-06 -1 2e-06 -0 -1 0 4e-06 -1 0 -0 -1 0 2e-06 -1 -1e-06 -0 -1 0 4e-06 -1 -2e-06 -0 -1 0 3e-06 -1 -2e-06 -0 -1 0 6e-06 -1 -6e-06 -0 -1 0 2e-06 -1 -3e-06 -0 -1 0 1e-06 -1 -3e-06 -1e-06 -1 -3e-06 -0 -1 0 -1e-06 -1 -1e-06 -0 -1 0 -1e-06 -1 -1e-06 -0 -1 0 -2e-06 -1 -3e-06 -0 -1 0 -5e-06 -1 -6e-06 -0 -1 0 -5e-06 -1 -3e-06 -0 -1 0 -2e-06 -1 -1e-06 -0 -1 0 -1e-06 -1 -1e-06 -0 -1 0 -2e-06 -1 -1e-06 -0 -1 0 -5e-06 -1 3e-06 -0 -1 0 -2e-06 -1 -1e-06 -0.03756 -0.957521 -0.285908 -0.037557 -0.957534 -0.285863 -0.074502 -0.957521 -0.278574 -0.074493 -0.957536 -0.278525 -0.110193 -0.957521 -0.26648 -0.110178 -0.957535 -0.266434 -0.144018 -0.957521 -0.249826 -0.144002 -0.957532 -0.24979 -0.175393 -0.957521 -0.228892 -0.175379 -0.957529 -0.228866 -0.203775 -0.957521 -0.204033 -0.203768 -0.957525 -0.204019 -0.228675 -0.957521 -0.175676 -0.228679 -0.957521 -0.17567 -0.249663 -0.957521 -0.1443 -0.249676 -0.957517 -0.144302 -0.266371 -0.957521 -0.110456 -0.266392 -0.957515 -0.110454 -0.278516 -0.957521 -0.07472 -0.278538 -0.957515 -0.074708 -0.285891 -0.957521 -0.037686 -0.28591 -0.957515 -0.037683 -0.288364 -0.957521 -1.8e-05 -0.288388 -0.957514 -1.3e-05 -0.285896 -0.957521 0.03765 -0.285925 -0.957512 0.037659 -0.278525 -0.957521 0.074684 -0.278562 -0.95751 0.074686 -0.266386 -0.957521 0.11042 -0.266423 -0.957509 0.110435 -0.249683 -0.957521 0.144265 -0.249717 -0.957508 0.144289 -0.228701 -0.957521 0.175641 -0.228732 -0.957509 0.175667 -0.203807 -0.957521 0.204002 -0.203827 -0.957511 0.204026 -0.175428 -0.957521 0.228865 -0.175438 -0.957515 0.228882 -0.144054 -0.957521 0.249805 -0.144058 -0.957518 0.249814 -0.110226 -0.957521 0.266466 -0.11023 -0.957518 0.266476 -0.074529 -0.957521 0.278567 -0.074533 -0.957517 0.278579 -0.037576 -0.957521 0.285906 -0.037579 -0.957517 0.285919 0 -0.957521 0.288364 1e-06 -0.957521 0.288363 0 -0.957521 0.288364 -1e-06 -0.957522 0.288362 -0.050043 -0.957521 0.283989 -0.050042 -0.957521 0.283988 -0.098587 -0.957521 0.270988 -0.098585 -0.957521 0.270989 -0.144151 -0.957521 0.249749 -0.144151 -0.957521 0.249749 -0.185347 -0.957521 0.220909 -0.185346 -0.957521 0.220907 -0.220915 -0.957521 0.185339 -0.220913 -0.957522 0.185336 -0.249768 -0.957521 0.144119 -0.249761 -0.957523 0.144114 -0.271016 -0.957521 0.09851 -0.27101 -0.957524 0.098498 -0.284019 -0.957521 0.049873 -0.284013 -0.957522 0.049876 -0.288364 -0.957521 -0.000271 -0.288362 -0.957521 -0.000272 -0.283924 -0.957521 -0.050408 -0.28392 -0.957522 -0.050414 -0.270829 -0.957521 -0.099025 -0.270826 -0.957522 -0.099017 -0.249491 -0.957521 -0.144597 -0.249485 -0.957522 -0.144596 -0.220562 -0.957521 -0.185759 -0.220559 -0.957522 -0.185757 -0.184947 -0.957521 -0.221244 -0.184944 -0.957521 -0.221243 -0.143749 -0.957521 -0.249981 -0.143749 -0.95752 -0.249985 -0.098243 -0.957521 -0.271113 -0.098243 -0.957519 -0.271118 -0.049832 -0.957521 -0.284026 -0.04983 -0.957521 -0.284024 -0 -0.957521 -0.288364 1e-06 -0.957521 -0.288363 -0 -0.957521 -0.288364 -1e-06 -0.957521 -0.288363 1e-06 -0.989212 0.146493 -1e-06 -0.989212 0.146493 1e-06 -0.989211 -0.146495 -1e-06 -0.989211 -0.146495 0.016794 -0.182738 0.983018 1 -0 0 -0 -1 0 0 0 1 1 -0 0 0.234401 -0.172226 0.956762 0.44035 -0.172221 0.881154 0.624456 -0.172216 0.761838 0.777588 -0.172211 0.604732 0.892149 -0.172206 0.41763 0.962458 -0.172201 0.209812 0.985027 -0.172196 -0.008414 0.958735 -0.172192 -0.226223 0.884888 -0.172187 -0.43281 0.767148 -0.172182 -0.61793 0.611355 -0.172177 -0.772399 0.425237 -0.172172 -0.888555 0.218026 -0.172167 -0.960637 -0.847101 0.5 -0.180057 0.015495 0.421728 0.90659 1 -0 0 -0 -1 0 -1 0 -0 0 0 1 0.213123 0.444842 0.869882 0.400368 0.444846 0.801135 0.567753 0.444849 0.692651 0.706976 0.444853 0.54981 0.81113 0.444856 0.379698 0.87505 0.44486 0.190753 0.895566 0.444864 -0.007653 0.871659 0.444867 -0.205679 0.804516 0.444871 -0.393502 0.697468 0.444874 -0.561806 0.555824 0.444878 -0.702242 0.38661 0.444881 -0.807845 0.198221 0.444885 -0.873376 -0.791154 0.5 -0.352244 -1e-06 -0.117196 -0.993109 0 -0.117194 -0.993109 6.4e-05 0.999993 0.00375 -0 -1 0 1 -0 0 -0.000135 1 -0.000551 -0 -1 0 0.000414 1 0.00083 -0 -1 0 -0.000474 1 -0.000578 -0 -1 0 -0.000519 1 -0.000404 -0 -1 0 0.000462 1 0.000216 -0 -1 0 0.00124 0.999999 0.000271 -0 -1 0 0.00093 1 -8e-06 -0 -1 0 0.001127 0.999999 -0.000266 -0 -1 0 0.000397 1 -0.000194 -0 -1 0 -0.000796 0.999999 0.000642 -0 -1 0 -0.000472 1 0.000598 -0 -1 0 0.0002 1 -0.000419 -0 -1 0 0.000267 0.999999 -0.00118 -0 -1 0 -0 1 -0.000535 0 1 -0.000602 -0 -1 0 -1e-06 0.460984 -0.887408 0 0.460973 -0.887414 -0.059881 -0.849853 -0.523607 -0.059879 -0.849864 -0.52359 -0.119592 -0.849853 -0.513271 -0.119549 -0.849972 -0.513084 -0.178265 -0.849853 -0.495955 -0.178172 -0.850024 -0.495696 -0.234935 -0.849853 -0.471758 -0.234609 -0.850306 -0.471104 -0.287838 -0.849853 -0.441474 -0.286865 -0.850956 -0.43998 -0.335868 -0.849853 -0.406131 -0.333598 -0.852051 -0.403386 -0.416467 -0.849853 -0.322962 -0.412848 -0.852676 -0.320156 -0.475862 -0.849853 -0.226506 -0.473761 -0.851292 -0.225505 -0.513587 -0.849853 -0.118227 -0.513325 -0.85002 -0.118166 -0.527003 -0.849853 -0.004143 -0.526925 -0.849902 -0.004142 -0.515268 -0.849853 0.110675 -0.515214 -0.849887 0.110664 -0.47833 -0.849853 0.221246 -0.476975 -0.850777 0.22062 -0.418502 -0.849853 0.320321 -0.415321 -0.852324 0.317888 -0.380352 -0.849853 0.364804 -0.377191 -0.852554 0.361773 -0.337038 -0.849853 0.405161 -0.334431 -0.852367 0.402028 -0.288625 -0.849853 0.44096 -0.287256 -0.851398 0.438869 -0.235927 -0.849853 0.471262 -0.235382 -0.850605 0.470176 -0.180151 -0.849853 0.495273 -0.180058 -0.850021 0.495018 -0.12305 -0.849853 0.512453 -0.123123 -0.849658 0.512758 -0.009017 -0.849853 0.526942 -0.009024 -0.849595 0.527359 -1 0 -0 -0.009372 -0.849853 0.526936 -1 0 -0 -0.009752 -0.849853 0.526929 -0 -1 0 -1 0 -0 -0.004877 -0.849853 0.526997 -0 -1 0 0.0346 -0.989493 -0.140383 0.067191 -0.989493 -0.128022 0.095878 -0.989493 -0.108221 0.118992 -0.989492 -0.082131 0.135191 -0.989492 -0.051267 0.143533 -0.989492 -0.017423 0.143533 -0.989492 0.017434 0.135191 -0.989492 0.051278 0.118992 -0.989491 0.082142 0.095878 -0.989491 0.108233 0.067191 -0.989491 0.128034 0.0346 -0.989491 0.140395 0.049994 -0.957521 -0.283998 0.049992 -0.957521 -0.283998 0.098498 -0.957521 -0.271021 0.098497 -0.95752 -0.271023 0.144037 -0.957521 -0.249815 0.144036 -0.95752 -0.249817 0.18522 -0.957521 -0.221015 0.185219 -0.957521 -0.221016 0.22079 -0.957521 -0.185489 0.220788 -0.957521 -0.185488 0.249657 -0.957521 -0.144311 0.249651 -0.957522 -0.144309 0.270932 -0.957521 -0.098741 0.270927 -0.957523 -0.098732 0.283972 -0.957521 -0.050139 0.283967 -0.957522 -0.050145 0.288364 -0.957521 -2.4e-05 0.288362 -0.957521 -2.6e-05 0.283981 -0.957521 0.050089 0.283977 -0.957522 0.050092 0.270952 -0.957521 0.098687 0.27095 -0.957522 0.098677 0.24969 -0.957521 0.144253 0.249685 -0.957523 0.144249 0.220839 -0.957521 0.18543 0.220835 -0.957522 0.185426 0.185283 -0.957521 0.220962 0.18528 -0.957522 0.220959 0.144107 -0.957521 0.249775 0.144106 -0.957521 0.249775 0.098563 -0.957521 0.270997 0.098563 -0.95752 0.271 0.050036 -0.957521 0.28399 0.050035 -0.957521 0.283991 -6.8e-05 0.999992 0.003957 -0 -1 0 -1 0 -0 -0.015305 0.444877 0.895461 -0.015305 0.444877 0.895461 -1 0 -0 -0.213119 0.444877 0.869865 -0.400361 0.444877 0.801121 -0.567744 0.444877 0.69264 -0.706966 0.444877 0.549803 -0.811121 0.444877 0.379694 -0.875042 0.444877 0.190751 -0.895559 0.444877 -0.007653 -0.871654 0.444877 -0.205678 -0.804513 0.444877 -0.393501 -0.697467 0.444877 -0.561805 -0.555824 0.444877 -0.702242 -0.386611 0.444877 -0.807847 -0.198222 0.444877 -0.87338 -0.000267 0.999999 -0.001183 -0 -1 0 -0.000226 1 -0.000473 -0 -1 0 0.000475 1 0.000601 -0 -1 0 0.000728 1 0.000587 -0 -1 0 -0.000388 1 -0.00019 -0 -1 0 -0.001122 0.999999 -0.000265 -0 -1 0 -0.001016 0.999999 -9e-06 -0 -1 0 -0.001406 0.999999 0.000307 -0 -1 0 -0.000504 1 0.000236 -0 -1 0 0.00041 1 -0.000319 -0 -1 0 0.000377 1 -0.00046 -0 -1 0 -0.00047 0.999999 0.000942 -0 -1 0 0.000122 1 -0.000501 -0 -1 0 -0.700629 0.5 -0.509037 -0.016827 -0.172158 0.984926 -0.016827 -0.172158 0.984926 -1 0 -0 -0.234404 -0.172158 0.956774 -0.440355 -0.172158 0.881164 -0.624462 -0.172158 0.761845 -0.777595 -0.172158 0.604738 -0.892157 -0.172158 0.417633 -0.962466 -0.172158 0.209813 -0.985033 -0.172158 -0.008414 -0.958741 -0.172158 -0.226224 -0.884893 -0.172158 -0.432812 -0.767151 -0.172158 -0.617932 -0.611357 -0.172158 -0.772401 -0.425238 -0.172158 -0.888557 -0.218026 -0.172158 -0.960638 -0.579484 0.5 -0.643582 1 -0 0 1 -0 0 1 -0 -0 1 -0 0 1 -0 0 1 -0 0 1 -0 -0 1 -0 -0 0.978148 -0 -0.207912 0.978148 -0 -0.207912 0.913546 -0 -0.406736 0.913546 -0 -0.406736 0.809017 -0 -0.587785 0.809017 -0 -0.587785 0.669131 -0 -0.743144 0.669131 -0 -0.743144 0.500001 -0 -0.866025 0.500001 -0 -0.866025 0.309018 -0 -0.951056 0.309018 -0 -0.951056 0.104527 -0 -0.994522 0.104527 -0 -0.994522 -0.104531 0 -0.994522 -0.104531 0 -0.994522 -0.309018 0 -0.951056 -0.309018 0 -0.951056 -0.500001 0 -0.866025 -0.500001 0 -0.866025 -0.669131 0 -0.743144 -0.669131 0 -0.743144 -0.809017 0 -0.587785 -0.809017 0 -0.587785 -0.913546 0 -0.406736 -0.913546 0 -0.406736 -0.978148 0 -0.207912 -0.978148 0 -0.207912 -1 0 0 -1 0 0 -1 0 -0 -1 0 -0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -0.978148 0 -0.207912 -0.978148 0 -0.207912 -0.913546 0 -0.406736 -0.913546 0 -0.406736 -0.809017 0 -0.587785 -0.809017 0 -0.587785 -0.669131 0 -0.743144 -0.669131 0 -0.743144 -0.500001 0 -0.866025 -0.500001 0 -0.866025 -0.309018 0 -0.951056 -0.309018 0 -0.951056 -0.104527 0 -0.994522 -0.104527 0 -0.994522 0.104531 -0 -0.994522 0.104531 -0 -0.994522 0.309018 -0 -0.951056 0.309018 -0 -0.951056 0.500001 -0 -0.866025 0.500001 -0 -0.866025 0.669131 -0 -0.743144 0.669131 -0 -0.743144 0.809017 -0 -0.587785 0.809017 -0 -0.587785 0.913546 -0 -0.406736 0.913546 -0 -0.406736 0.978148 -0 -0.207912 0.978148 -0 -0.207912 -0.978148 0 0.207912 -0.978148 0 0.207912 -0.913546 0 0.406736 -0.913546 0 0.406736 -0.809017 0 0.587785 -0.809017 0 0.587785 -0.669131 0 0.743144 -0.669131 0 0.743144 -0.500001 0 0.866025 -0.500001 0 0.866025 -0.309018 0 0.951056 -0.309018 0 0.951056 -0.104527 0 0.994522 -0.104527 0 0.994522 0.104531 -0 0.994522 0.104531 -0 0.994522 0.309018 -0 0.951056 0.309018 -0 0.951056 0.500001 -0 0.866025 0.500001 -0 0.866025 0.669131 -0 0.743144 0.669131 -0 0.743144 0.809017 -0 0.587785 0.809017 -0 0.587785 0.913546 -0 0.406736 0.913546 -0 0.406736 0.978148 -0 0.207912 0.978148 -0 0.207912 0.978148 -0 0.207912 0.978148 -0 0.207912 0.913546 -0 0.406736 0.913546 -0 0.406736 0.809017 -0 0.587785 0.809017 -0 0.587785 0.669131 -0 0.743144 0.669131 -0 0.743144 0.500001 -0 0.866025 0.500001 -0 0.866025 0.309018 -0 0.951056 0.309018 -0 0.951056 0.104527 -0 0.994522 0.104527 -0 0.994522 -0.104531 0 0.994522 -0.104531 0 0.994522 -0.309018 0 0.951056 -0.309018 0 0.951056 -0.500001 0 0.866025 -0.500001 0 0.866025 -0.669131 0 0.743144 -0.669131 0 0.743144 -0.809017 0 0.587785 -0.809017 0 0.587785 -0.913546 0 0.406736 -0.913546 0 0.406736 -0.978148 0 0.207912 -0.978148 0 0.207912 -0 -1 0 -0 -1 0 -1 0 -0 -0 -1 0 -0 -1 0 1 -0 0 -0 -1 0 -0 -1 -0 -0 -1 0 -0 -1 0 -0 -1 0 -0 -1 0 -0 -1 0 -0 -1 0 -0 -1 0 -0 -1 0 -0 -1 0 -0 -1 -0 -0 -1 0 -0 -1 0 0 -1 0 -0 -1 0 -0 -1 -0 -0 -1 0 -0 -1 -0 -0 -1 0 -0 -1 -0 -0 -1 0 -0 -1 -0 -0 -1 0 -0 -1 -0 -0 -1 0 -0 -1 -0 -0 -1 0 -0 -1 -0 -0 -1 0 -0 -1 -0 -0 -1 0 -0 -1 -0 -0 -1 0 -0 -1 -0 -0 -1 0 -0 -1 -0 -0 -1 0 -0 -1 -0 -0 -1 0 -0 -1 -0 -0 -1 0 -0 -1 -0 -0 -1 0 -0 -1 -0 -0 -1 0 -0 -1 -0 -0 -1 0 -0 -1 -0 -0 -1 0 -0 -1 -0 -0 -1 0 -0 -1 -0 -0 -1 0 -0 -1 -0 -0 -1 0 -0 -1 -0 -0 -1 0 -0 -1 -0 -0 -1 0 -0 -1 -0 -0 -1 0 0 -1 0 -0 -1 0 -0 -1 -0 -0 -1 0 -0 -1 -0 -0 -1 0 -0 -1 -0 -0 -1 0 -0 -1 -0 -0 -1 0 0 -1 0 -0 -1 0 -0 -1 -0 -0 -1 0 -0 -1 0 -0 -1 0 -0 -1 0 -0 -1 0 -0 -1 0 -0 -1 0 -0 -1 0 -0 -1 0 -0 -1 0 -0 -1 0 -0 -1 0 -0 -1 0 -0 -1 0 -0 -1 0 -0 -1 0 -0 -1 0 -0 -1 0 -0 -1 0 -0 -1 0 -0 -1 0 -0 -1 0 -0 -1 0 -0 -1 0 -0 -1 0 -0 -1 0 -0 -1 0 -0 -1 0 -0 -1 0 -0 -1 0 -0 -1 0 -0 -1 0 -0 -1 0 -0 -1 0 -0 -1 0 0.5 -0.866025 0 0.5 -0.866025 0 0.5 -0.866025 0 0.5 -0.866025 0 0.489074 -0.866025 -0.103956 0.456773 -0.866025 -0.203368 0.404508 -0.866025 -0.293893 0.334565 -0.866025 -0.371572 0.25 -0.866025 -0.433013 0.154508 -0.866025 -0.475528 0.052264 -0.866025 -0.497261 -0.052264 -0.866025 -0.497261 -0.154508 -0.866025 -0.475528 -0.25 -0.866025 -0.433013 -0.334565 -0.866025 -0.371572 -0.404508 -0.866025 -0.293893 -0.456773 -0.866025 -0.203368 -0.489074 -0.866025 -0.103956 -0.5 -0.866025 0 -0.5 -0.866025 0 -0.5 -0.866025 0 -0.5 -0.866025 0 -0.866287 -0.499546 0 -0.866287 -0.499546 0 -0.866287 -0.499546 -0 -0.866287 -0.499546 -0 -0.847357 -0.499546 -0.180111 -0.791393 -0.499546 -0.352351 -0.700841 -0.499546 -0.509191 -0.579659 -0.499546 -0.643777 -0.433144 -0.499546 -0.750227 -0.267697 -0.499546 -0.823888 -0.090552 -0.499546 -0.861541 0.090552 -0.499546 -0.861541 0.267697 -0.499546 -0.823888 0.433144 -0.499546 -0.750227 0.579659 -0.499546 -0.643777 0.700841 -0.499546 -0.509191 0.791393 -0.499546 -0.352351 0.847357 -0.499546 -0.180111 0.866287 -0.499546 -0 0.866287 -0.499546 -0 0.866287 -0.499546 0 0.866287 -0.499546 0 -0.002806 -0.985718 0.168379 -1 0 -0 0 0 1 -0.001418 -0.996424 0.084485 -1 0 -0 -0.489074 -0.866025 0.103956 -0.456773 -0.866025 0.203368 -0.404508 -0.866025 0.293893 -0.334565 -0.866025 0.371572 -0.25 -0.866025 0.433013 -0.154508 -0.866025 0.475528 -0.052264 -0.866025 0.497261 0.052264 -0.866025 0.497261 0.154508 -0.866025 0.475528 0.25 -0.866025 0.433013 0.334565 -0.866025 0.371572 0.404508 -0.866025 0.293893 0.456773 -0.866025 0.203368 0.489074 -0.866025 0.103956 0.001418 -0.996423 0.084497 1 -0 0 0.002806 -0.985718 0.168379 0 0 1 1 -0 0 0 -0.986013 0.166667 0 0 1 0.847357 -0.499546 0.180111 0.791393 -0.499546 0.352351 0.700841 -0.499546 0.509191 0.579659 -0.499546 0.643777 0.433144 -0.499546 0.750227 0.267697 -0.499546 0.823888 0.090552 -0.499546 0.861541 -0.090552 -0.499546 0.861541 -0.267697 -0.499546 0.823888 -0.433144 -0.499546 0.750227 -0.579659 -0.499546 0.643777 -0.700841 -0.499546 0.509191 -0.791393 -0.499546 0.352351 -0.847357 -0.499546 0.180111 0 1 0 0 1 -0 0 1 -0 0 1 0 -0 1 -0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 -0 1 -0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 -0 1 -0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 -0 1 -0 0 0 1 0 0 0 1 1 -0 0 0 1 0 -1 0 -0 0 0 1 0 1 0 0 1 -0 -1 0 -0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 -0 0 1 0 -0 1 0 0 1 0 0 1 0 -0 1 -0 0 1 0 0 1 -0 0 1 0 0 1 -0 0 1 0 0 1 -0 0 1 0 0 1 -0 0 1 0 -0 1 -0 0 1 0 0 1 -0 0 1 0 0 1 -0 0 1 0 0 1 -0 0 1 0 0 1 -0 0 1 0 0 1 -0 0 1 0 0 1 -0 0 1 0 0 1 -0 0 1 0 0 1 -0 0 1 0 0 1 -0 0 1 0 0 1 0 0 1 0 0 1 -0 0 1 0 0 1 -0 0 1 0 0 1 -0 0 1 0 0 1 -0 0 1 0 0 1 -0 0 1 0 0 1 -0 0 1 0 0 1 -0 0 1 0 0 1 -0 0 1 0 0 1 -0 0 1 0 0 1 -0 0 1 0 0 1 -0 0 1 0 0 1 -0 0 1 0 -0 1 0 0 1 0 0 1 -0 -0.001418 0.996424 0.084484 -1 0 -0 -0.002806 0.985718 0.168379 -1 0 -0 0 0 1 0 0.986013 0.166667 0 0 1 0.002806 0.985718 0.168379 0 0 1 1 -0 0 0.001418 0.996423 0.084498 1 -0 0 0.499546 0.866287 -0 0.499546 0.866287 -0 0.499546 0.866287 -0 0.499546 0.866287 -0 0.48863 0.866287 0.103862 0.456358 0.866287 0.203184 0.404142 0.866287 0.293626 0.334262 0.866287 0.371235 0.249773 0.866287 0.43262 0.154368 0.866287 0.475097 0.052217 0.866287 0.49681 -0.052217 0.866287 0.49681 -0.154368 0.866287 0.475097 -0.249773 0.866287 0.43262 -0.334262 0.866287 0.371235 -0.404142 0.866287 0.293626 -0.456358 0.866287 0.203184 -0.48863 0.866287 0.103862 -0.499546 0.866287 -0 -0.499546 0.866287 -0 -0.499546 0.866287 -0 -0.499546 0.866287 -0 0.866025 0.5 -0 0.866025 0.5 -0 0.866025 0.5 -0 0.866025 0.5 -0 0.847101 0.5 0.180057 0.791154 0.5 0.352244 0.700629 0.5 0.509037 0.579484 0.5 0.643582 0.433013 0.5 0.75 0.267617 0.5 0.823639 0.090524 0.5 0.861281 -0.090524 0.5 0.861281 -0.267617 0.5 0.823639 -0.433013 0.5 0.75 -0.579484 0.5 0.643582 -0.700629 0.5 0.509037 -0.791154 0.5 0.352244 -0.847101 0.5 0.180057 -0.866025 0.5 -0 -0.866025 0.5 -0 -0.866025 0.5 -0 -0.866025 0.5 -0 -0.48863 0.866287 -0.103862 -0.456358 0.866287 -0.203184 -0.404142 0.866287 -0.293626 -0.334262 0.866287 -0.371235 -0.249773 0.866287 -0.43262 -0.154368 0.866287 -0.475097 -0.052217 0.866287 -0.49681 0.052217 0.866287 -0.49681 0.154368 0.866287 -0.475097 0.249773 0.866287 -0.43262 0.334262 0.866287 -0.371235 0.404142 0.866287 -0.293626 0.456358 0.866287 -0.203184 0.48863 0.866287 -0.103862 0.847101 0.5 -0.180057 0.791154 0.5 -0.352244 0.700629 0.5 -0.509037 0.579484 0.5 -0.643582 0.433013 0.5 -0.75 0.267617 0.5 -0.823639 0.090524 0.5 -0.861281 -0.090524 0.5 -0.861281 -0.267617 0.5 -0.823639 -0.433013 0.5 -0.75</float_array>
<technique_common>
<accessor count="1140" source="#normals-array" stride="3">
<param type="float" name="X"/>
<param type="float" name="Y"/>
<param type="float" name="Z"/>
</accessor>
</technique_common>
</source>
<vertices id="vertices-vertices">
<input source="#vertices" semantic="POSITION"/>
</vertices>
<triangles count="1" material="MTL1">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>388 388 21 21 23 23</p>
</triangles>
<triangles count="2" material="MTL0">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>88 88 86 86 20 20 90 90 88 88 20 20</p>
</triangles>
<triangles count="1" material="MTL1">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>388 388 387 387 21 21</p>
</triangles>
<triangles count="1" material="MTL0">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>82 82 24 24 22 22</p>
</triangles>
<triangles count="1" material="MTL1">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>387 387 19 19 21 21</p>
</triangles>
<triangles count="2" material="MTL0">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>92 92 90 90 18 18 94 94 92 92 18 18</p>
</triangles>
<triangles count="1" material="MTL1">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>387 387 386 386 19 19</p>
</triangles>
<triangles count="1" material="MTL0">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>86 86 22 22 20 20</p>
</triangles>
<triangles count="1" material="MTL1">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>389 389 23 23 25 25</p>
</triangles>
<triangles count="2" material="MTL0">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>84 84 82 82 22 22 86 86 84 84 22 22</p>
</triangles>
<triangles count="1" material="MTL1">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>384 384 9 9 11 11</p>
</triangles>
<triangles count="1" material="MTL1">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>384 384 11 11 13 13</p>
</triangles>
<triangles count="1" material="MTL0">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>58 58 42 42 40 40</p>
</triangles>
<triangles count="1" material="MTL1">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>395 395 394 394 39 39</p>
</triangles>
<triangles count="1" material="MTL0">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>60 60 40 40 38 38</p>
</triangles>
<triangles count="1" material="MTL1">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>394 394 393 393 37 37</p>
</triangles>
<triangles count="1" material="MTL0">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>62 62 60 60 38 38</p>
</triangles>
<triangles count="1" material="MTL1">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>395 395 39 39 41 41</p>
</triangles>
<triangles count="2" material="MTL0">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>66 66 64 64 34 34 62 62 38 38 36 36</p>
</triangles>
<triangles count="1" material="MTL1">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>393 393 35 35 37 37</p>
</triangles>
<triangles count="1" material="MTL0">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>64 64 62 62 36 36</p>
</triangles>
<triangles count="1" material="MTL1">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>394 394 37 37 39 39</p>
</triangles>
<triangles count="2" material="MTL1">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>1135 1135 1124 1124 1125 1125 1137 1137 1123 1123 1136 1136</p>
</triangles>
<triangles count="1" material="MTL0">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>902 902 595 595 899 899</p>
</triangles>
<triangles count="1" material="MTL1">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>590 590 550 550 547 547</p>
</triangles>
<triangles count="1" material="MTL0">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>740 740 549 549 552 552</p>
</triangles>
<triangles count="1" material="MTL1">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>593 593 596 596 492 492</p>
</triangles>
<triangles count="5" material="MTL0">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>899 899 595 595 493 493 899 899 495 495 498 498 381 381 497 497 500 500 401 401 899 899 498 498 381 381 400 400 497 497</p>
</triangles>
<triangles count="89" material="MTL1">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>588 588 554 554 553 553 597 597 553 553 554 554 590 590 588 588 553 553 596 596 550 550 553 553 597 597 596 596 553 553 586 586 555 555 554 554 598 598 554 554 555 555 588 588 586 586 554 554 598 598 597 597 554 554 584 584 556 556 555 555 599 599 555 555 556 556 586 586 584 584 555 555 599 599 598 598 555 555 582 582 557 557 556 556 600 600 556 556 557 557 584 584 582 582 556 556 600 600 599 599 556 556 580 580 558 558 557 557 601 601 557 557 558 558 582 582 580 580 557 557 601 601 600 600 557 557 578 578 559 559 558 558 602 602 558 558 559 559 580 580 578 578 558 558 602 602 601 601 558 558 578 578 560 560 559 559 603 603 559 559 560 560 603 603 602 602 559 559 576 576 561 561 560 560 603 603 560 560 561 561 578 578 576 576 560 560 574 574 562 562 561 561 604 604 561 561 562 562 576 576 574 574 561 561 604 604 603 603 561 561 572 572 563 563 562 562 605 605 562 562 563 563 574 574 572 572 562 562 605 605 604 604 562 562 570 570 564 564 563 563 606 606 563 563 564 564 572 572 570 570 563 563 606 606 605 605 563 563 568 568 565 565 564 564 607 607 564 564 565 565 570 570 568 568 564 564 607 607 606 606 564 564 568 568 566 566 565 565 608 608 607 607 565 565 797 797 567 567 569 569 797 797 795 795 567 567 801 801 569 569 571 571 799 799 797 797 569 569 801 801 799 799 569 569 805 805 571 571 573 573 803 803 801 801 571 571 805 805 803 803 571 571 809 809 573 573 575 575 807 807 805 805 573 573 809 809 807 807 573 573 813 813 575 575 577 577 811 811 809 809 575 575 813 813 811 811 575 575 817 817 577 577 579 579 815 815 813 813 577 577 817 817 815 815 577 577 819 819 579 579 581 581 819 819 817 817 579 579 832 832 581 581 583 583 822 822 819 819 581 581 824 824 822 822 581 581 826 826 824 824 581 581 828 828 826 826 581 581 830 830 828 828 581 581 832 832 830 830 581 581 838 838 583 583 585 585 834 834 832 832 583 583 836 836 834 834 583 583 838 838 836 836 583 583 844 844 585 585 587 587 840 840 838 838 585 585 842 842 840 840 585 585 844 844 842 842 585 585 846 846 587 587 589 589 846 846 844 844 587 587 848 848 589 589 591 591 848 848 846 846 589 589 850 850 848 848 591 591 596 596 593 593 550 550</p>
</triangles>
<triangles count="1" material="MTL0">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>902 902 552 552 595 595</p>
</triangles>
<triangles count="6" material="MTL1">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>850 850 591 591 548 548 852 852 548 548 738 738 852 852 850 850 548 548 590 590 553 553 550 550 1134 1134 1125 1125 1126 1126 1136 1136 1124 1124 1135 1135</p>
</triangles>
<triangles count="1" material="MTL0">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>902 902 740 740 552 552</p>
</triangles>
<triangles count="2" material="MTL0">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>383 383 7 7 380 380 100 100 10 10 8 8</p>
</triangles>
<triangles count="1" material="MTL0">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>98 98 12 12 10 10</p>
</triangles>
<triangles count="140" material="MTL1">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>1083 1083 983 983 986 986 1062 1062 1060 1060 983 983 1083 1083 1062 1062 983 983 1084 1084 986 986 988 988 1084 1084 1083 1083 986 986 1085 1085 988 988 990 990 1085 1085 1084 1084 988 988 1086 1086 990 990 992 992 1086 1086 1085 1085 990 990 1087 1087 992 992 994 994 1087 1087 1086 1086 992 992 1088 1088 994 994 996 996 1088 1088 1087 1087 994 994 1089 1089 996 996 998 998 1089 1089 1088 1088 996 996 1092 1092 999 999 1001 1001 1090 1090 1089 1089 998 998 1058 1058 1002 1002 1000 1000 1092 1092 1001 1001 1003 1003 1058 1058 1004 1004 1002 1002 1092 1092 1003 1003 1005 1005 1058 1058 1006 1006 1004 1004 1092 1092 1005 1005 1007 1007 1056 1056 1008 1008 1006 1006 1092 1092 1007 1007 1009 1009 1058 1058 1056 1056 1006 1006 1056 1056 1010 1010 1008 1008 1116 1116 1009 1009 1011 1011 1116 1116 1092 1092 1009 1009 1056 1056 1012 1012 1010 1010 1116 1116 1011 1011 1013 1013 1054 1054 1014 1014 1012 1012 1116 1116 1013 1013 1015 1015 1056 1056 1054 1054 1012 1012 1052 1052 1016 1016 1014 1014 1117 1117 1015 1015 1017 1017 1054 1054 1052 1052 1014 1014 1117 1117 1116 1116 1015 1015 1052 1052 1018 1018 1016 1016 1117 1117 1017 1017 1019 1019 1050 1050 1020 1020 1018 1018 1117 1117 1019 1019 1021 1021 1052 1052 1050 1050 1018 1018 1048 1048 1022 1022 1020 1020 1118 1118 1021 1021 1023 1023 1050 1050 1048 1048 1020 1020 1118 1118 1117 1117 1021 1021 1046 1046 1024 1024 1022 1022 1119 1119 1023 1023 1025 1025 1048 1048 1046 1046 1022 1022 1119 1119 1118 1118 1023 1023 1042 1042 1026 1026 1024 1024 1120 1120 1025 1025 1027 1027 1044 1044 1042 1042 1024 1024 1046 1046 1044 1044 1024 1024 1120 1120 1119 1119 1025 1025 1038 1038 1028 1028 1026 1026 1121 1121 1027 1027 1029 1029 1040 1040 1038 1038 1026 1026 1042 1042 1040 1040 1026 1026 1121 1121 1120 1120 1027 1027 1036 1036 1030 1030 1028 1028 1121 1121 1029 1029 1031 1031 1038 1038 1036 1036 1028 1028 1034 1034 1032 1032 1030 1030 1122 1122 1031 1031 1033 1033 1036 1036 1034 1034 1030 1030 1122 1122 1121 1121 1031 1031 1122 1122 1033 1033 1035 1035 1123 1123 1035 1035 1037 1037 1123 1123 1122 1122 1035 1035 1123 1123 1037 1037 1039 1039 1124 1124 1039 1039 1041 1041 1124 1124 1123 1123 1039 1039 1125 1125 1041 1041 1043 1043 1125 1125 1124 1124 1041 1041 1125 1125 1043 1043 1045 1045 1126 1126 1045 1045 1047 1047 1126 1126 1125 1125 1045 1045 1126 1126 1047 1047 1049 1049 1127 1127 1049 1049 1051 1051 1127 1127 1126 1126 1049 1049 1127 1127 1051 1051 1053 1053 1128 1128 1053 1053 1055 1055 1128 1128 1127 1127 1053 1053 1128 1128 1055 1055 1057 1057 1129 1129 1057 1057 1059 1059 1129 1129 1128 1128 1057 1057 1082 1082 1065 1065 1062 1062 1083 1083 1082 1082 1062 1062 1082 1082 1067 1067 1065 1065 1082 1082 1070 1070 1067 1067 1094 1094 1072 1072 1076 1076 1130 1130 1074 1074 1096 1096 1130 1130 1129 1129 1074 1074 1098 1098 1076 1076 1077 1077 1098 1098 1094 1094 1076 1076 1099 1099 1077 1077 1078 1078 1099 1099 1098 1098 1077 1077 1100 1100 1078 1078 1079 1079 1100 1100 1099 1099 1078 1078 1101 1101 1079 1079 1080 1080 1101 1101 1100 1100 1079 1079 1102 1102 1080 1080 1081 1081 1102 1102 1101 1101 1080 1080 1103 1103 1081 1081 1082 1082 1103 1103 1102 1102 1081 1081 1104 1104 1082 1082 1083 1083 1104 1104 1103 1103 1082 1082 1105 1105 1083 1083 1084 1084 1105 1105 1104 1104 1083 1083 1106 1106 1084 1084 1085 1085 1106 1106 1105 1105 1084 1084 1107 1107 1085 1085 1086 1086 1107 1107 1106 1106 1085 1085 1108 1108 1086 1086 1087 1087 1108 1108 1107 1107 1086 1086 1109 1109 1087 1087 1088 1088 1109 1109 1108 1108 1087 1087 1110 1110 1088 1088 1089 1089 1110 1110 1109 1109 1088 1088 1111 1111 1089 1089 1090 1090 1111 1111 1110 1110 1089 1089 1112 1112 1111 1111 1090 1090 1116 1116 1114 1114 1092 1092 397 397 1114 1114 1116 1116 397 397 1116 1116 1117 1117 416 416 1117 1117 1118 1118 397 397 1117 1117 416 416 592 592 1118 1118 1119 1119 416 416 1118 1118 592 592 609 609 1119 1119 1120 1120 592 592 1119 1119 609 609 1139 1139 1120 1120 1121 1121 609 609 1120 1120 1139 1139 1138 1138 1121 1121 1122 1122 1139 1139 1121 1121 1138 1138 1137 1137 1122 1122 1123 1123 1138 1138 1122 1122 1137 1137 1136 1136 1123 1123 1124 1124</p>
</triangles>
<triangles count="2" material="MTL0">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>74 74 72 72 28 28 76 76 74 74 28 28</p>
</triangles>
<triangles count="1" material="MTL1">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>391 391 29 29 31 31</p>
</triangles>
<triangles count="2" material="MTL0">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>80 80 78 78 24 24 82 82 80 80 24 24</p>
</triangles>
<triangles count="1" material="MTL1">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>390 390 25 25 27 27</p>
</triangles>
<triangles count="1" material="MTL0">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>78 78 26 26 24 24</p>
</triangles>
<triangles count="1" material="MTL1">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>389 389 388 388 23 23</p>
</triangles>
<triangles count="2" material="MTL0">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>78 78 76 76 26 26 72 72 30 30 28 28</p>
</triangles>
<triangles count="1" material="MTL1">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>390 390 27 27 29 29</p>
</triangles>
<triangles count="1" material="MTL0">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>76 76 28 28 26 26</p>
</triangles>
<triangles count="1" material="MTL1">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>390 390 389 389 25 25</p>
</triangles>
<triangles count="1" material="MTL1">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>395 395 41 41 43 43</p>
</triangles>
<triangles count="2" material="MTL0">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>60 60 58 58 40 40 56 56 44 44 42 42</p>
</triangles>
<triangles count="1" material="MTL1">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>396 396 43 43 45 45</p>
</triangles>
<triangles count="1" material="MTL0">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>58 58 56 56 42 42</p>
</triangles>
<triangles count="1" material="MTL1">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>396 396 395 395 43 43</p>
</triangles>
<triangles count="1" material="MTL0">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>50 50 46 46 44 44</p>
</triangles>
<triangles count="1" material="MTL1">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>396 396 45 45 47 47</p>
</triangles>
<triangles count="4" material="MTL0">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>54 54 50 50 44 44 56 56 54 54 44 44 192 192 48 48 52 52 453 453 48 48 192 192</p>
</triangles>
<triangles count="2" material="MTL1">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>417 417 396 396 47 47 454 454 418 418 49 49</p>
</triangles>
<triangles count="372" material="MTL0">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>121 121 53 53 55 55 123 123 51 51 119 119 191 191 51 51 123 123 501 501 55 55 57 57 501 501 121 121 55 55 501 501 57 57 59 59 502 502 59 59 61 61 502 502 501 501 59 59 502 502 61 61 63 63 503 503 63 63 65 65 503 503 502 502 63 63 503 503 65 65 67 67 504 504 67 67 69 69 504 504 503 503 67 67 504 504 69 69 71 71 505 505 71 71 73 73 505 505 504 504 71 71 505 505 73 73 75 75 506 506 75 75 77 77 506 506 505 505 75 75 506 506 77 77 79 79 506 506 79 79 81 81 507 507 81 81 83 83 507 507 506 506 81 81 507 507 83 83 85 85 508 508 85 85 87 87 508 508 507 507 85 85 508 508 87 87 89 89 509 509 89 89 91 91 509 509 508 508 89 89 509 509 91 91 93 93 510 510 93 93 95 95 510 510 509 509 93 93 510 510 95 95 97 97 511 511 97 97 99 99 511 511 510 510 97 97 512 512 99 99 101 101 512 512 511 511 99 99 512 512 101 101 103 103 108 108 104 104 102 102 512 512 103 103 107 107 111 111 108 108 102 102 499 499 106 106 109 109 239 239 135 135 105 105 512 512 107 107 137 137 496 496 240 240 106 106 499 499 496 496 106 106 381 381 110 110 112 112 381 381 500 500 110 110 189 189 117 117 113 113 501 501 115 115 118 118 545 545 190 190 116 116 333 333 114 114 331 331 501 501 332 332 115 115 545 545 116 116 335 335 189 189 119 119 117 117 501 501 118 118 121 121 189 189 123 123 119 119 185 185 124 124 123 123 195 195 123 123 124 124 187 187 185 185 123 123 189 189 187 187 123 123 193 193 191 191 123 123 195 195 193 193 123 123 181 181 125 125 124 124 197 197 124 124 125 125 183 183 181 181 124 124 185 185 183 183 124 124 197 197 195 195 124 124 177 177 126 126 125 125 201 201 125 125 126 126 179 179 177 177 125 125 181 181 179 179 125 125 199 199 197 197 125 125 201 201 199 199 125 125 173 173 127 127 126 126 205 205 126 126 127 127 175 175 173 173 126 126 177 177 175 175 126 126 203 203 201 201 126 126 205 205 203 203 126 126 169 169 128 128 127 127 209 209 127 127 128 128 171 171 169 169 127 127 173 173 171 171 127 127 207 207 205 205 127 127 209 209 207 207 127 127 167 167 129 129 128 128 213 213 128 128 129 129 169 169 167 167 128 128 211 211 209 209 128 128 213 213 211 211 128 128 163 163 130 130 129 129 219 219 129 129 130 130 165 165 163 163 129 129 167 167 165 165 129 129 215 215 213 213 129 129 217 217 215 215 129 129 219 219 217 217 129 129 159 159 131 131 130 130 223 223 130 130 131 131 161 161 159 159 130 130 163 163 161 161 130 130 221 221 219 219 130 130 223 223 221 221 130 130 155 155 132 132 131 131 227 227 131 131 132 132 157 157 155 155 131 131 159 159 157 157 131 131 225 225 223 223 131 131 227 227 225 225 131 131 151 151 133 133 132 132 231 231 132 132 133 133 153 153 151 151 132 132 155 155 153 153 132 132 229 229 227 227 132 132 231 231 229 229 132 132 147 147 134 134 133 133 235 235 133 133 134 134 149 149 147 147 133 133 151 151 149 149 133 133 233 233 231 231 133 133 235 235 233 233 133 133 139 139 135 135 134 134 239 239 134 134 135 135 141 141 139 139 134 134 145 145 141 141 134 134 147 147 145 145 134 134 237 237 235 235 134 134 239 239 237 237 134 134 288 288 137 137 140 140 512 512 137 137 288 288 288 288 140 140 143 143 373 373 144 144 146 146 369 369 287 287 142 142 371 371 369 369 142 142 513 513 146 146 148 148 513 513 373 373 146 146 515 515 148 148 150 150 515 515 513 513 148 148 515 515 150 150 152 152 517 517 152 152 154 154 517 517 515 515 152 152 519 519 154 154 156 156 519 519 517 517 154 154 521 521 156 156 158 158 521 521 519 519 156 156 523 523 158 158 160 160 523 523 521 521 158 158 523 523 160 160 162 162 525 525 162 162 164 164 525 525 523 523 162 162 527 527 164 164 166 166 527 527 525 525 164 164 529 529 166 166 168 168 529 529 527 527 166 166 529 529 168 168 170 170 531 531 170 170 172 172 531 531 529 529 170 170 533 533 172 172 174 174 533 533 531 531 172 172 535 535 174 174 176 176 535 535 533 533 174 174 535 535 176 176 178 178 537 537 178 178 180 180 537 537 535 535 178 178 539 539 180 180 182 182 539 539 537 537 180 180 541 541 182 182 184 184 541 541 539 539 182 182 541 541 184 184 186 186 543 543 186 186 188 188 543 543 541 541 186 186 545 545 188 188 190 190 545 545 543 543 188 188 455 455 192 192 194 194 455 455 453 453 192 192 457 457 194 194 196 196 457 457 455 455 194 194 459 459 196 196 198 198 459 459 457 457 196 196 461 461 198 198 200 200 461 461 459 459 198 198 463 463 200 200 202 202 463 463 461 461 200 200 463 463 202 202 204 204 465 465 204 204 206 206 465 465 463 463 204 204 465 465 206 206 208 208 467 467 208 208 210 210 467 467 465 465 208 208 467 467 210 210 212 212 469 469 212 212 214 214 469 469 467 467 212 212 471 471 214 214 216 216 471 471 469 469 214 214 471 471 216 216 218 218 473 473 218 218 220 220 473 473 471 471 218 218 473 473 220 220 222 222 475 475 222 222 224 224 475 475 473 473 222 222 475 475 224 224 226 226 477 477 226 226 228 228 477 477 475 475 226 226 479 479 228 228 230 230 479 479 477 477 228 228 481 481 230 230 232 232 481 481 479 479 230 230 483 483 232 232 234 234 483 483 481 481 232 232 485 485 234 234 236 236 485 485 483 483 234 234 487 487 236 236 238 238 487 487 485 485 236 236 489 489 238 238 240 240 489 489 487 487 238 238 496 496 489 489 240 240 285 285 244 244 241 241 377 377 242 242 245 245 516 516 286 286 243 243 514 514 243 243 378 378 516 516 243 243 514 514 285 285 246 246 244 244 368 368 245 245 247 247 370 370 245 245 368 368 372 372 245 245 370 370 377 377 245 245 372 372 283 283 248 248 246 246 366 366 247 247 249 249 285 285 283 283 246 246 368 368 247 247 366 366 283 283 250 250 248 248 364 364 249 249 251 251 366 366 249 249 364 364 281 281 252 252 250 250 362 362 251 251 253 253 283 283 281 281 250 250 364 364 251 251 362 362 279 279 254 254 252 252 358 358 253 253 255 255 281 281 279 279 252 252 360 360 253 253 358 358 362 362 253 253 360 360 277 277 256 256 254 254 354 354 255 255 257 257 279 279 277 277 254 254 356 356 255 255 354 354 358 358 255 255 356 356 275 275 258 258 256 256 350 350 257 257 259 259 277 277 275 275 256 256 352 352 257 257 350 350 354 354 257 257 352 352 273 273 260 260 258 258 346 346 259 259 261 261 275 275 273 273 258 258 348 348 259 259 346 346 350 350 259 259 348 348 269 269 262 262 260 260 342 342 261 261 263 263 271 271 269 269 260 260 273 273 271 271 260 260 344 344 261 261 342 342 346 346 261 261 344 344 267 267 264 264 262 262 340 340 263 263 265 265 269 269 267 267 262 262 342 342 263 263 340 340 376 376 266 266 268 268 340 340 265 265 338 338 375 375 338 338 265 265 544 544 268 268 270 270 376 376 268 268 336 336 546 546 336 336 268 268 546 546 268 268 544 544 542 542 270 270 272 272 544 544 270 270 542 542 540 540 272 272 274 274 542 542 272 272 540 540 538 538 274 274 276 276 540 540 274 274 538 538 534 534 276 276 278 278 536 536 276 276 534 534 538 538 276 276 536 536 530 530 278 278 280 280 532 532 278 278 530 530 534 534 278 278 532 532 526 526 280 280 282 282 528 528 280 280 526 526 530 530 280 280 528 528 522 522 282 282 284 284 524 524 282 282 522 522 526 526 282 282 524 524 520 520 284 284 286 286 522 522 284 284 520 520 518 518 286 286 516 516 520 520 286 286 518 518 369 369 289 289 287 287 512 512 288 288 290 290 367 367 291 291 289 289 512 512 290 290 292 292 369 369 367 367 289 289 365 365 293 293 291 291 511 511 292 292 294 294 367 367 365 365 291 291 512 512 292 292 511 511 363 363 295 295 293 293 511 511 294 294 296 296 365 365 363 363 293 293 363 363 297 297 295 295 510 510 296 296 298 298 511 511 296 296 510 510 361 361 299 299 297 297 510 510 298 298 300 300 363 363 361 361 297 297 359 359 301 301 299 299 509 509 300 300 302 302 361 361 359 359 299 299 510 510 300 300 509 509 357 357 303 303 301 301 509 509 302 302 304 304 359 359 357 357 301 301 357 357 305 305 303 303 508 508 304 304 306 306 509 509 304 304 508 508 355 355 307 307 305 305 508 508 306 306 308 308 357 357 355 355 305 305 353 353 309 309 307 307 507 507 308 308 310 310 355 355 353 353 307 307 508 508 308 308 507 507 351 351 311 311 309 309 506 506 310 310 312 312 353 353 351 351 309 309 507 507 310 310 506 506 351 351 313 313 311 311 506 506 312 312 314 314 349 349 315 315 313 313 505 505 314 314 316 316 351 351 349 349 313 313 506 506 314 314 505 505 347 347 317 317 315 315 505 505 316 316 318 318 349 349 347 347 315 315 345 345 319 319 317 317 504 504 318 318 320 320 347 347 345 345 317 317 505 505 318 318 504 504 345 345 321 321 319 319 504 504 320 320 322 322 343 343 323 323 321 321 503 503 322 322 324 324 345 345 343 343 321 321 504 504 322 322 503 503 341 341 325 325 323 323 503 503 324 324 326 326 343 343 341 341 323 323 339 339 327 327 325 325 502 502 326 326 328 328 341 341 339 339 325 325 503 503 326 326 502 502 339 339 329 329 327 327 502 502 328 328 330 330 337 337 331 331 329 329 501 501 330 330 332 332 339 339 337 337 329 329 502 502 330 330 501 501 337 337 333 333 331 331 375 375 334 334 338 338 514 514 378 378 374 374</p>
</triangles>
<triangles count="2" material="MTL1">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>379 379 6 6 9 9 1131 1131 1129 1129 1130 1130</p>
</triangles>
<triangles count="1" material="MTL1">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>384 384 379 379 9 9</p>
</triangles>
<triangles count="6" material="MTL0">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>1064 1064 977 977 981 981 1066 1066 977 977 1064 1064 1068 1068 977 977 1066 1066 1071 1071 978 978 1069 1069 1061 1061 980 980 984 984 1063 1063 980 980 1061 1061</p>
</triangles>
<triangles count="2" material="MTL1">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>982 982 979 979 973 973 1082 1082 974 974 1070 1070</p>
</triangles>
<triangles count="1" material="MTL0">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>383 383 743 743 918 918</p>
</triangles>
<triangles count="185" material="MTL1">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>680 680 614 614 610 610 708 708 611 611 615 615 893 893 681 681 612 612 710 710 611 611 708 708 896 896 613 613 711 711 894 894 893 893 612 612 680 680 618 618 614 614 1096 1096 617 617 619 619 1098 1098 709 709 616 616 1098 1098 616 616 1094 1094 678 678 620 620 618 618 1130 1130 619 619 621 621 680 680 678 678 618 618 1130 1130 1096 1096 619 619 676 676 622 622 620 620 1131 1131 621 621 623 623 678 678 676 676 620 620 1131 1131 1130 1130 621 621 674 674 624 624 622 622 1132 1132 623 623 625 625 676 676 674 674 622 622 1132 1132 1131 1131 623 623 672 672 626 626 624 624 1133 1133 625 625 627 627 674 674 672 672 624 624 1133 1133 1132 1132 625 625 670 670 628 628 626 626 1134 1134 627 627 629 629 672 672 670 670 626 626 1134 1134 1133 1133 627 627 668 668 630 630 628 628 1135 1135 629 629 631 631 670 670 668 668 628 628 1135 1135 1134 1134 629 629 666 666 632 632 630 630 1136 1136 631 631 633 633 668 668 666 666 630 630 1136 1136 1135 1135 631 631 664 664 634 634 632 632 1137 1137 633 633 635 635 666 666 664 664 632 632 1137 1137 1136 1136 633 633 662 662 636 636 634 634 1138 1138 635 635 637 637 664 664 662 662 634 634 1138 1138 1137 1137 635 635 660 660 638 638 636 636 1139 1139 637 637 639 639 662 662 660 660 636 636 1139 1139 1138 1138 637 637 658 658 640 640 638 638 609 609 639 639 641 641 660 660 658 658 638 638 609 609 1139 1139 639 639 656 656 642 642 640 640 592 592 641 641 643 643 658 658 656 656 640 640 592 592 609 609 641 641 654 654 644 644 642 642 416 416 643 643 645 645 656 656 654 654 642 642 416 416 592 592 643 643 650 650 646 646 644 644 397 397 645 645 649 649 654 654 650 650 644 644 397 397 416 416 645 645 736 736 647 647 651 651 736 736 682 682 647 647 1112 1112 648 648 683 683 397 397 649 649 1114 1114 876 876 652 652 655 655 937 937 737 737 653 653 937 937 653 653 878 878 880 880 655 655 657 657 880 880 876 876 655 655 881 881 657 657 659 659 881 881 880 880 657 657 882 882 659 659 661 661 882 882 881 881 659 659 883 883 661 661 663 663 883 883 882 882 661 661 884 884 663 663 665 665 884 884 883 883 663 663 885 885 665 665 667 667 885 885 884 884 665 665 886 886 667 667 669 669 886 886 885 885 667 667 887 887 669 669 671 671 887 887 886 886 669 669 888 888 671 671 673 673 888 888 887 887 671 671 889 889 673 673 675 675 889 889 888 888 673 673 890 890 675 675 677 677 890 890 889 889 675 675 891 891 677 677 679 679 891 891 890 890 677 677 892 892 679 679 681 681 892 892 891 891 679 679 893 893 892 892 681 681 734 734 684 684 682 682 1111 1111 683 683 685 685 736 736 734 734 682 682 1112 1112 683 683 1111 1111 732 732 686 686 684 684 1110 1110 685 685 687 687 734 734 732 732 684 684 1111 1111 685 685 1110 1110 730 730 688 688 686 686 1109 1109 687 687 689 689 732 732 730 730 686 686 1110 1110 687 687 1109 1109 728 728 690 690 688 688 1108 1108 689 689 691 691 730 730 728 728 688 688 1109 1109 689 689 1108 1108 726 726 692 692 690 690 1107 1107 691 691 693 693 728 728 726 726 690 690 1108 1108 691 691 1107 1107 724 724 694 694 692 692 1106 1106 693 693 695 695 726 726 724 724 692 692 1107 1107 693 693 1106 1106 722 722 696 696 694 694 1105 1105 695 695 697 697 724 724 722 722 694 694 1106 1106 695 695 1105 1105 720 720 698 698 696 696 1104 1104 697 697 699 699 722 722 720 720 696 696 1105 1105 697 697 1104 1104 718 718 700 700 698 698 1103 1103 699 699 701 701 720 720 718 718 698 698 1104 1104 699 699 1103 1103 716 716 702 702 700 700 1102 1102 701 701 703 703 718 718 716 716 700 700 1103 1103 701 701 1102 1102 714 714 704 704 702 702 1101 1101 703 703 705 705 716 716 714 714 702 702 1102 1102 703 703 1101 1101 712 712 706 706 704 704 1100 1100 705 705 707 707 714 714 712 712 704 704 1101 1101 705 705 1100 1100 710 710 708 708 706 706 1099 1099 707 707 709 709 712 712 710 710 706 706 1100 1100 707 707 1099 1099 1099 1099 709 709 1098 1098 924 924 711 711 713 713 924 924 896 896 711 711 925 925 713 713 715 715 925 925 924 924 713 713 926 926 715 715 717 717 926 926 925 925 715 715 927 927 717 717 719 719 927 927 926 926 717 717 928 928 719 719 721 721 928 928 927 927 719 719 929 929 721 721 723 723 929 929 928 928 721 721 930 930 723 723 725 725 930 930 929 929 723 723 931 931 725 725 727 727 931 931 930 930 725 725 932 932 727 727 729 729 932 932 931 931 727 727 933 933 729 729 731 731 933 933 932 932 729 729 934 934 731 731 733 733 934 934 933 933 731 731 935 935 733 733 735 735 935 935 934 934 733 733 936 936 735 735 737 737 936 936 935 935 735 735 937 937 936 936 737 737 909 909 853 853 739 739 909 909 739 739 901 901 910 910 742 742 745 745 919 919 742 742 910 910 919 919 917 917 742 742</p>
</triangles>
<triangles count="1" material="MTL0">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>402 402 923 923 900 900</p>
</triangles>
<triangles count="119" material="MTL1">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>911 911 745 745 747 747 911 911 910 910 745 745 912 912 747 747 749 749 912 912 911 911 747 747 913 913 749 749 751 751 913 913 912 912 749 749 914 914 751 751 753 753 914 914 913 913 751 751 915 915 753 753 755 755 915 915 914 914 753 753 916 916 755 755 758 758 916 916 915 915 755 755 854 854 757 757 760 760 916 916 758 758 856 856 854 854 760 760 762 762 854 854 762 762 764 764 854 854 764 764 766 766 854 854 766 766 768 768 858 858 768 768 770 770 858 858 854 854 768 768 858 858 770 770 772 772 858 858 772 772 774 774 859 859 774 774 776 776 859 859 858 858 774 774 859 859 776 776 778 778 859 859 778 778 780 780 860 860 780 780 782 782 860 860 859 859 780 780 861 861 782 782 784 784 861 861 860 860 782 782 862 862 784 784 786 786 862 862 861 861 784 784 863 863 786 786 788 788 863 863 862 862 786 786 863 863 788 788 790 790 793 793 791 791 789 789 864 864 790 790 792 792 864 864 863 863 790 790 864 864 792 792 794 794 865 865 794 794 796 796 865 865 864 864 794 794 865 865 796 796 798 798 866 866 798 798 800 800 866 866 865 865 798 798 867 867 800 800 802 802 867 867 866 866 800 800 867 867 802 802 804 804 868 868 804 804 806 806 868 868 867 867 804 804 868 868 806 806 808 808 869 869 808 808 810 810 869 869 868 868 808 808 869 869 810 810 812 812 870 870 812 812 814 814 870 870 869 869 812 812 870 870 814 814 816 816 871 871 816 816 818 818 871 871 870 870 816 816 871 871 818 818 820 820 874 874 821 821 823 823 872 872 871 871 820 820 874 874 823 823 825 825 874 874 825 825 827 827 874 874 827 827 829 829 874 874 829 829 831 831 903 903 831 831 833 833 903 903 874 874 831 831 903 903 833 833 835 835 903 903 835 835 837 837 904 904 837 837 839 839 904 904 903 903 837 837 904 904 839 839 841 841 905 905 841 841 843 843 905 905 904 904 841 841 905 905 843 843 845 845 906 906 845 845 847 847 906 906 905 905 845 845 907 907 847 847 849 849 907 907 906 906 847 847 908 908 849 849 851 851 908 908 907 907 849 849 908 908 851 851 853 853 909 909 908 908 853 853 894 894 854 854 858 858 924 924 856 856 896 896 924 924 916 916 856 856 893 893 858 858 859 859 894 894 858 858 893 893 892 892 859 859 860 860 893 893 859 859 892 892 891 891 860 860 861 861 892 892 860 860 891 891 890 890 861 861 862 862 891 891 861 861 890 890 889 889 862 862 863 863 890 890 862 862 889 889 888 888 863 863 864 864 889 889 863 863 888 888 887 887 864 864 865 865 888 888 864 864 887 887 886 886 865 865 866 866 887 887 865 865 886 886 885 885 866 866 867 867 886 886 866 866 885 885 884 884 867 867 868 868 885 885 867 867 884 884 883 883 868 868 869 869 884 884 868 868 883 883 882 882 869 869 870 870 883 883 869 869 882 882 881 881 870 870 871 871 882 882 870 870 881 881 880 880 871 871 872 872 881 881 871 871 880 880 880 880 872 872 876 876 903 903 878 878 874 874 937 937 878 878 903 903 909 909 901 901 898 898 922 922 909 909 898 898</p>
</triangles>
<triangles count="3" material="MTL0">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>383 383 918 918 921 921 402 402 920 920 923 923 382 382 920 920 402 402</p>
</triangles>
<triangles count="28" material="MTL1">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>937 937 903 903 904 904 936 936 904 904 905 905 937 937 904 904 936 936 935 935 905 905 906 906 936 936 905 905 935 935 934 934 906 906 907 907 935 935 906 906 934 934 933 933 907 907 908 908 934 934 907 907 933 933 932 932 908 908 909 909 933 933 908 908 932 932 919 919 910 910 909 909 931 931 909 909 910 910 922 922 919 919 909 909 932 932 909 909 931 931 930 930 910 910 911 911 931 931 910 910 930 930 929 929 911 911 912 912 930 930 911 911 929 929 928 928 912 912 913 913 929 929 912 912 928 928 927 927 913 913 914 914 928 928 913 913 927 927 926 926 914 914 915 915 927 927 914 914 926 926 925 925 915 915 916 916 926 926 915 915 925 925 925 925 916 916 924 924</p>
</triangles>
<triangles count="1" material="MTL0">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>1071 1071 975 975 978 978</p>
</triangles>
<triangles count="53" material="MTL1">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>997 997 941 941 938 938 1072 1072 939 939 942 942 1000 1000 997 997 938 938 1058 1058 1000 1000 938 938 1129 1129 1059 1059 940 940 1129 1129 940 940 1074 1074 995 995 943 943 941 941 1072 1072 942 942 944 944 997 997 995 995 941 941 995 995 945 945 943 943 1072 1072 944 944 946 946 995 995 947 947 945 945 1072 1072 946 946 948 948 995 995 949 949 947 947 1072 1072 948 948 950 950 995 995 951 951 949 949 1072 1072 950 950 952 952 995 995 953 953 951 951 1076 1076 952 952 954 954 1076 1076 1072 1072 952 952 993 993 955 955 953 953 1076 1076 954 954 956 956 995 995 993 993 953 953 993 993 957 957 955 955 1076 1076 956 956 958 958 993 993 959 959 957 957 1077 1077 958 958 960 960 1077 1077 1076 1076 958 958 991 991 961 961 959 959 1077 1077 960 960 962 962 993 993 991 991 959 959 991 991 963 963 961 961 1078 1078 962 962 964 964 1078 1078 1077 1077 962 962 991 991 965 965 963 963 1078 1078 964 964 966 966 989 989 967 967 965 965 1079 1079 966 966 968 968 991 991 989 989 965 965 1079 1079 1078 1078 966 966 987 987 969 969 967 967 1080 1080 968 968 970 970 989 989 987 987 967 967 1080 1080 1079 1079 968 968 985 985 971 971 969 969 1081 1081 970 970 972 972 987 987 985 985 969 969 1081 1081 1080 1080 970 970 982 982 973 973 971 971 1082 1082 972 972 974 974 985 985 982 982 971 971 1082 1082 1081 1081 972 972 979 979 976 976 973 973</p>
</triangles>
<triangles count="1" material="MTL0">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>98 98 96 96 12 12</p>
</triangles>
<triangles count="1" material="MTL1">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>385 385 13 13 15 15</p>
</triangles>
<triangles count="1" material="MTL0">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>96 96 16 16 14 14</p>
</triangles>
<triangles count="1" material="MTL1">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>385 385 384 384 13 13</p>
</triangles>
<triangles count="1" material="MTL0">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>94 94 18 18 16 16</p>
</triangles>
<triangles count="1" material="MTL1">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>385 385 15 15 17 17</p>
</triangles>
<triangles count="1" material="MTL0">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>96 96 94 94 16 16</p>
</triangles>
<triangles count="1" material="MTL1">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>386 386 17 17 19 19</p>
</triangles>
<triangles count="1" material="MTL0">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>90 90 20 20 18 18</p>
</triangles>
<triangles count="1" material="MTL1">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>386 386 385 385 17 17</p>
</triangles>
<triangles count="1" material="MTL1">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>393 393 392 392 33 33</p>
</triangles>
<triangles count="1" material="MTL0">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>64 64 36 36 34 34</p>
</triangles>
<triangles count="1" material="MTL1">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>393 393 33 33 35 35</p>
</triangles>
<triangles count="1" material="MTL0">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>68 68 66 66 32 32</p>
</triangles>
<triangles count="1" material="MTL1">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>392 392 391 391 31 31</p>
</triangles>
<triangles count="1" material="MTL0">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>66 66 34 34 32 32</p>
</triangles>
<triangles count="1" material="MTL1">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>392 392 31 31 33 33</p>
</triangles>
<triangles count="2" material="MTL0">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>70 70 68 68 30 30 72 72 70 70 30 30</p>
</triangles>
<triangles count="1" material="MTL1">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>391 391 390 390 29 29</p>
</triangles>
<triangles count="1" material="MTL0">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>68 68 32 32 30 30</p>
</triangles>
<triangles count="7" material="MTL0">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>3 3 0 0 102 102 383 383 2 2 4 4 102 102 5 5 3 3 111 111 102 102 0 0 381 381 112 112 1 1 383 383 4 4 7 7 102 102 8 8 5 5</p>
</triangles>
<triangles count="1" material="MTL0">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>102 102 100 100 8 8</p>
</triangles>
<triangles count="2" material="MTL0">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>100 100 98 98 10 10 96 96 14 14 12 12</p>
</triangles>
<triangles count="1" material="MTL0">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>494 494 491 491 489 489</p>
</triangles>
<triangles count="104" material="MTL1">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>424 424 403 403 404 404 422 422 419 419 403 403 424 424 422 422 403 403 426 426 404 404 405 405 426 426 424 424 404 404 428 428 405 405 406 406 428 428 426 426 405 405 430 430 406 406 407 407 430 430 428 428 406 406 432 432 407 407 408 408 432 432 430 430 407 407 432 432 408 408 409 409 434 434 409 409 410 410 434 434 432 432 409 409 436 436 410 410 411 411 436 436 434 434 410 410 438 438 411 411 412 412 438 438 436 436 411 411 440 440 412 412 413 413 440 440 438 438 412 412 442 442 413 413 414 414 442 442 440 440 413 413 444 444 414 414 415 415 444 444 442 442 414 414 417 417 451 451 415 415 446 446 415 415 451 451 446 446 444 444 415 415 608 608 452 452 418 418 1133 1133 1126 1126 1127 1127 1135 1135 1125 1125 1134 1134 608 608 565 565 452 452 744 744 420 420 423 423 744 744 741 741 420 420 746 746 423 423 425 425 746 746 744 744 423 423 748 748 425 425 427 427 748 748 746 746 425 425 750 750 427 427 429 429 750 750 748 748 427 427 752 752 429 429 431 431 752 752 750 750 429 429 754 754 431 431 433 433 754 754 752 752 431 431 756 756 433 433 435 435 756 756 754 754 433 433 759 759 435 435 437 437 759 759 756 756 435 435 771 771 437 437 439 439 761 761 759 759 437 437 763 763 761 761 437 437 765 765 763 763 437 437 767 767 765 765 437 437 769 769 767 767 437 437 771 771 769 769 437 437 777 777 439 439 441 441 773 773 771 771 439 439 775 775 773 773 439 439 777 777 775 775 439 439 781 781 441 441 443 443 779 779 777 777 441 441 781 781 779 779 441 441 783 783 443 443 445 445 783 783 781 781 443 443 785 785 445 445 447 447 785 785 783 783 445 445 451 451 448 448 446 446 787 787 447 447 450 450 787 787 785 785 447 447 565 565 449 449 452 452 566 566 449 449 565 565 795 795 450 450 567 567 789 789 787 787 450 450 793 793 789 789 450 450 795 795 793 793 450 450 608 608 454 454 456 456 608 608 456 456 458 458 607 607 458 458 460 460 608 608 458 458 607 607 607 607 460 460 462 462 606 606 462 462 464 464 607 607 462 462 606 606 605 605 464 464 466 466 606 606 464 464 605 605 604 604 466 466 468 468 605 605 466 466 604 604 603 603 468 468 470 470 604 604 468 468 603 603 602 602 470 470 472 472 603 603 470 470 602 602 602 602 472 472 474 474 601 601 474 474 476 476 602 602 474 474 601 601 600 600 476 476 478 478 601 601 476 476 600 600 599 599 478 478 480 480 600 600 478 478 599 599 599 599 480 480 482 482 598 598 482 482 484 484 599 599 482 482 598 598 598 598 484 484 486 486 597 597 486 486 488 488 598 598 486 486 597 597 596 596 488 488 490 490 597 597 488 488 596 596</p>
</triangles>
<triangles count="1" material="MTL0">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>743 743 399 399 421 421</p>
</triangles>
<triangles count="1" material="MTL1">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>419 419 398 398 403 403</p>
</triangles>
<triangles count="1" material="MTL0">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>383 383 399 399 743 743</p>
</triangles>
<triangles count="31" material="MTL1">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>403 403 384 384 385 385 1131 1131 1128 1128 1129 1129 403 403 398 398 384 384 404 404 385 385 386 386 404 404 403 403 385 385 405 405 386 386 387 387 405 405 404 404 386 386 406 406 387 387 388 388 406 406 405 405 387 387 407 407 388 388 389 389 407 407 406 406 388 388 408 408 389 389 390 390 408 408 407 407 389 389 409 409 390 390 391 391 409 409 408 408 390 390 410 410 391 391 392 392 410 410 409 409 391 391 411 411 392 392 393 393 411 411 410 410 392 392 412 412 393 393 394 394 412 412 411 411 393 393 413 413 394 394 395 395 413 413 412 412 394 394 414 414 395 395 396 396 414 414 413 413 395 395 415 415 396 396 417 417 415 415 414 414 396 396 1132 1132 1127 1127 1128 1128 1134 1134 1126 1126 1133 1133 608 608 418 418 454 454 1133 1133 1127 1127 1132 1132</p>
</triangles>
<triangles count="1" material="MTL0">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>383 383 380 380 399 399</p>
</triangles>
<triangles count="2" material="MTL1">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>1132 1132 1128 1128 1131 1131 398 398 379 379 384 384</p>
</triangles>
<triangles count="2" material="MTL0">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>496 496 494 494 489 489 899 899 493 493 495 495</p>
</triangles>
<triangles count="1" material="MTL1">
<input source="#normals" semantic="NORMAL" offset="1"/>
<input source="#vertices-vertices" semantic="VERTEX" offset="0"/>
<p>596 596 490 490 492 492</p>
</triangles>
</mesh>
</geometry>
</library_geometries>
<library_materials>
<material name="DEFAULT_MTL" id="DEFAULT_MTL">
<instance_effect url="#DEFAULT_MTL-effect"/>
</material>
<material name="MTL1" id="MTL1">
<instance_effect url="#MTL1-effect"/>
</material>
<material name="obj2daeDefaultMaterial" id="obj2daeDefaultMaterial">
<instance_effect url="#obj2daeDefaultMaterial-effect"/>
</material>
<material name="MTL0" id="MTL0">
<instance_effect url="#MTL0-effect"/>
</material>
</library_materials>
<library_visual_scenes>
<visual_scene id="myscene">
<node name="mynode" id="mynode">
<instance_geometry url="#geometry">
<bind_material>
<technique_common>
<instance_material symbol="MTL1" target="#MTL1"/>
<instance_material symbol="MTL0" target="#MTL0"/>
<instance_material symbol="MTL1" target="#MTL1"/>
<instance_material symbol="MTL0" target="#MTL0"/>
<instance_material symbol="MTL1" target="#MTL1"/>
<instance_material symbol="MTL0" target="#MTL0"/>
<instance_material symbol="MTL1" target="#MTL1"/>
<instance_material symbol="MTL0" target="#MTL0"/>
<instance_material symbol="MTL1" target="#MTL1"/>
<instance_material symbol="MTL0" target="#MTL0"/>
<instance_material symbol="MTL1" target="#MTL1"/>
<instance_material symbol="MTL1" target="#MTL1"/>
<instance_material symbol="MTL0" target="#MTL0"/>
<instance_material symbol="MTL1" target="#MTL1"/>
<instance_material symbol="MTL0" target="#MTL0"/>
<instance_material symbol="MTL1" target="#MTL1"/>
<instance_material symbol="MTL0" target="#MTL0"/>
<instance_material symbol="MTL1" target="#MTL1"/>
<instance_material symbol="MTL0" target="#MTL0"/>
<instance_material symbol="MTL1" target="#MTL1"/>
<instance_material symbol="MTL0" target="#MTL0"/>
<instance_material symbol="MTL1" target="#MTL1"/>
<instance_material symbol="MTL1" target="#MTL1"/>
<instance_material symbol="MTL0" target="#MTL0"/>
<instance_material symbol="MTL1" target="#MTL1"/>
<instance_material symbol="MTL0" target="#MTL0"/>
<instance_material symbol="MTL1" target="#MTL1"/>
<instance_material symbol="MTL0" target="#MTL0"/>
<instance_material symbol="MTL1" target="#MTL1"/>
<instance_material symbol="MTL0" target="#MTL0"/>
<instance_material symbol="MTL1" target="#MTL1"/>
<instance_material symbol="MTL0" target="#MTL0"/>
<instance_material symbol="MTL0" target="#MTL0"/>
<instance_material symbol="MTL0" target="#MTL0"/>
<instance_material symbol="MTL1" target="#MTL1"/>
<instance_material symbol="MTL0" target="#MTL0"/>
<instance_material symbol="MTL1" target="#MTL1"/>
<instance_material symbol="MTL0" target="#MTL0"/>
<instance_material symbol="MTL1" target="#MTL1"/>
<instance_material symbol="MTL0" target="#MTL0"/>
<instance_material symbol="MTL1" target="#MTL1"/>
<instance_material symbol="MTL0" target="#MTL0"/>
<instance_material symbol="MTL1" target="#MTL1"/>
<instance_material symbol="MTL0" target="#MTL0"/>
<instance_material symbol="MTL1" target="#MTL1"/>
<instance_material symbol="MTL1" target="#MTL1"/>
<instance_material symbol="MTL0" target="#MTL0"/>
<instance_material symbol="MTL1" target="#MTL1"/>
<instance_material symbol="MTL0" target="#MTL0"/>
<instance_material symbol="MTL1" target="#MTL1"/>
<instance_material symbol="MTL0" target="#MTL0"/>
<instance_material symbol="MTL1" target="#MTL1"/>
<instance_material symbol="MTL0" target="#MTL0"/>
<instance_material symbol="MTL1" target="#MTL1"/>
<instance_material symbol="MTL0" target="#MTL0"/>
<instance_material symbol="MTL1" target="#MTL1"/>
<instance_material symbol="MTL1" target="#MTL1"/>
<instance_material symbol="MTL0" target="#MTL0"/>
<instance_material symbol="MTL1" target="#MTL1"/>
<instance_material symbol="MTL0" target="#MTL0"/>
<instance_material symbol="MTL1" target="#MTL1"/>
<instance_material symbol="MTL0" target="#MTL0"/>
<instance_material symbol="MTL1" target="#MTL1"/>
<instance_material symbol="MTL0" target="#MTL0"/>
<instance_material symbol="MTL1" target="#MTL1"/>
<instance_material symbol="MTL0" target="#MTL0"/>
<instance_material symbol="MTL1" target="#MTL1"/>
<instance_material symbol="MTL0" target="#MTL0"/>
<instance_material symbol="MTL1" target="#MTL1"/>
<instance_material symbol="MTL0" target="#MTL0"/>
<instance_material symbol="MTL1" target="#MTL1"/>
<instance_material symbol="MTL0" target="#MTL0"/>
<instance_material symbol="MTL1" target="#MTL1"/>
<instance_material symbol="MTL0" target="#MTL0"/>
<instance_material symbol="MTL1" target="#MTL1"/>
<instance_material symbol="MTL0" target="#MTL0"/>
<instance_material symbol="MTL1" target="#MTL1"/>
<instance_material symbol="MTL1" target="#MTL1"/>
<instance_material symbol="MTL0" target="#MTL0"/>
<instance_material symbol="MTL1" target="#MTL1"/>
<instance_material symbol="MTL0" target="#MTL0"/>
<instance_material symbol="MTL1" target="#MTL1"/>
<instance_material symbol="MTL0" target="#MTL0"/>
<instance_material symbol="MTL1" target="#MTL1"/>
<instance_material symbol="MTL0" target="#MTL0"/>
<instance_material symbol="MTL1" target="#MTL1"/>
<instance_material symbol="MTL0" target="#MTL0"/>
<instance_material symbol="MTL0" target="#MTL0"/>
<instance_material symbol="MTL0" target="#MTL0"/>
<instance_material symbol="MTL0" target="#MTL0"/>
<instance_material symbol="MTL0" target="#MTL0"/>
<instance_material symbol="MTL1" target="#MTL1"/>
<instance_material symbol="MTL0" target="#MTL0"/>
<instance_material symbol="MTL1" target="#MTL1"/>
<instance_material symbol="MTL0" target="#MTL0"/>
<instance_material symbol="MTL1" target="#MTL1"/>
<instance_material symbol="MTL0" target="#MTL0"/>
<instance_material symbol="MTL1" target="#MTL1"/>
<instance_material symbol="MTL0" target="#MTL0"/>
<instance_material symbol="MTL1" target="#MTL1"/>
</technique_common>
</bind_material>
</instance_geometry>
</node>
</visual_scene>
</library_visual_scenes>
<scene>
<instance_visual_scene url="#myscene"/>
</scene>
</COLLADA>