-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbridge.dae
869 lines (869 loc) · 92.3 KB
/
bridge.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
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
<?xml version="1.0" encoding="utf-8"?>
<COLLADA xmlns="http://www.collada.org/2005/11/COLLADASchema" version="1.4.1">
<asset>
<contributor>
<authoring_tool>Google SketchUp 6</authoring_tool>
</contributor>
<created>2007-08-14T03:24:58Z</created>
<modified>2007-08-14T03:24:58Z</modified>
<unit name="inches" meter="0.0254"/>
<up_axis>Z_UP</up_axis>
</asset>
<library_images>
<image id="Wood_Cherry_OriginalnoCulling-image" name="Wood_Cherry_OriginalnoCulling-image">
<init_from>../images/Wood_Cherry_OriginalnoCulling.jpg</init_from>
</image>
<image id="Wood_Cherry_Original1-image" name="Wood_Cherry_Original1-image">
<init_from>../images/Wood_Cherry_Original1.jpg</init_from>
</image>
</library_images>
<library_materials>
<material id="Wood_Cherry_OriginalnoCullingID" name="Wood_Cherry_OriginalnoCulling">
<instance_effect url="#Wood_Cherry_OriginalnoCulling-effect"/>
</material>
<material id="ForegroundColorID" name="ForegroundColor">
<instance_effect url="#ForegroundColor-effect"/>
</material>
<material id="Wood_Cherry_Original1ID" name="Wood_Cherry_Original1">
<instance_effect url="#Wood_Cherry_Original1-effect"/>
</material>
</library_materials>
<library_effects>
<effect id="Wood_Cherry_OriginalnoCulling-effect" name="Wood_Cherry_OriginalnoCulling-effect">
<profile_COMMON>
<newparam sid="Wood_Cherry_OriginalnoCulling-image-surface">
<surface type="2D">
<init_from>Wood_Cherry_OriginalnoCulling-image</init_from>
</surface>
</newparam>
<newparam sid="Wood_Cherry_OriginalnoCulling-image-sampler">
<sampler2D>
<source>Wood_Cherry_OriginalnoCulling-image-surface</source>
</sampler2D>
</newparam>
<technique sid="COMMON">
<phong>
<emission>
<color>0.000000 0.000000 0.000000 1</color>
</emission>
<ambient>
<color>0.000000 0.000000 0.000000 1</color>
</ambient>
<diffuse>
<texture texture="Wood_Cherry_OriginalnoCulling-image-sampler" texcoord="UVSET0"/>
</diffuse>
<specular>
<color>0.330000 0.330000 0.330000 1</color>
</specular>
<shininess>
<float>20.000000</float>
</shininess>
<reflectivity>
<float>0.100000</float>
</reflectivity>
<transparent>
<color>1 1 1 1</color>
</transparent>
<transparency>
<float>0.000000</float>
</transparency>
</phong>
</technique>
<extra>
<technique profile="GOOGLEEARTH">
<double_sided>1</double_sided>
</technique>
</extra>
</profile_COMMON>
</effect>
<effect id="ForegroundColor-effect" name="ForegroundColor-effect">
<profile_COMMON>
<technique sid="COMMON">
<phong>
<emission>
<color>0.000000 0.000000 0.000000 1</color>
</emission>
<ambient>
<color>0.000000 0.000000 0.000000 1</color>
</ambient>
<diffuse>
<color>0.000000 0.000000 0.000000 1</color>
</diffuse>
<specular>
<color>0.330000 0.330000 0.330000 1</color>
</specular>
<shininess>
<float>20.000000</float>
</shininess>
<reflectivity>
<float>0.100000</float>
</reflectivity>
<transparent>
<color>1 1 1 1</color>
</transparent>
<transparency>
<float>0.000000</float>
</transparency>
</phong>
</technique>
<extra>
<technique profile="GOOGLEEARTH">
<double_sided>1</double_sided>
</technique>
</extra>
</profile_COMMON>
</effect>
<effect id="Wood_Cherry_Original1-effect" name="Wood_Cherry_Original1-effect">
<profile_COMMON>
<newparam sid="Wood_Cherry_Original1-image-surface">
<surface type="2D">
<init_from>Wood_Cherry_Original1-image</init_from>
</surface>
</newparam>
<newparam sid="Wood_Cherry_Original1-image-sampler">
<sampler2D>
<source>Wood_Cherry_Original1-image-surface</source>
</sampler2D>
</newparam>
<technique sid="COMMON">
<phong>
<emission>
<color>0.000000 0.000000 0.000000 1</color>
</emission>
<ambient>
<color>0.000000 0.000000 0.000000 1</color>
</ambient>
<diffuse>
<texture texture="Wood_Cherry_Original1-image-sampler" texcoord="UVSET0"/>
</diffuse>
<specular>
<color>0.330000 0.330000 0.330000 1</color>
</specular>
<shininess>
<float>20.000000</float>
</shininess>
<reflectivity>
<float>0.100000</float>
</reflectivity>
<transparent>
<color>1 1 1 1</color>
</transparent>
<transparency>
<float>0.000000</float>
</transparency>
</phong>
</technique>
</profile_COMMON>
</effect>
</library_effects>
<library_geometries>
<geometry id="mesh1-geometry" name="mesh1-geometry">
<mesh>
<source id="mesh1-geometry-position">
<float_array id="mesh1-geometry-position-array" count="24">-24.451292 -86.027905 22.297535 -31.576292 -78.902905 22.297535 -31.576292 -86.027905 22.297535 -24.451292 -78.902905 22.297535 -24.451292 -78.902905 -135.757465 -24.451292 -86.027905 -135.757465 -31.576292 -86.027905 -135.757465 -31.576292 -78.902905 -135.757465 </float_array>
<technique_common>
<accessor source="#mesh1-geometry-position-array" count="8" stride="3">
<param name="X" type="float"/>
<param name="Y" type="float"/>
<param name="Z" type="float"/>
</accessor>
</technique_common>
</source>
<source id="mesh1-geometry-normal">
<float_array id="mesh1-geometry-normal-array" count="18">0.000000 0.000000 1.000000 1.000000 0.000000 0.000000 0.000000 -1.000000 0.000000 -1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 -1.000000 </float_array>
<technique_common>
<accessor source="#mesh1-geometry-normal-array" count="6" stride="3">
<param name="X" type="float"/>
<param name="Y" type="float"/>
<param name="Z" type="float"/>
</accessor>
</technique_common>
</source>
<source id="mesh1-geometry-uv">
<float_array id="mesh1-geometry-uv-array" count="18">0.197917 0.000000 0.000000 0.197917 0.000000 0.000000 0.197917 0.197917 0.000000 1.784722 0.197917 1.784722 -0.197917 1.784722 -0.197917 0.000000 -0.197917 0.197917 </float_array>
<technique_common>
<accessor source="#mesh1-geometry-uv-array" count="9" stride="2">
<param name="S" type="float"/>
<param name="T" type="float"/>
</accessor>
</technique_common>
</source>
<vertices id="mesh1-geometry-vertex">
<input semantic="POSITION" source="#mesh1-geometry-position"/>
</vertices>
<triangles material="Wood_Cherry_OriginalnoCulling" count="12">
<input semantic="VERTEX" source="#mesh1-geometry-vertex" offset="0"/>
<input semantic="NORMAL" source="#mesh1-geometry-normal" offset="1"/>
<input semantic="TEXCOORD" source="#mesh1-geometry-uv" offset="2" set="0"/>
<p>0 0 0 1 0 1 2 0 2 1 0 1 0 0 0 3 0 3 0 1 4 4 1 0 3 1 5 4 1 0 0 1 4 5 1 2 0 2 5 6 2 2 5 2 0 6 2 2 0 2 5 2 2 4 1 3 6 6 3 2 2 3 4 6 3 2 1 3 6 7 3 7 1 4 4 4 4 7 7 4 2 4 4 7 1 4 4 3 4 6 4 5 8 6 5 2 7 5 1 6 5 2 4 5 8 5 5 7 </p>
</triangles>
</mesh>
</geometry>
<geometry id="mesh2-geometry" name="mesh2-geometry">
<mesh>
<source id="mesh2-geometry-position">
<float_array id="mesh2-geometry-position-array" count="24">-24.451292 -78.902905 -135.757465 -31.576292 -78.902905 -135.757465 -24.451292 -78.902905 22.297535 -24.451292 -86.027905 -135.757465 -24.451292 -86.027905 22.297535 -31.576292 -86.027905 -135.757465 -31.576292 -86.027905 22.297535 -31.576292 -78.902905 22.297535 </float_array>
<technique_common>
<accessor source="#mesh2-geometry-position-array" count="8" stride="3">
<param name="X" type="float"/>
<param name="Y" type="float"/>
<param name="Z" type="float"/>
</accessor>
</technique_common>
</source>
<vertices id="mesh2-geometry-vertex">
<input semantic="POSITION" source="#mesh2-geometry-position"/>
</vertices>
<lines material="ForegroundColor" count="12">
<input semantic="VERTEX" source="#mesh2-geometry-vertex" offset="0"/>
<p>0 1 0 2 3 0 3 4 5 3 5 6 1 5 1 7 2 7 4 2 6 4 7 6 </p>
</lines>
</mesh>
</geometry>
<geometry id="mesh3-geometry" name="mesh3-geometry">
<mesh>
<source id="mesh3-geometry-position">
<float_array id="mesh3-geometry-position-array" count="24">31.499711 -4.348968 40.790896 24.374711 2.776032 40.790896 24.374711 -4.348968 40.790896 31.499711 2.776032 40.790896 31.499711 2.776032 -117.264104 31.499711 -4.348968 -117.264104 24.374711 -4.348968 -117.264104 24.374711 2.776032 -117.264104 </float_array>
<technique_common>
<accessor source="#mesh3-geometry-position-array" count="8" stride="3">
<param name="X" type="float"/>
<param name="Y" type="float"/>
<param name="Z" type="float"/>
</accessor>
</technique_common>
</source>
<source id="mesh3-geometry-normal">
<float_array id="mesh3-geometry-normal-array" count="18">0.000000 0.000000 1.000000 1.000000 0.000000 0.000000 0.000000 -1.000000 0.000000 -1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 -1.000000 </float_array>
<technique_common>
<accessor source="#mesh3-geometry-normal-array" count="6" stride="3">
<param name="X" type="float"/>
<param name="Y" type="float"/>
<param name="Z" type="float"/>
</accessor>
</technique_common>
</source>
<source id="mesh3-geometry-uv">
<float_array id="mesh3-geometry-uv-array" count="18">0.197917 0.000000 0.000000 0.197917 0.000000 0.000000 0.197917 0.197917 0.000000 1.784722 0.197917 1.784722 -0.197917 1.784722 -0.197917 0.000000 -0.197917 0.197917 </float_array>
<technique_common>
<accessor source="#mesh3-geometry-uv-array" count="9" stride="2">
<param name="S" type="float"/>
<param name="T" type="float"/>
</accessor>
</technique_common>
</source>
<vertices id="mesh3-geometry-vertex">
<input semantic="POSITION" source="#mesh3-geometry-position"/>
</vertices>
<triangles material="Wood_Cherry_OriginalnoCulling" count="12">
<input semantic="VERTEX" source="#mesh3-geometry-vertex" offset="0"/>
<input semantic="NORMAL" source="#mesh3-geometry-normal" offset="1"/>
<input semantic="TEXCOORD" source="#mesh3-geometry-uv" offset="2" set="0"/>
<p>0 0 0 1 0 1 2 0 2 1 0 1 0 0 0 3 0 3 0 1 4 4 1 0 3 1 5 4 1 0 0 1 4 5 1 2 0 2 5 6 2 2 5 2 0 6 2 2 0 2 5 2 2 4 1 3 6 6 3 2 2 3 4 6 3 2 1 3 6 7 3 7 1 4 4 4 4 7 7 4 2 4 4 7 1 4 4 3 4 6 4 5 8 6 5 2 7 5 1 6 5 2 4 5 8 5 5 7 </p>
</triangles>
</mesh>
</geometry>
<geometry id="mesh4-geometry" name="mesh4-geometry">
<mesh>
<source id="mesh4-geometry-position">
<float_array id="mesh4-geometry-position-array" count="24">31.499711 2.776032 -117.264104 24.374711 2.776032 -117.264104 31.499711 2.776032 40.790896 31.499711 -4.348968 -117.264104 31.499711 -4.348968 40.790896 24.374711 -4.348968 -117.264104 24.374711 -4.348968 40.790896 24.374711 2.776032 40.790896 </float_array>
<technique_common>
<accessor source="#mesh4-geometry-position-array" count="8" stride="3">
<param name="X" type="float"/>
<param name="Y" type="float"/>
<param name="Z" type="float"/>
</accessor>
</technique_common>
</source>
<vertices id="mesh4-geometry-vertex">
<input semantic="POSITION" source="#mesh4-geometry-position"/>
</vertices>
<lines material="ForegroundColor" count="12">
<input semantic="VERTEX" source="#mesh4-geometry-vertex" offset="0"/>
<p>0 1 0 2 3 0 3 4 5 3 5 6 1 5 1 7 2 7 4 2 6 4 7 6 </p>
</lines>
</mesh>
</geometry>
<geometry id="mesh5-geometry" name="mesh5-geometry">
<mesh>
<source id="mesh5-geometry-position">
<float_array id="mesh5-geometry-position-array" count="24">-24.451292 -4.348968 40.466510 -31.576292 2.776032 40.466510 -31.576292 -4.348968 40.466510 -24.451292 2.776032 40.466510 -24.451292 2.776032 -117.588490 -24.451292 -4.348968 -117.588490 -31.576292 -4.348968 -117.588490 -31.576292 2.776032 -117.588490 </float_array>
<technique_common>
<accessor source="#mesh5-geometry-position-array" count="8" stride="3">
<param name="X" type="float"/>
<param name="Y" type="float"/>
<param name="Z" type="float"/>
</accessor>
</technique_common>
</source>
<source id="mesh5-geometry-normal">
<float_array id="mesh5-geometry-normal-array" count="18">0.000000 0.000000 1.000000 1.000000 0.000000 0.000000 0.000000 -1.000000 0.000000 -1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 -1.000000 </float_array>
<technique_common>
<accessor source="#mesh5-geometry-normal-array" count="6" stride="3">
<param name="X" type="float"/>
<param name="Y" type="float"/>
<param name="Z" type="float"/>
</accessor>
</technique_common>
</source>
<source id="mesh5-geometry-uv">
<float_array id="mesh5-geometry-uv-array" count="18">0.197917 0.000000 0.000000 0.197917 0.000000 0.000000 0.197917 0.197917 0.000000 1.784722 0.197917 1.784722 -0.197917 1.784722 -0.197917 0.000000 -0.197917 0.197917 </float_array>
<technique_common>
<accessor source="#mesh5-geometry-uv-array" count="9" stride="2">
<param name="S" type="float"/>
<param name="T" type="float"/>
</accessor>
</technique_common>
</source>
<vertices id="mesh5-geometry-vertex">
<input semantic="POSITION" source="#mesh5-geometry-position"/>
</vertices>
<triangles material="Wood_Cherry_OriginalnoCulling" count="12">
<input semantic="VERTEX" source="#mesh5-geometry-vertex" offset="0"/>
<input semantic="NORMAL" source="#mesh5-geometry-normal" offset="1"/>
<input semantic="TEXCOORD" source="#mesh5-geometry-uv" offset="2" set="0"/>
<p>0 0 0 1 0 1 2 0 2 1 0 1 0 0 0 3 0 3 0 1 4 4 1 0 3 1 5 4 1 0 0 1 4 5 1 2 0 2 5 6 2 2 5 2 0 6 2 2 0 2 5 2 2 4 1 3 6 6 3 2 2 3 4 6 3 2 1 3 6 7 3 7 1 4 4 4 4 7 7 4 2 4 4 7 1 4 4 3 4 6 4 5 8 6 5 2 7 5 1 6 5 2 4 5 8 5 5 7 </p>
</triangles>
</mesh>
</geometry>
<geometry id="mesh6-geometry" name="mesh6-geometry">
<mesh>
<source id="mesh6-geometry-position">
<float_array id="mesh6-geometry-position-array" count="24">-24.451292 2.776032 -117.588490 -31.576292 2.776032 -117.588490 -24.451292 2.776032 40.466510 -24.451292 -4.348968 -117.588490 -24.451292 -4.348968 40.466510 -31.576292 -4.348968 -117.588490 -31.576292 -4.348968 40.466510 -31.576292 2.776032 40.466510 </float_array>
<technique_common>
<accessor source="#mesh6-geometry-position-array" count="8" stride="3">
<param name="X" type="float"/>
<param name="Y" type="float"/>
<param name="Z" type="float"/>
</accessor>
</technique_common>
</source>
<vertices id="mesh6-geometry-vertex">
<input semantic="POSITION" source="#mesh6-geometry-position"/>
</vertices>
<lines material="ForegroundColor" count="12">
<input semantic="VERTEX" source="#mesh6-geometry-vertex" offset="0"/>
<p>0 1 0 2 3 0 3 4 5 3 5 6 1 5 1 7 2 7 4 2 6 4 7 6 </p>
</lines>
</mesh>
</geometry>
<geometry id="mesh7-geometry" name="mesh7-geometry">
<mesh>
<source id="mesh7-geometry-position">
<float_array id="mesh7-geometry-position-array" count="24">31.499711 -86.027905 22.297535 24.374711 -78.902905 22.297535 24.374711 -86.027905 22.297535 31.499711 -78.902905 22.297535 31.499711 -78.902905 -135.757465 31.499711 -86.027905 -135.757465 24.374711 -86.027905 -135.757465 24.374711 -78.902905 -135.757465 </float_array>
<technique_common>
<accessor source="#mesh7-geometry-position-array" count="8" stride="3">
<param name="X" type="float"/>
<param name="Y" type="float"/>
<param name="Z" type="float"/>
</accessor>
</technique_common>
</source>
<source id="mesh7-geometry-normal">
<float_array id="mesh7-geometry-normal-array" count="18">0.000000 0.000000 1.000000 1.000000 0.000000 0.000000 0.000000 -1.000000 0.000000 -1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 -1.000000 </float_array>
<technique_common>
<accessor source="#mesh7-geometry-normal-array" count="6" stride="3">
<param name="X" type="float"/>
<param name="Y" type="float"/>
<param name="Z" type="float"/>
</accessor>
</technique_common>
</source>
<source id="mesh7-geometry-uv">
<float_array id="mesh7-geometry-uv-array" count="18">0.197917 0.000000 0.000000 0.197917 0.000000 0.000000 0.197917 0.197917 0.000000 1.784722 0.197917 1.784722 -0.197917 1.784722 -0.197917 0.000000 -0.197917 0.197917 </float_array>
<technique_common>
<accessor source="#mesh7-geometry-uv-array" count="9" stride="2">
<param name="S" type="float"/>
<param name="T" type="float"/>
</accessor>
</technique_common>
</source>
<vertices id="mesh7-geometry-vertex">
<input semantic="POSITION" source="#mesh7-geometry-position"/>
</vertices>
<triangles material="Wood_Cherry_OriginalnoCulling" count="12">
<input semantic="VERTEX" source="#mesh7-geometry-vertex" offset="0"/>
<input semantic="NORMAL" source="#mesh7-geometry-normal" offset="1"/>
<input semantic="TEXCOORD" source="#mesh7-geometry-uv" offset="2" set="0"/>
<p>0 0 0 1 0 1 2 0 2 1 0 1 0 0 0 3 0 3 0 1 4 4 1 0 3 1 5 4 1 0 0 1 4 5 1 2 0 2 5 6 2 2 5 2 0 6 2 2 0 2 5 2 2 4 1 3 6 6 3 2 2 3 4 6 3 2 1 3 6 7 3 7 1 4 4 4 4 7 7 4 2 4 4 7 1 4 4 3 4 6 4 5 8 6 5 2 7 5 1 6 5 2 4 5 8 5 5 7 </p>
</triangles>
</mesh>
</geometry>
<geometry id="mesh8-geometry" name="mesh8-geometry">
<mesh>
<source id="mesh8-geometry-position">
<float_array id="mesh8-geometry-position-array" count="24">31.499711 -78.902905 -135.757465 24.374711 -78.902905 -135.757465 31.499711 -78.902905 22.297535 31.499711 -86.027905 -135.757465 31.499711 -86.027905 22.297535 24.374711 -86.027905 -135.757465 24.374711 -86.027905 22.297535 24.374711 -78.902905 22.297535 </float_array>
<technique_common>
<accessor source="#mesh8-geometry-position-array" count="8" stride="3">
<param name="X" type="float"/>
<param name="Y" type="float"/>
<param name="Z" type="float"/>
</accessor>
</technique_common>
</source>
<vertices id="mesh8-geometry-vertex">
<input semantic="POSITION" source="#mesh8-geometry-position"/>
</vertices>
<lines material="ForegroundColor" count="12">
<input semantic="VERTEX" source="#mesh8-geometry-vertex" offset="0"/>
<p>0 1 0 2 3 0 3 4 5 3 5 6 1 5 1 7 2 7 4 2 6 4 7 6 </p>
</lines>
</mesh>
</geometry>
<geometry id="mesh9-geometry" name="mesh9-geometry">
<mesh>
<source id="mesh9-geometry-position">
<float_array id="mesh9-geometry-position-array" count="24">-24.576292 78.407145 22.598560 -31.701292 85.532145 22.598560 -31.701292 78.407145 22.598560 -24.576292 85.532145 22.598560 -24.576292 85.532145 -135.456440 -24.576292 78.407145 -135.456440 -31.701292 78.407145 -135.456440 -31.701292 85.532145 -135.456440 </float_array>
<technique_common>
<accessor source="#mesh9-geometry-position-array" count="8" stride="3">
<param name="X" type="float"/>
<param name="Y" type="float"/>
<param name="Z" type="float"/>
</accessor>
</technique_common>
</source>
<source id="mesh9-geometry-normal">
<float_array id="mesh9-geometry-normal-array" count="18">0.000000 0.000000 1.000000 1.000000 0.000000 0.000000 0.000000 -1.000000 0.000000 -1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 -1.000000 </float_array>
<technique_common>
<accessor source="#mesh9-geometry-normal-array" count="6" stride="3">
<param name="X" type="float"/>
<param name="Y" type="float"/>
<param name="Z" type="float"/>
</accessor>
</technique_common>
</source>
<source id="mesh9-geometry-uv">
<float_array id="mesh9-geometry-uv-array" count="18">0.197917 0.000000 0.000000 0.197917 0.000000 0.000000 0.197917 0.197917 0.000000 1.784722 0.197917 1.784722 -0.197917 1.784722 -0.197917 0.000000 -0.197917 0.197917 </float_array>
<technique_common>
<accessor source="#mesh9-geometry-uv-array" count="9" stride="2">
<param name="S" type="float"/>
<param name="T" type="float"/>
</accessor>
</technique_common>
</source>
<vertices id="mesh9-geometry-vertex">
<input semantic="POSITION" source="#mesh9-geometry-position"/>
</vertices>
<triangles material="Wood_Cherry_OriginalnoCulling" count="12">
<input semantic="VERTEX" source="#mesh9-geometry-vertex" offset="0"/>
<input semantic="NORMAL" source="#mesh9-geometry-normal" offset="1"/>
<input semantic="TEXCOORD" source="#mesh9-geometry-uv" offset="2" set="0"/>
<p>0 0 0 1 0 1 2 0 2 1 0 1 0 0 0 3 0 3 0 1 4 4 1 0 3 1 5 4 1 0 0 1 4 5 1 2 0 2 5 6 2 2 5 2 0 6 2 2 0 2 5 2 2 4 1 3 6 6 3 2 2 3 4 6 3 2 1 3 6 7 3 7 1 4 4 4 4 7 7 4 2 4 4 7 1 4 4 3 4 6 4 5 8 6 5 2 7 5 1 6 5 2 4 5 8 5 5 7 </p>
</triangles>
</mesh>
</geometry>
<geometry id="mesh10-geometry" name="mesh10-geometry">
<mesh>
<source id="mesh10-geometry-position">
<float_array id="mesh10-geometry-position-array" count="24">-24.576292 85.532145 -135.456440 -31.701292 85.532145 -135.456440 -24.576292 85.532145 22.598560 -24.576292 78.407145 -135.456440 -24.576292 78.407145 22.598560 -31.701292 78.407145 -135.456440 -31.701292 78.407145 22.598560 -31.701292 85.532145 22.598560 </float_array>
<technique_common>
<accessor source="#mesh10-geometry-position-array" count="8" stride="3">
<param name="X" type="float"/>
<param name="Y" type="float"/>
<param name="Z" type="float"/>
</accessor>
</technique_common>
</source>
<vertices id="mesh10-geometry-vertex">
<input semantic="POSITION" source="#mesh10-geometry-position"/>
</vertices>
<lines material="ForegroundColor" count="12">
<input semantic="VERTEX" source="#mesh10-geometry-vertex" offset="0"/>
<p>0 1 0 2 3 0 3 4 5 3 5 6 1 5 1 7 2 7 4 2 6 4 7 6 </p>
</lines>
</mesh>
</geometry>
<geometry id="mesh11-geometry" name="mesh11-geometry">
<mesh>
<source id="mesh11-geometry-position">
<float_array id="mesh11-geometry-position-array" count="24">31.873421 78.472095 22.598560 24.748421 85.597095 22.598560 24.748421 78.472095 22.598560 31.873421 85.597095 22.598560 31.873421 85.597095 -135.456440 31.873421 78.472095 -135.456440 24.748421 78.472095 -135.456440 24.748421 85.597095 -135.456440 </float_array>
<technique_common>
<accessor source="#mesh11-geometry-position-array" count="8" stride="3">
<param name="X" type="float"/>
<param name="Y" type="float"/>
<param name="Z" type="float"/>
</accessor>
</technique_common>
</source>
<source id="mesh11-geometry-normal">
<float_array id="mesh11-geometry-normal-array" count="18">0.000000 0.000000 1.000000 1.000000 0.000000 0.000000 0.000000 -1.000000 0.000000 -1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 -1.000000 </float_array>
<technique_common>
<accessor source="#mesh11-geometry-normal-array" count="6" stride="3">
<param name="X" type="float"/>
<param name="Y" type="float"/>
<param name="Z" type="float"/>
</accessor>
</technique_common>
</source>
<source id="mesh11-geometry-uv">
<float_array id="mesh11-geometry-uv-array" count="18">0.197917 0.000000 0.000000 0.197917 0.000000 0.000000 0.197917 0.197917 0.000000 1.784722 0.197917 1.784722 -0.197917 1.784722 -0.197917 0.000000 -0.197917 0.197917 </float_array>
<technique_common>
<accessor source="#mesh11-geometry-uv-array" count="9" stride="2">
<param name="S" type="float"/>
<param name="T" type="float"/>
</accessor>
</technique_common>
</source>
<vertices id="mesh11-geometry-vertex">
<input semantic="POSITION" source="#mesh11-geometry-position"/>
</vertices>
<triangles material="Wood_Cherry_OriginalnoCulling" count="12">
<input semantic="VERTEX" source="#mesh11-geometry-vertex" offset="0"/>
<input semantic="NORMAL" source="#mesh11-geometry-normal" offset="1"/>
<input semantic="TEXCOORD" source="#mesh11-geometry-uv" offset="2" set="0"/>
<p>0 0 0 1 0 1 2 0 2 1 0 1 0 0 0 3 0 3 0 1 4 4 1 0 3 1 5 4 1 0 0 1 4 5 1 2 0 2 5 6 2 2 5 2 0 6 2 2 0 2 5 2 2 4 1 3 6 6 3 2 2 3 4 6 3 2 1 3 6 7 3 7 1 4 4 4 4 7 7 4 2 4 4 7 1 4 4 3 4 6 4 5 8 6 5 2 7 5 1 6 5 2 4 5 8 5 5 7 </p>
</triangles>
</mesh>
</geometry>
<geometry id="mesh12-geometry" name="mesh12-geometry">
<mesh>
<source id="mesh12-geometry-position">
<float_array id="mesh12-geometry-position-array" count="24">31.873421 85.597095 -135.456440 24.748421 85.597095 -135.456440 31.873421 85.597095 22.598560 31.873421 78.472095 -135.456440 31.873421 78.472095 22.598560 24.748421 78.472095 -135.456440 24.748421 78.472095 22.598560 24.748421 85.597095 22.598560 </float_array>
<technique_common>
<accessor source="#mesh12-geometry-position-array" count="8" stride="3">
<param name="X" type="float"/>
<param name="Y" type="float"/>
<param name="Z" type="float"/>
</accessor>
</technique_common>
</source>
<vertices id="mesh12-geometry-vertex">
<input semantic="POSITION" source="#mesh12-geometry-position"/>
</vertices>
<lines material="ForegroundColor" count="12">
<input semantic="VERTEX" source="#mesh12-geometry-vertex" offset="0"/>
<p>0 1 0 2 3 0 3 4 5 3 5 6 1 5 1 7 2 7 4 2 6 4 7 6 </p>
</lines>
</mesh>
</geometry>
<geometry id="mesh13-geometry" name="mesh13-geometry">
<mesh>
<source id="mesh13-geometry-position">
<float_array id="mesh13-geometry-position-array" count="312">-30.158067 86.419379 -3.597057 -30.158067 67.555501 10.990977 30.105532 86.419379 -3.597057 30.105532 67.555501 10.990977 30.105532 71.700809 15.284063 30.105532 49.214101 27.018217 30.105532 46.296757 21.794793 30.105532 24.898695 34.236485 30.105532 23.392913 28.433357 30.105532 -0.348247 30.672535 30.105532 -0.348247 36.672535 30.105532 -24.089407 28.433357 30.105532 -25.595189 34.236485 30.105532 -46.993251 21.794793 30.105532 -49.910595 27.018217 30.105532 -68.251995 10.990977 30.105532 -72.397303 15.284063 30.105532 -87.115872 -3.597057 30.105532 -92.225621 -0.533022 30.105532 -102.919583 -21.454809 30.105532 -108.663946 -19.849437 30.105532 -115.105753 -41.952465 30.105532 -121.105753 -41.952465 25.605532 -121.105753 -41.952465 25.605532 -108.663946 -19.849437 25.605532 -92.225621 -0.533022 25.605532 -72.397303 15.284063 25.605532 -49.910595 27.018217 25.605532 -25.595189 34.236485 25.605532 -0.348247 36.672535 25.605532 24.898695 34.236485 25.605532 49.214101 27.018217 25.605532 71.700809 15.284063 25.605532 91.529127 -0.533022 30.105532 91.529127 -0.533022 30.105532 102.223089 -21.454809 -30.158067 102.223089 -21.454809 -30.158067 91.529127 -0.533022 -30.158067 107.967452 -19.849437 -30.158067 71.700809 15.284063 -30.158067 49.214101 27.018217 -30.158067 46.296757 21.794793 -30.158067 24.898695 34.236485 -30.158067 23.392913 28.433357 -30.158067 -0.348247 30.672535 -30.158067 -0.348247 36.672535 -30.158067 -24.089407 28.433357 -30.158067 -25.595189 34.236485 -30.158067 -46.993251 21.794793 -30.158067 -49.910595 27.018217 -30.158067 -68.251995 10.990977 -30.158067 -72.397303 15.284063 -30.158067 -87.115872 -3.597057 -30.158067 -92.225621 -0.533022 -30.158067 -102.919583 -21.454809 -30.158067 -108.663946 -19.849437 -30.158067 -115.105753 -41.952465 -30.158067 -121.105753 -41.952465 -25.658067 -121.105753 -41.952465 -25.658067 -108.663946 -19.849437 -25.658067 -118.510441 -41.928769 -25.658067 -106.703237 -20.953121 25.605532 -118.510441 -41.928769 25.605532 -106.703237 -20.953121 25.605532 -90.702497 -1.829206 25.605532 -70.994205 13.525138 25.605532 -48.638372 24.580196 25.605532 -24.705861 31.240701 25.605532 -0.348247 33.422535 25.605532 23.973793 31.120870 25.605532 47.710564 24.136919 -25.658067 47.710564 24.136919 -25.658067 23.973793 31.120870 -25.658067 24.898695 34.236485 -25.658067 -0.348247 36.672535 -25.658067 -0.348247 33.422535 -25.658067 -24.705861 31.240701 -25.658067 -25.595189 34.236485 -25.658067 -49.910595 27.018217 -25.658067 -48.638372 24.580196 -25.658067 49.214101 27.018217 -25.658067 69.674113 12.743394 -25.658067 71.700809 15.284063 -25.658067 89.149245 -2.558309 -25.658067 91.529127 -0.533022 -25.658067 105.244245 -21.382332 -25.658067 107.967452 -19.849437 -25.658067 117.686052 -43.485360 -25.658067 120.409259 -41.952465 -30.158067 120.409259 -41.952465 -30.158067 114.409259 -41.952465 30.105532 114.409259 -41.952465 30.105532 107.967452 -19.849437 25.605532 107.967452 -19.849437 25.605532 105.244245 -21.382332 25.605532 89.149245 -2.558309 25.605532 117.686052 -43.485360 25.605532 120.409259 -41.952465 30.105532 120.409259 -41.952465 25.605532 69.674113 12.743394 -25.658067 -70.994205 13.525138 -25.658067 -72.397303 15.284063 -25.658067 -92.225621 -0.533022 -25.658067 -90.702497 -1.829206 </float_array>
<technique_common>
<accessor source="#mesh13-geometry-position-array" count="104" stride="3">
<param name="X" type="float"/>
<param name="Y" type="float"/>
<param name="Z" type="float"/>
</accessor>
</technique_common>
</source>
<source id="mesh13-geometry-normal">
<float_array id="mesh13-geometry-normal-array" count="366">-0.000000 0.611747 0.791054 0.000000 -0.611747 -0.791054 -1.000000 0.000000 -0.000000 1.000000 -0.000000 0.000000 -0.000000 0.871426 -0.490526 0.000000 -0.871426 0.490526 -0.000000 0.761562 -0.648092 0.000000 -0.761562 0.648092 -0.000000 0.623599 -0.781744 0.000000 -0.623599 0.781744 -0.000000 0.462627 -0.886553 0.000000 -0.462627 0.886553 -0.000000 0.284585 -0.958651 0.000000 -0.284585 0.958651 -0.000000 0.096043 -0.995377 0.000000 -0.096043 0.995377 0.000000 -0.096043 -0.995377 -0.000000 0.096043 0.995377 0.000000 -0.284585 -0.958651 -0.000000 0.284585 0.958651 0.000000 -0.462627 -0.886553 -0.000000 0.462627 0.886553 0.000000 -0.623599 -0.781744 -0.000000 0.623599 0.781744 -0.000000 0.748862 0.662726 0.000000 -0.748862 -0.662726 1.000000 -0.000000 0.000000 -1.000000 0.000000 -0.000000 -0.000000 0.871426 -0.490526 0.000000 -0.871426 0.490526 -1.000000 -0.000000 -0.000000 1.000000 0.000000 0.000000 0.000000 0.871426 -0.490526 -0.000000 -0.871426 0.490526 1.000000 0.000000 -0.000000 -1.000000 -0.000000 0.000000 1.000000 0.000000 -0.000000 -1.000000 -0.000000 0.000000 1.000000 -0.000000 -0.000000 -1.000000 0.000000 0.000000 1.000000 -0.000000 -0.000000 -1.000000 0.000000 0.000000 1.000000 -0.000000 -0.000000 -0.000000 -0.282261 -0.959338 0.000000 0.282261 0.959338 -0.000000 0.096043 -0.995377 0.000000 -0.096043 0.995377 -0.000000 0.284585 -0.958651 0.000000 0.268114 -0.963387 -0.000000 -0.268114 0.963387 0.000000 0.089218 -0.996012 -0.000000 -0.089218 0.996012 0.000000 -0.094212 -0.995552 -0.000000 0.094212 0.995552 -1.000000 0.000000 0.000000 1.000000 -0.000000 -0.000000 -1.000000 0.000000 0.000000 1.000000 -0.000000 -0.000000 0.000000 -0.871426 -0.490526 -0.000000 0.871426 0.490526 -0.000000 0.859566 0.511025 0.000000 -0.859566 -0.511025 0.000000 -0.761562 -0.648092 -0.000000 0.761562 0.648092 1.000000 -0.000000 -0.000000 -1.000000 0.000000 0.000000 -0.000000 -0.760052 -0.649863 0.000000 0.760052 0.649863 -0.000000 -0.871426 -0.490526 0.000000 0.871426 0.490526 1.000000 -0.000000 -0.000000 -1.000000 0.000000 0.000000 0.000000 -0.871426 -0.490526 -0.000000 0.871426 0.490526 -0.000000 -0.617817 -0.786322 0.000000 0.617817 0.786322 -0.000000 -0.460477 -0.887672 0.000000 0.460477 0.887672 1.000000 -0.000000 -0.000000 -1.000000 0.000000 0.000000 -1.000000 0.000000 0.000000 -0.000000 -0.761562 -0.648092 0.000000 0.761562 0.648092 -0.000000 -0.623599 -0.781744 0.000000 0.623599 0.781744 -0.000000 -0.462627 -0.886553 0.000000 0.462627 0.886553 -0.000000 -0.284585 -0.958651 0.000000 0.284585 0.958651 -0.000000 -0.096043 -0.995377 0.000000 0.096043 0.995377 0.000000 0.443268 -0.896389 -0.000000 -0.443268 0.896389 -0.000000 0.462627 -0.886553 0.000000 -0.462627 0.886553 -0.000000 0.623599 -0.781744 0.000000 0.614581 -0.788854 -0.000000 -0.614581 0.788854 0.000000 0.766955 -0.641701 -0.000000 -0.766955 0.641701 -0.000000 0.761562 -0.648092 0.000000 -0.761562 0.648092 0.000000 -0.623599 0.781744 0.000000 -0.284585 0.958651 0.000000 -0.859566 0.511025 -0.000000 0.859566 -0.511025 0.000000 -0.748862 0.662726 -0.000000 0.748862 -0.662726 -0.000000 -0.611747 0.791054 0.000000 0.611747 -0.791054 0.000000 -0.453056 0.891482 -0.000000 0.453056 -0.891482 0.000000 -0.278387 0.960469 -0.000000 0.278387 -0.960469 -0.000000 -0.093900 0.995582 0.000000 0.093900 -0.995582 -0.000000 0.093900 0.995582 0.000000 -0.093900 -0.995582 0.000000 0.278387 0.960469 -0.000000 -0.278387 -0.960469 -0.000000 0.453056 0.891482 0.000000 -0.453056 -0.891482 </float_array>
<technique_common>
<accessor source="#mesh13-geometry-normal-array" count="122" stride="3">
<param name="X" type="float"/>
<param name="Y" type="float"/>
<param name="Z" type="float"/>
</accessor>
</technique_common>
</source>
<source id="mesh13-geometry-uv">
<float_array id="mesh13-geometry-uv-array" count="628">-0.418862 -0.980040 -0.418862 -0.648838 0.418132 -0.980040 0.418132 -0.648838 1.200269 -0.049959 0.938271 0.152652 0.995845 0.212279 0.683529 0.375253 0.643011 0.302705 0.345815 0.475507 0.324902 0.394908 -0.004837 0.426007 -0.004837 0.509341 -0.334575 0.394908 -0.355489 0.475507 -0.652684 0.302705 -0.693203 0.375253 -0.947944 0.152652 -1.005518 0.212279 -1.209943 -0.049959 -1.280911 -0.007403 -1.429439 -0.297983 -1.509221 -0.275687 -1.598691 -0.582673 -1.682024 -0.582673 0.418132 -1.332834 0.355632 -1.332834 0.418132 -0.980554 0.355632 -0.980554 0.418132 -1.188066 0.355632 -1.188066 0.418132 -0.835786 0.355632 -0.835786 0.355632 -1.005962 0.355632 -0.653681 0.418132 -1.005962 0.418132 -0.653681 0.355632 -0.793239 0.355632 -0.440959 0.418132 -0.793239 0.418132 -0.440959 0.355632 -0.557748 0.355632 -0.205468 0.418132 -0.557748 0.418132 -0.205468 0.355632 -0.308176 0.355632 0.044104 0.418132 -0.308176 0.418132 0.044104 -0.355632 0.053733 -0.355632 -0.298548 -0.418132 0.053733 -0.418132 -0.298548 -0.355632 -0.196194 -0.355632 -0.548474 -0.418132 -0.196194 -0.418132 -0.548474 -0.355632 -0.432383 -0.355632 -0.784663 -0.418132 -0.432383 -0.418132 -0.784663 -0.355632 -0.646119 -0.355632 -0.998400 -0.418132 -0.646119 -0.418132 -0.998400 1.271238 -0.007403 1.419765 -0.297983 0.418132 -0.832862 0.418132 -1.164064 -0.418862 -0.832862 -0.418862 -1.164064 -1.419765 -0.297983 -1.271238 -0.007403 -1.200269 -0.049959 -1.499548 -0.275687 -0.995845 0.212279 -0.938271 0.152652 -0.683529 0.375253 -0.643011 0.302705 -0.345815 0.475507 -0.324902 0.394908 0.004837 0.426007 0.004837 0.509341 0.334575 0.394908 0.355489 0.475507 0.652684 0.302705 0.693203 0.375253 0.947944 0.152652 1.005518 0.212279 1.209943 -0.049959 1.280911 -0.007403 1.429439 -0.297983 1.509221 -0.275687 1.598691 -0.582673 1.682024 -0.582673 -0.418862 -1.332834 -0.418862 -0.980554 -0.356362 -1.332834 -0.356362 -0.980554 -1.682024 -0.582673 -1.509221 -0.275687 -1.645978 -0.582344 -1.481989 -0.291016 -0.356362 -1.314866 -0.356362 -0.980554 0.355632 -1.314866 0.355632 -0.980554 1.481989 -0.291016 1.509221 -0.275687 1.645978 -0.582344 1.682024 -0.582673 1.509221 -0.275687 1.481989 -0.291016 1.280911 -0.007403 1.259757 -0.025406 1.280911 -0.007403 1.259757 -0.025406 1.005518 0.212279 0.986031 0.187849 0.693203 0.375253 0.675533 0.341392 0.355489 0.475507 0.343137 0.433899 0.004837 0.509341 0.004837 0.464202 0.004837 0.509341 0.004837 0.464202 -0.345815 0.475507 -0.332969 0.432234 -0.662647 0.335235 -0.355632 -0.541078 -0.355632 -0.197427 0.356362 -0.541078 0.356362 -0.197427 0.332969 0.432234 0.345815 0.475507 0.662647 0.335235 -0.004837 0.509341 -0.004837 0.464202 -0.343137 0.433899 -0.355489 0.475507 -0.356362 0.044104 -0.356362 -0.308176 -0.418862 0.044104 -0.418862 -0.308176 -0.356362 -0.205468 -0.356362 -0.557748 -0.418862 -0.205468 -0.693203 0.375253 -0.675533 0.341392 -0.356362 -0.559268 -0.356362 -0.214239 0.355632 -0.559268 0.355632 -0.214239 -0.356362 -0.303057 -0.356362 0.036598 0.355632 -0.303057 0.355632 0.036598 0.356362 0.048549 0.356362 -0.290767 -0.355632 0.048549 -0.355632 -0.290767 0.683529 0.375253 0.967696 0.176992 0.995845 0.212279 1.238184 -0.035532 1.271238 -0.007403 1.238184 -0.035532 1.271238 -0.007403 1.461726 -0.296977 1.499548 -0.275687 1.461726 -0.296977 1.499548 -0.275687 1.634528 -0.603963 1.672351 -0.582673 0.356362 -0.975808 0.418862 -0.975808 0.356362 -1.328089 0.418862 -1.328089 -1.672351 -0.582673 -1.589017 -0.582673 -0.418862 -0.981672 0.418132 -0.981672 -0.418862 -1.312874 0.418132 -1.312874 1.589017 -0.582673 1.499548 -0.275687 -0.418132 -1.181797 -0.418132 -0.829517 -0.355632 -1.181797 -0.355632 -0.829517 -1.499548 -0.275687 -1.271238 -0.007403 -1.461726 -0.296977 -1.238184 -0.035532 -0.355632 -0.831656 0.356362 -0.831656 -0.355632 -1.175639 0.356362 -1.175639 -0.355632 -0.975808 0.356362 -0.975808 -0.355632 -1.328089 0.356362 -1.328089 -1.461726 -0.296977 -1.634528 -0.603963 -1.499548 -0.275687 -1.672351 -0.582673 -0.355632 -1.328089 -0.418132 -1.328089 -0.355632 -0.975808 -0.418132 -0.975808 1.672351 -0.582673 -0.355632 -0.995564 -0.355632 -0.651572 0.356362 -0.995564 0.356362 -0.651572 -0.355632 -0.777496 -0.355632 -0.433845 0.356362 -0.777496 0.356362 -0.433845 -0.662647 0.335235 -0.967696 0.176992 -0.683529 0.375253 -0.995845 0.212279 -0.967696 0.176992 -1.238184 -0.035532 -0.995845 0.212279 -1.271238 -0.007403 -0.683529 0.375253 0.418862 -1.181797 0.356362 -1.181797 0.418862 -0.829517 0.356362 -0.829517 0.356362 -0.998400 0.356362 -0.646119 0.418862 -0.998400 0.418862 -0.646119 0.356362 -0.784663 0.356362 -0.432383 0.418862 -0.784663 0.418862 -0.432383 0.356362 -0.548474 0.356362 -0.196194 0.418862 -0.548474 0.418862 -0.196194 0.356362 -0.298548 0.356362 0.053733 0.418862 -0.298548 0.418862 0.053733 0.355632 -0.454212 0.355632 -0.800599 -0.356362 -0.454212 -0.356362 -0.800599 -0.986031 0.187849 -1.005518 0.212279 -0.356362 -0.440959 -0.356362 -0.793239 -0.418862 -0.440959 -0.418862 -0.793239 -0.356362 -0.653681 -0.356362 -1.005962 -0.418862 -0.653681 -1.280911 -0.007403 -1.259757 -0.025406 -0.356362 -1.009378 -0.356362 -0.662386 0.355632 -1.009378 0.355632 -0.662386 0.355632 -0.827873 0.355632 -1.174190 -0.356362 -0.827873 -0.356362 -1.174190 -0.356362 -0.835786 -0.356362 -1.188066 -0.418862 -0.835786 -0.418862 -1.188066 -0.418862 -1.005962 -0.418862 -0.557748 0.418862 -1.317817 -0.418132 -1.317817 0.418862 -0.986615 -0.418132 -0.986615 0.418862 -1.170475 -0.418132 -1.170475 0.418862 -0.839273 -0.418132 -0.839273 -0.418132 -0.987692 -0.418132 -0.656490 0.418862 -0.987692 0.418862 -0.656490 -0.418132 -0.775915 -0.418132 -0.444713 0.418862 -0.775915 0.418862 -0.444713 -0.418132 -0.542613 -0.418132 -0.211412 0.418862 -0.542613 0.418862 -0.211412 -0.418132 -0.296015 -0.418132 0.035187 0.418862 -0.296015 0.418862 0.035187 0.418132 0.044817 0.418132 -0.286384 -0.418862 0.044817 -0.418862 -0.286384 0.418132 -0.202121 0.418132 -0.533322 -0.418862 -0.202121 -0.418862 -0.533322 0.418132 -0.436090 0.418132 -0.767291 -0.418862 -0.436090 -0.418862 -0.767291 </float_array>
<technique_common>
<accessor source="#mesh13-geometry-uv-array" count="314" stride="2">
<param name="S" type="float"/>
<param name="T" type="float"/>
</accessor>
</technique_common>
</source>
<vertices id="mesh13-geometry-vertex">
<input semantic="POSITION" source="#mesh13-geometry-position"/>
</vertices>
<triangles material="Wood_Cherry_Original1" count="384">
<input semantic="VERTEX" source="#mesh13-geometry-vertex" offset="0"/>
<input semantic="NORMAL" source="#mesh13-geometry-normal" offset="1"/>
<input semantic="TEXCOORD" source="#mesh13-geometry-uv" offset="2" set="0"/>
<p>0 0 0 1 0 1 2 0 2 2 1 2 1 1 1 0 1 0 3 0 3 2 0 2 1 0 1 1 1 1 2 1 2 3 1 3 2 2 4 3 2 5 4 2 6 4 3 6 3 3 5 2 3 4 4 2 6 3 2 5 5 2 7 5 3 7 3 3 5 4 3 6 3 2 5 6 2 8 5 2 7 5 3 7 6 3 8 3 3 5 5 2 7 6 2 8 7 2 9 7 3 9 6 3 8 5 3 7 6 2 8 8 2 10 7 2 9 7 3 9 8 3 10 6 3 8 8 2 10 9 2 11 7 2 9 7 3 9 9 3 11 8 3 10 7 2 9 9 2 11 10 2 12 10 3 12 9 3 11 7 3 9 9 2 11 11 2 13 10 2 12 10 3 12 11 3 13 9 3 11 10 2 12 11 2 13 12 2 14 12 3 14 11 3 13 10 3 12 11 2 13 13 2 15 12 2 14 12 3 14 13 3 15 11 3 13 12 2 14 13 2 15 14 2 16 14 3 16 13 3 15 12 3 14 13 2 15 15 2 17 14 2 16 14 3 16 15 3 17 13 3 15 14 2 16 15 2 17 16 2 18 16 3 18 15 3 17 14 3 16 15 2 17 17 2 19 16 2 18 16 3 18 17 3 19 15 3 17 16 2 18 17 2 19 18 2 20 18 3 20 17 3 19 16 3 18 17 2 19 19 2 21 18 2 20 18 3 20 19 3 21 17 3 19 18 2 20 19 2 21 20 2 22 20 3 22 19 3 21 18 3 20 19 2 21 21 2 23 20 2 22 20 3 22 21 3 23 19 3 21 22 2 24 20 2 22 21 2 23 22 4 25 23 4 26 20 4 27 20 5 27 23 5 26 22 5 25 24 4 28 20 4 27 23 4 26 20 6 29 24 6 30 18 6 31 18 7 31 24 7 30 20 7 29 25 6 32 18 6 31 24 6 30 25 8 33 26 8 34 18 8 35 18 9 35 26 9 34 25 9 33 16 8 36 18 8 35 26 8 34 26 9 34 18 9 35 16 9 36 26 10 37 27 10 38 16 10 39 16 11 39 27 11 38 26 11 37 14 10 40 16 10 39 27 10 38 27 11 38 16 11 39 14 11 40 27 12 41 28 12 42 14 12 43 14 13 43 28 13 42 27 13 41 12 12 44 14 12 43 28 12 42 28 13 42 14 13 43 12 13 44 28 14 45 29 14 46 12 14 47 12 15 47 29 15 46 28 15 45 10 14 48 12 14 47 29 14 46 29 15 46 12 15 47 10 15 48 29 16 49 30 16 50 10 16 51 10 17 51 30 17 50 29 17 49 7 16 52 10 16 51 30 16 50 30 17 50 10 17 51 7 17 52 30 18 53 31 18 54 7 18 55 7 19 55 31 19 54 30 19 53 5 18 56 7 18 55 31 18 54 31 19 54 7 19 55 5 19 56 31 20 57 32 20 58 5 20 59 5 21 59 32 21 58 31 21 57 4 20 60 5 20 59 32 20 58 32 21 58 5 21 59 4 21 60 32 22 61 33 22 62 4 22 63 4 23 63 33 23 62 32 23 61 34 22 64 4 22 63 33 22 62 33 23 62 4 23 63 34 23 64 34 2 65 2 2 4 4 2 6 35 2 66 2 2 4 34 2 65 2 24 67 35 24 68 0 24 69 0 25 69 35 25 68 2 25 67 36 24 70 0 24 69 35 24 68 36 26 71 37 26 72 0 26 73 38 26 74 37 26 72 36 26 71 36 27 71 37 27 72 38 27 74 0 27 73 37 27 72 36 27 71 37 26 72 39 26 75 0 26 73 0 27 73 39 27 75 37 27 72 0 26 73 39 26 75 1 26 76 1 27 76 39 27 75 0 27 73 39 26 75 40 26 77 1 26 76 1 27 76 40 27 77 39 27 75 1 26 76 40 26 77 41 26 78 41 27 78 40 27 77 1 27 76 40 26 77 42 26 79 41 26 78 41 27 78 42 27 79 40 27 77 41 26 78 42 26 79 43 26 80 43 27 80 42 27 79 41 27 78 43 26 80 42 26 79 44 26 81 44 27 81 42 27 79 43 27 80 42 26 79 45 26 82 44 26 81 44 27 81 45 27 82 42 27 79 44 26 81 45 26 82 46 26 83 46 27 83 45 27 82 44 27 81 45 26 82 47 26 84 46 26 83 46 27 83 47 27 84 45 27 82 46 26 83 47 26 84 48 26 85 48 27 85 47 27 84 46 27 83 47 26 84 49 26 86 48 26 85 48 27 85 49 27 86 47 27 84 48 26 85 49 26 86 50 26 87 50 27 87 49 27 86 48 27 85 49 26 86 51 26 88 50 26 87 50 27 87 51 27 88 49 27 86 50 26 87 51 26 88 52 26 89 52 27 89 51 27 88 50 27 87 51 26 88 53 26 90 52 26 89 52 27 89 53 27 90 51 27 88 52 26 89 53 26 90 54 26 91 54 27 91 53 27 90 52 27 89 53 26 90 55 26 92 54 26 91 54 27 91 55 27 92 53 27 90 54 26 91 55 26 92 56 26 93 56 27 93 55 27 92 54 27 91 57 26 94 56 26 93 55 26 92 55 27 92 56 27 93 57 27 94 57 28 95 55 28 96 58 28 97 58 29 97 55 29 96 57 29 95 59 28 98 58 28 97 55 28 96 58 30 99 59 30 100 60 30 101 60 31 101 59 31 100 58 31 99 61 30 102 60 30 101 59 30 100 59 31 100 60 31 101 61 31 102 60 32 103 61 32 104 62 32 105 62 33 105 61 33 104 60 33 103 63 32 106 62 32 105 61 32 104 63 34 107 24 34 108 62 34 109 62 35 109 24 35 108 63 35 107 23 34 110 62 34 109 24 34 108 24 35 108 62 35 109 23 35 110 23 5 26 20 5 27 24 5 28 24 36 111 63 36 112 25 36 113 25 37 113 63 37 112 24 37 111 64 36 114 25 36 113 63 36 112 63 37 112 25 37 113 64 37 114 25 38 115 64 38 116 26 38 117 26 39 117 64 39 116 25 39 115 65 38 118 26 38 117 64 38 116 64 39 116 26 39 117 65 39 118 26 38 117 65 38 118 27 38 119 27 39 119 65 39 118 26 39 117 66 38 120 27 38 119 65 38 118 27 38 119 66 38 120 28 38 121 28 39 121 66 39 120 27 39 119 67 38 122 28 38 121 66 38 120 66 39 120 28 39 121 67 39 122 28 38 121 67 38 122 29 38 123 29 39 123 67 39 122 28 39 121 68 38 124 29 38 123 67 38 122 29 40 125 68 40 126 30 40 127 30 41 127 68 41 126 29 41 125 69 40 128 30 40 127 68 40 126 68 41 126 30 41 127 69 41 128 69 42 128 70 42 129 30 42 127 70 43 130 69 43 131 71 43 132 71 44 132 69 44 131 70 44 130 72 43 133 71 43 132 69 43 131 72 30 134 73 30 135 71 30 136 73 30 135 72 30 134 74 30 137 74 31 137 72 31 134 73 31 135 75 30 138 74 30 137 72 30 134 75 30 138 76 30 139 74 30 137 74 31 137 76 31 139 75 31 138 77 30 140 74 30 137 76 30 139 76 31 139 74 31 137 77 31 140 74 45 141 77 45 142 45 45 143 45 46 143 77 46 142 74 46 141 47 45 144 45 45 143 77 45 142 77 46 142 45 46 143 47 46 144 77 47 145 78 47 146 47 47 147 78 30 148 77 30 140 79 30 149 79 31 149 77 31 140 78 31 148 76 30 139 79 30 149 77 30 140 77 31 140 79 31 149 76 31 139 79 48 150 76 48 151 66 48 152 66 49 152 76 49 151 79 49 150 67 48 153 66 48 152 76 48 151 76 49 151 66 49 152 67 49 153 76 50 154 75 50 155 67 50 156 67 51 156 75 51 155 76 51 154 68 50 157 67 50 156 75 50 155 75 51 155 67 51 156 68 51 157 67 39 122 29 39 123 68 39 124 75 52 158 72 52 159 68 52 160 68 53 160 72 53 159 75 53 158 69 52 161 68 52 160 72 52 159 72 53 159 68 53 160 69 53 161 69 44 131 71 44 132 72 44 133 71 31 136 73 31 135 72 31 134 80 30 162 71 30 136 73 30 135 73 31 135 71 31 136 80 31 162 71 30 136 80 30 162 81 30 163 81 31 163 80 31 162 71 31 136 82 30 164 81 30 163 80 30 162 80 31 162 81 31 163 82 31 164 81 30 163 82 30 164 83 30 165 83 31 165 82 31 164 81 31 163 84 30 166 83 30 165 82 30 164 83 54 167 84 54 168 85 54 169 85 55 169 84 55 168 83 55 167 86 54 170 85 54 169 84 54 168 85 56 171 86 56 172 87 56 173 87 57 173 86 57 172 85 57 171 88 56 174 87 56 173 86 56 172 86 57 172 87 57 173 88 57 174 86 58 175 38 58 176 88 58 177 88 59 177 38 59 176 86 59 175 89 58 178 88 58 177 38 58 176 38 59 176 88 59 177 89 59 178 89 26 179 38 26 74 90 26 180 90 27 180 38 27 74 89 27 179 90 26 180 38 26 74 36 26 71 36 27 71 38 27 74 90 27 180 36 60 181 35 60 182 90 60 183 35 25 68 0 25 69 36 25 70 90 61 183 35 61 182 36 61 181 91 60 184 90 60 183 35 60 182 35 61 182 90 61 183 91 61 184 91 2 185 35 2 66 92 2 186 92 3 186 35 3 66 91 3 185 92 2 186 35 2 66 34 2 65 34 3 65 35 3 66 92 3 186 34 3 65 2 3 4 35 3 66 4 3 6 2 3 4 34 3 65 92 62 187 34 62 188 93 62 189 93 63 189 34 63 188 92 63 187 33 62 190 93 62 189 34 62 188 34 63 188 93 63 189 33 63 190 93 64 191 33 64 192 94 64 193 94 65 193 33 65 192 93 65 191 95 64 194 94 64 193 33 64 192 95 66 195 83 66 196 94 66 197 94 67 197 83 67 196 95 67 195 85 66 198 94 66 197 83 66 196 94 68 199 85 68 200 96 68 201 96 69 201 85 69 200 94 69 199 87 68 202 96 68 201 85 68 200 85 69 200 96 69 201 87 69 202 83 67 196 94 67 197 85 67 198 94 70 203 96 70 204 93 70 205 93 71 205 96 71 204 94 71 203 97 70 206 93 70 205 96 70 204 97 72 207 98 72 208 93 72 209 93 73 209 98 73 208 97 73 207 92 72 210 93 72 209 98 72 208 98 73 208 93 73 209 92 73 210 98 2 211 91 2 185 92 2 186 92 3 186 91 3 185 98 3 211 96 71 204 93 71 205 97 71 206 95 74 212 99 74 213 83 74 214 83 75 214 99 75 213 95 75 212 81 74 215 83 74 214 99 74 213 99 75 213 83 75 214 81 75 215 99 76 216 70 76 217 81 76 218 81 77 218 70 77 217 99 77 216 71 76 219 81 76 218 70 76 217 70 77 217 81 77 218 71 77 219 70 38 220 99 38 221 31 38 222 31 39 222 99 39 221 70 39 220 32 38 223 31 38 222 99 38 221 99 39 221 31 39 222 32 39 223 99 78 224 95 78 225 32 78 226 32 79 226 95 79 225 99 79 224 33 78 227 32 78 226 95 78 225 95 79 225 32 79 226 33 79 227 33 65 192 94 65 193 95 65 194 31 42 228 30 42 127 70 42 129 70 80 129 30 80 127 31 80 228 30 80 127 70 80 129 69 80 128 38 81 229 86 81 230 37 81 231 37 82 231 86 82 230 38 82 229 84 81 232 37 81 231 86 81 230 86 82 230 37 82 231 84 82 232 84 83 233 82 83 234 37 83 235 82 31 164 83 31 165 84 31 166 37 84 235 82 84 234 84 84 233 39 83 236 37 83 235 82 83 234 82 84 234 37 84 235 39 84 236 82 85 237 80 85 238 39 85 239 39 86 239 80 86 238 82 86 237 40 85 240 39 85 239 80 85 238 80 86 238 39 86 239 40 86 240 80 87 241 73 87 242 40 87 243 40 88 243 73 88 242 80 88 241 42 87 244 40 87 243 73 87 242 73 88 242 40 88 243 42 88 244 73 89 245 74 89 246 42 89 247 42 90 247 74 90 246 73 90 245 45 89 248 42 89 247 74 89 246 74 90 246 42 90 247 45 90 248 84 55 168 85 55 169 86 55 170 72 31 134 74 31 137 75 31 138 66 91 249 65 91 250 79 91 251 79 92 251 65 92 250 66 92 249 100 91 252 79 91 251 65 91 250 79 30 149 100 30 253 78 30 148 78 31 148 100 31 253 79 31 149 101 30 254 78 30 148 100 30 253 100 31 253 78 31 148 101 31 254 78 93 255 101 93 256 49 93 257 49 94 257 101 94 256 78 94 255 51 93 258 49 93 257 101 93 256 101 94 256 49 94 257 51 94 258 101 95 259 102 95 260 51 95 261 102 30 262 101 30 254 103 30 263 103 31 263 101 31 254 102 31 262 100 30 253 103 30 263 101 30 254 103 96 264 100 96 265 64 96 266 64 97 266 100 97 265 103 97 264 65 96 267 64 96 266 100 96 265 100 97 265 64 97 266 65 97 267 65 92 250 79 92 251 100 92 252 101 31 254 103 31 263 100 31 253 64 98 268 63 98 269 103 98 270 103 99 270 63 99 269 64 99 268 61 98 271 103 98 270 63 98 269 103 30 263 61 30 102 102 30 262 102 31 262 61 31 102 103 31 263 59 30 100 102 30 262 61 30 102 61 31 102 102 31 262 59 31 100 102 100 272 59 100 273 53 100 274 53 101 274 59 101 273 102 101 272 55 100 275 53 100 274 59 100 273 59 101 273 53 101 274 55 101 275 55 29 96 58 29 97 59 29 98 53 95 276 51 95 261 102 95 260 102 102 260 51 102 261 53 102 276 51 102 261 102 102 260 101 102 259 63 99 269 103 99 270 61 99 271 61 33 104 62 33 105 63 33 106 49 47 277 47 47 147 78 47 146 78 103 146 47 103 147 49 103 277 47 103 147 78 103 146 77 103 145 65 39 118 27 39 119 66 39 120 24 7 30 18 7 31 25 7 32 56 104 278 21 104 279 54 104 280 54 105 280 21 105 279 56 105 278 19 104 281 54 104 280 21 104 279 54 106 282 19 106 283 52 106 284 52 107 284 19 107 283 54 107 282 17 106 285 52 106 284 19 106 283 17 108 286 15 108 287 52 108 288 52 109 288 15 109 287 17 109 286 50 108 289 52 108 288 15 108 287 15 109 287 52 109 288 50 109 289 15 110 290 13 110 291 50 110 292 50 111 292 13 111 291 15 111 290 48 110 293 50 110 292 13 110 291 13 111 291 50 111 292 48 111 293 13 112 294 11 112 295 48 112 296 48 113 296 11 113 295 13 113 294 46 112 297 48 112 296 11 112 295 11 113 295 48 113 296 46 113 297 11 114 298 9 114 299 46 114 300 46 115 300 9 115 299 11 115 298 44 114 301 46 114 300 9 114 299 9 115 299 46 115 300 44 115 301 9 116 302 8 116 303 44 116 304 44 117 304 8 117 303 9 117 302 43 116 305 44 116 304 8 116 303 8 117 303 44 117 304 43 117 305 8 118 306 6 118 307 43 118 308 43 119 308 6 119 307 8 119 306 41 118 309 43 118 308 6 118 307 6 119 307 43 119 308 41 119 309 6 120 310 3 120 311 41 120 312 41 121 312 3 121 311 6 121 310 1 120 313 41 120 312 3 120 311 3 121 311 41 121 312 1 121 313 19 107 283 52 107 284 17 107 285 21 105 279 54 105 280 19 105 281 21 3 23 20 3 22 22 3 24 </p>
</triangles>
</mesh>
</geometry>
<geometry id="mesh14-geometry" name="mesh14-geometry">
<mesh>
<source id="mesh14-geometry-position">
<float_array id="mesh14-geometry-position-array" count="156">-26.908067 -98.410986 18.797535 -26.908067 -83.328305 26.071362 -26.908067 -89.984157 19.131941 -26.908067 -76.012999 25.120034 -30.158067 -89.984157 19.131941 -30.158067 -76.012999 25.120034 -30.158067 -83.328305 26.071362 -30.158067 -67.634627 32.097864 -26.908067 -67.634627 32.097864 -26.908067 -61.588426 30.069620 -30.158067 -51.446612 36.832243 -26.908067 -51.446612 36.832243 -26.908067 -46.797783 33.950727 -30.158067 -34.884592 40.239306 -26.908067 -34.884592 40.239306 -26.908067 -31.730630 36.739856 -30.158067 -18.071680 42.293728 -26.908067 -18.071680 42.293728 -26.908067 -16.478201 38.420118 -30.158067 -1.132854 42.980236 -26.908067 -1.132854 42.980236 -26.908067 -1.132854 38.981338 -30.158067 15.805972 42.293728 -26.908067 15.805972 42.293728 -26.908067 14.212494 38.420118 -26.908067 29.464923 36.739856 -30.158067 -1.132854 38.981338 -30.158067 14.212494 38.420118 -30.158067 -16.478201 38.420118 -30.158067 -31.730630 36.739856 -30.158067 -46.797783 33.950727 -30.158067 -61.588426 30.069620 -30.158067 -98.410986 18.797535 -30.158067 29.464923 36.739856 -30.158067 32.618884 40.239306 -26.908067 32.618884 40.239306 -26.908067 44.532076 33.950727 -30.158067 49.180905 36.832243 -26.908067 49.180905 36.832243 -26.908067 59.322719 30.069620 -30.158067 65.368920 32.097864 -26.908067 65.368920 32.097864 -26.908067 73.747292 25.120034 -30.158067 81.062597 26.071362 -26.908067 81.062597 26.071362 -26.908067 87.718450 19.131941 -30.158067 95.451870 19.131941 -26.908067 95.451870 19.131941 -30.158067 87.718450 19.131941 -30.158067 73.747292 25.120034 -30.158067 59.322719 30.069620 -30.158067 44.532076 33.950727 </float_array>
<technique_common>
<accessor source="#mesh14-geometry-position-array" count="52" stride="3">
<param name="X" type="float"/>
<param name="Y" type="float"/>
<param name="Z" type="float"/>
</accessor>
</technique_common>
</source>
<source id="mesh14-geometry-normal">
<float_array id="mesh14-geometry-normal-array" count="186">-1.000000 -0.000000 -0.000000 1.000000 0.000000 0.000000 -0.000000 -0.393944 0.919134 -0.000000 -0.359501 0.933145 0.000000 0.393944 -0.919134 0.000000 0.359501 -0.933145 1.000000 -0.000000 -0.000000 0.000000 0.396776 -0.917916 0.000000 0.319864 -0.947463 -0.000000 -0.396776 0.917916 -0.000000 -0.319864 0.947463 -0.000000 0.241301 -0.970450 0.000000 -0.241301 0.970450 -0.000000 0.161527 -0.986868 0.000000 -0.161527 0.986868 0.000000 0.080960 -0.996717 -0.000000 -0.080960 0.996717 -0.000000 0.040495 -0.999180 0.000000 -0.040495 0.999180 0.000000 -0.040495 -0.999180 -0.000000 -0.080960 -0.996717 -0.000000 0.040495 0.999180 0.000000 0.080960 0.996717 -0.000000 -0.000000 1.000000 -0.000000 0.073074 0.997327 0.000000 0.000000 -1.000000 0.000000 -0.073074 -0.997327 -1.000000 0.000000 0.000000 -0.000000 -0.039652 0.999214 0.000000 0.039652 -0.999214 0.000000 0.434387 -0.900726 -0.000000 -0.434387 0.900726 -0.000000 -0.289383 0.957213 0.000000 0.289383 -0.957213 -0.000000 -0.218063 0.975935 0.000000 0.218063 -0.975935 0.000000 -0.145859 0.989305 -0.000000 0.145859 -0.989305 0.000000 -0.073074 0.997327 -0.000000 0.073074 -0.997327 0.000000 0.145859 0.989305 -0.000000 -0.145859 -0.989305 0.000000 -0.161527 -0.986868 -0.000000 0.161527 0.986868 0.000000 -0.241301 -0.970450 -0.000000 0.241301 0.970450 -0.000000 -0.319864 -0.947463 0.000000 0.319864 0.947463 -0.000000 -0.396776 -0.917916 0.000000 0.396776 0.917916 0.000000 -0.434387 -0.900726 -0.000000 0.434387 0.900726 -0.000000 -0.000000 1.000000 0.000000 0.000000 -1.000000 0.000000 0.218063 0.975935 -0.000000 -0.218063 -0.975935 0.000000 0.289383 0.957213 -0.000000 -0.289383 -0.957213 0.000000 0.359501 0.933145 -0.000000 -0.359501 -0.933145 0.000000 0.393944 0.919134 -0.000000 -0.393944 -0.919134 </float_array>
<technique_common>
<accessor source="#mesh14-geometry-normal-array" count="62" stride="3">
<param name="X" type="float"/>
<param name="Y" type="float"/>
<param name="Z" type="float"/>
</accessor>
</technique_common>
</source>
<source id="mesh14-geometry-uv">
<float_array id="mesh14-geometry-uv-array" count="312">-1.366819 0.261077 -1.157338 0.362102 -1.249780 0.265721 -1.055736 0.348889 0.373723 -1.044036 0.373723 -0.832920 0.418862 -1.044036 0.418862 -0.832920 1.055736 0.348889 1.157338 0.362102 1.249780 0.265721 0.939370 0.445804 -0.418862 -0.950607 -0.418862 -0.717121 -0.373723 -0.950607 -0.373723 -0.717121 -0.939370 0.445804 -0.855395 0.417634 -0.418862 -0.776463 -0.418862 -0.542212 -0.373723 -0.776463 -0.373723 -0.542212 -0.714536 0.511559 -0.649969 0.471538 -0.418862 -0.596804 -0.418862 -0.361959 -0.373723 -0.596804 -0.373723 -0.361959 -0.484508 0.558879 -0.440703 0.510276 -0.418862 -0.413144 -0.418862 -0.177895 -0.373723 -0.413144 -0.373723 -0.177895 -0.250996 0.587413 -0.228864 0.533613 -0.418862 -0.227002 -0.418862 0.008452 -0.373723 -0.227002 -0.373723 0.008452 -0.015734 0.596948 -0.015734 0.541407 0.418862 0.039895 0.418862 -0.195560 0.373723 0.039895 0.373723 -0.195560 0.219527 0.587413 0.197396 0.533613 0.409235 0.510276 -0.373723 0.035511 -0.373723 -0.177761 -0.418862 0.035511 -0.418862 -0.177761 -0.197396 0.533613 0.015734 0.596948 0.015734 0.541407 -0.219527 0.587413 0.228864 0.533613 0.250996 0.587413 0.440703 0.510276 0.484508 0.558879 0.649969 0.471538 0.714536 0.511559 0.855395 0.417634 1.366819 0.261077 0.418862 -1.238261 0.418862 -1.355392 0.373723 -1.238261 0.373723 -1.355392 -0.418862 -1.117721 -0.418862 -0.885152 -0.373723 -1.117721 -0.373723 -0.885152 0.373723 -0.885348 0.373723 -0.673541 0.418862 -0.885348 0.418862 -0.673541 0.373723 -0.721384 0.373723 -0.509004 0.418862 -0.721384 0.418862 -0.509004 0.373723 -0.553282 0.373723 -0.340460 0.418862 -0.553282 0.418862 -0.340460 0.373723 -0.382177 0.373723 -0.169056 0.418862 -0.382177 0.418862 -0.169056 0.373723 -0.209208 0.373723 0.004064 0.418862 -0.209208 0.418862 0.004064 -0.373723 -0.137778 -0.373723 -0.350898 -0.418862 -0.137778 -0.418862 -0.350898 -0.409235 0.510276 -0.453040 0.558879 0.418862 -0.146659 0.418862 -0.381908 0.373723 -0.146659 0.373723 -0.381908 0.453040 0.558879 0.618501 0.471538 0.418862 -0.331136 0.418862 -0.565981 0.373723 -0.331136 0.373723 -0.565981 0.683068 0.511559 0.823927 0.417634 0.418862 -0.512009 0.418862 -0.746260 0.373723 -0.512009 0.373723 -0.746260 0.907902 0.445804 1.024268 0.348889 0.418862 -0.687744 0.418862 -0.921231 0.373723 -0.687744 0.373723 -0.921231 1.125869 0.362102 1.218312 0.265721 0.418862 -0.856807 0.418862 -1.078685 0.373723 -0.856807 0.373723 -1.078685 1.325720 0.265721 0.373723 1.218312 0.373723 1.325720 0.418862 1.218312 0.418862 1.325720 -1.325720 0.265721 -1.125869 0.362102 -1.218312 0.265721 -1.024268 0.348889 -0.907902 0.445804 -0.823927 0.417634 -0.683068 0.511559 -0.618501 0.471538 -0.373723 -0.309518 -0.373723 -0.522339 -0.418862 -0.309518 -0.418862 -0.522339 -0.373723 -0.478566 -0.373723 -0.690947 -0.418862 -0.478566 -0.418862 -0.690947 -0.373723 -0.643776 -0.373723 -0.855584 -0.418862 -0.643776 -0.418862 -0.855584 -0.373723 -0.803997 -0.373723 -1.015113 -0.418862 -0.803997 -0.418862 -1.015113 </float_array>
<technique_common>
<accessor source="#mesh14-geometry-uv-array" count="156" stride="2">
<param name="S" type="float"/>
<param name="T" type="float"/>
</accessor>
</technique_common>
</source>
<vertices id="mesh14-geometry-vertex">
<input semantic="POSITION" source="#mesh14-geometry-position"/>
</vertices>
<triangles material="Wood_Cherry_Original1" count="200">
<input semantic="VERTEX" source="#mesh14-geometry-vertex" offset="0"/>
<input semantic="NORMAL" source="#mesh14-geometry-normal" offset="1"/>
<input semantic="TEXCOORD" source="#mesh14-geometry-uv" offset="2" set="0"/>
<p>0 0 0 1 0 1 2 0 2 2 1 2 1 1 1 0 1 0 3 0 3 2 0 2 1 0 1 1 1 1 2 1 2 3 1 3 2 2 4 3 3 5 4 2 6 4 4 6 3 5 5 2 4 4 5 3 7 4 2 6 3 3 5 5 6 8 6 6 9 4 6 10 7 6 11 6 6 9 5 6 8 6 7 12 7 8 13 1 7 14 1 9 14 7 10 13 6 9 12 8 8 15 1 7 14 7 8 13 8 0 16 3 0 3 1 0 1 9 0 17 3 0 3 8 0 16 8 1 16 3 1 3 9 1 17 1 1 1 3 1 3 8 1 16 7 10 13 1 9 14 8 10 15 7 8 18 10 11 19 8 8 20 8 10 20 10 12 19 7 10 18 11 11 21 8 8 20 10 11 19 11 0 22 9 0 17 8 0 16 12 0 23 9 0 17 11 0 22 11 1 22 9 1 17 12 1 23 8 1 16 9 1 17 11 1 22 10 12 19 8 10 20 11 12 21 10 11 24 13 13 25 11 11 26 11 12 26 13 14 25 10 12 24 14 13 27 11 11 26 13 13 25 14 0 28 12 0 23 11 0 22 15 0 29 12 0 23 14 0 28 14 1 28 12 1 23 15 1 29 11 1 22 12 1 23 14 1 28 13 14 25 11 12 26 14 14 27 13 13 30 16 15 31 14 13 32 14 14 32 16 16 31 13 14 30 17 15 33 14 13 32 16 15 31 17 0 34 15 0 29 14 0 28 18 0 35 15 0 29 17 0 34 17 1 34 15 1 29 18 1 35 14 1 28 15 1 29 17 1 34 16 16 31 14 14 32 17 16 33 16 15 36 19 17 37 17 15 38 17 16 38 19 18 37 16 16 36 20 17 39 17 15 38 19 17 37 20 0 40 18 0 35 17 0 34 21 0 41 18 0 35 20 0 40 20 1 40 18 1 35 21 1 41 17 1 34 18 1 35 20 1 40 19 18 37 17 16 38 20 18 39 19 19 42 22 20 43 20 19 44 20 21 44 22 22 43 19 21 42 23 20 45 20 19 44 22 20 43 23 0 46 24 0 47 20 0 40 25 0 48 24 0 47 23 0 46 23 1 46 24 1 47 25 1 48 20 1 40 24 1 47 23 1 46 24 0 47 21 0 41 20 0 40 20 1 40 21 1 41 24 1 47 21 23 49 24 24 50 26 23 51 26 25 51 24 26 50 21 25 49 27 24 52 26 23 51 24 24 50 27 6 53 19 6 54 26 6 55 22 6 56 19 6 54 27 6 53 27 27 53 19 27 54 22 27 56 26 27 55 19 27 54 27 27 53 26 6 55 19 6 54 28 6 57 28 27 57 19 27 54 26 27 55 19 6 54 16 6 58 28 6 57 28 27 57 16 27 58 19 27 54 28 6 57 16 6 58 29 6 59 29 27 59 16 27 58 28 27 57 16 6 58 13 6 60 29 6 59 29 27 59 13 27 60 16 27 58 29 6 59 13 6 60 30 6 61 30 27 61 13 27 60 29 27 59 13 6 60 10 6 62 30 6 61 30 27 61 10 27 62 13 27 60 30 6 61 10 6 62 31 6 63 31 27 63 10 27 62 30 27 61 10 6 62 7 6 11 31 6 63 31 27 63 7 27 11 10 27 62 31 6 63 7 6 11 5 6 8 5 27 8 7 27 11 31 27 63 5 27 8 6 27 9 7 27 11 4 27 10 6 27 9 5 27 8 32 6 64 4 6 10 6 6 9 6 27 9 4 27 10 32 27 64 4 28 65 32 28 66 2 28 67 2 29 67 32 29 66 4 29 65 0 28 68 2 28 67 32 28 66 32 29 66 2 29 67 0 29 68 32 30 69 6 7 70 0 30 71 0 31 71 6 9 70 32 31 69 1 7 72 0 30 71 6 7 70 6 9 70 0 31 71 1 9 72 3 5 5 4 4 6 5 5 7 3 3 73 9 32 74 5 3 75 5 5 75 9 33 74 3 5 73 31 32 76 5 3 75 9 32 74 9 33 74 5 5 75 31 33 76 9 32 77 12 34 78 31 32 79 31 33 79 12 35 78 9 33 77 30 34 80 31 32 79 12 34 78 12 35 78 31 33 79 30 35 80 12 34 81 15 36 82 30 34 83 30 35 83 15 37 82 12 35 81 29 36 84 30 34 83 15 36 82 15 37 82 30 35 83 29 37 84 15 36 85 18 38 86 29 36 87 29 37 87 18 39 86 15 37 85 28 38 88 29 36 87 18 38 86 18 39 86 29 37 87 28 39 88 18 38 89 21 23 90 28 38 91 28 39 91 21 25 90 18 39 89 26 23 92 28 38 91 21 23 90 21 25 90 28 39 91 26 25 92 24 26 50 26 25 51 27 26 52 24 24 93 25 40 94 27 24 95 27 26 95 25 41 94 24 26 93 33 40 96 27 24 95 25 40 94 33 6 97 22 6 56 27 6 53 34 6 98 22 6 56 33 6 97 22 20 99 34 42 100 23 20 101 23 22 101 34 43 100 22 22 99 35 42 102 23 20 101 34 42 100 35 0 103 25 0 48 23 0 46 36 0 104 25 0 48 35 0 103 35 1 103 25 1 48 36 1 104 23 1 46 25 1 48 35 1 103 34 43 100 23 22 101 35 43 102 34 42 105 37 44 106 35 42 107 35 43 107 37 45 106 34 43 105 38 44 108 35 42 107 37 44 106 38 0 109 36 0 104 35 0 103 39 0 110 36 0 104 38 0 109 38 1 109 36 1 104 39 1 110 35 1 103 36 1 104 38 1 109 37 45 106 35 43 107 38 45 108 37 44 111 40 46 112 38 44 113 38 45 113 40 47 112 37 45 111 41 46 114 38 44 113 40 46 112 41 0 115 39 0 110 38 0 109 42 0 116 39 0 110 41 0 115 41 1 115 39 1 110 42 1 116 38 1 109 39 1 110 41 1 115 40 47 112 38 45 113 41 47 114 40 46 117 43 48 118 41 46 119 41 47 119 43 49 118 40 47 117 44 48 120 41 46 119 43 48 118 44 0 121 42 0 116 41 0 115 45 0 122 42 0 116 44 0 121 44 1 121 42 1 116 45 1 122 41 1 115 42 1 116 44 1 121 43 49 118 41 47 119 44 49 120 43 48 123 46 50 124 44 48 125 44 49 125 46 51 124 43 49 123 47 50 126 44 48 125 46 50 124 47 0 127 45 0 122 44 0 121 44 1 121 45 1 122 47 1 127 45 52 128 47 52 129 48 52 130 48 53 130 47 53 129 45 53 128 46 52 131 48 52 130 47 52 129 46 6 132 43 6 133 48 6 134 48 27 134 43 27 133 46 27 132 48 6 134 43 6 133 49 6 135 49 27 135 43 27 133 48 27 134 43 6 133 40 6 136 49 6 135 49 27 135 40 27 136 43 27 133 49 6 135 40 6 136 50 6 137 50 27 137 40 27 136 49 27 135 40 6 136 37 6 138 50 6 137 50 27 137 37 27 138 40 27 136 50 6 137 37 6 138 51 6 139 51 27 139 37 27 138 50 27 137 37 6 138 34 6 98 51 6 139 51 27 139 34 27 98 37 27 138 51 6 139 34 6 98 33 6 97 33 27 97 34 27 98 51 27 139 33 27 97 22 27 56 34 27 98 27 27 53 22 27 56 33 27 97 25 41 94 27 26 95 33 41 96 25 40 140 36 54 141 33 40 142 33 41 142 36 55 141 25 41 140 51 54 143 33 40 142 36 54 141 36 55 141 33 41 142 51 55 143 36 54 144 39 56 145 51 54 146 51 55 146 39 57 145 36 55 144 50 56 147 51 54 146 39 56 145 39 57 145 51 55 146 50 57 147 39 56 148 42 58 149 50 56 150 50 57 150 42 59 149 39 57 148 49 58 151 50 56 150 42 58 149 42 59 149 50 57 150 49 59 151 42 58 152 45 60 153 49 58 154 49 59 154 45 61 153 42 59 152 48 60 155 49 58 154 45 60 153 45 61 153 49 59 154 48 61 155 47 53 129 48 53 130 46 53 131 46 51 124 44 49 125 47 51 126 22 22 43 20 21 44 23 22 45 </p>
</triangles>
</mesh>
</geometry>
<geometry id="mesh15-geometry" name="mesh15-geometry">
<mesh>
<source id="mesh15-geometry-position">
<float_array id="mesh15-geometry-position-array" count="156">26.399126 -46.778243 33.950727 26.399126 -61.574486 30.069620 29.649126 -46.778243 33.950727 29.649126 -61.574486 30.069620 29.649126 -51.428832 36.832243 29.649126 -67.622976 32.097864 29.649126 -76.004519 25.120034 29.649126 -83.322595 26.071362 29.649126 -89.980967 19.131941 29.649126 -98.410986 18.797535 26.399126 -83.322595 26.071362 26.399126 -98.410986 18.797535 26.399126 -89.980967 19.131941 26.399126 -76.004519 25.120034 26.399126 -67.622976 32.097864 26.399126 -51.428832 36.832243 26.399126 -34.860541 40.239306 29.649126 -34.860541 40.239306 29.649126 -31.705386 36.739856 26.399126 -18.041264 42.293728 29.649126 -18.041264 42.293728 29.649126 -16.447183 38.420118 26.399126 -1.096025 42.980236 26.399126 -16.447183 38.420118 26.399126 -31.705386 36.739856 29.649126 -1.096025 38.981338 29.649126 -1.096025 42.980236 26.399126 15.849213 42.293728 29.649126 15.849213 42.293728 29.649126 14.255132 38.420118 29.649126 29.513335 36.739856 26.399126 -1.096025 38.981338 26.399126 14.255132 38.420118 26.399126 29.513335 36.739856 26.399126 32.668490 40.239306 29.649126 44.586192 33.950727 26.399126 44.586192 33.950727 26.399126 49.236781 36.832243 29.649126 32.668490 40.239306 29.649126 49.236781 36.832243 29.649126 59.382435 30.069620 26.399126 59.382435 30.069620 26.399126 65.430925 32.097864 29.649126 65.430925 32.097864 29.649126 73.812468 25.120034 26.399126 81.130544 26.071362 26.399126 73.812468 25.120034 29.649126 87.788916 19.131941 29.649126 81.130544 26.071362 26.399126 95.525264 19.131941 26.399126 87.788916 19.131941 29.649126 95.525264 19.131941 </float_array>
<technique_common>
<accessor source="#mesh15-geometry-position-array" count="52" stride="3">
<param name="X" type="float"/>
<param name="Y" type="float"/>
<param name="Z" type="float"/>
</accessor>
</technique_common>
</source>
<source id="mesh15-geometry-normal">
<float_array id="mesh15-geometry-normal-array" count="186">0.000000 -0.217985 0.975952 0.000000 -0.289283 0.957244 -0.000000 0.217985 -0.975952 -0.000000 0.289283 -0.957244 -1.000000 -0.000000 0.000000 1.000000 0.000000 -0.000000 -0.000000 0.396649 -0.917970 0.000000 0.434254 -0.900790 0.000000 -0.396649 0.917970 -0.000000 -0.434254 0.900790 1.000000 -0.000000 -0.000000 0.000000 -0.039637 0.999214 -0.000000 0.039637 -0.999214 -1.000000 0.000000 0.000000 -0.000000 0.319756 -0.947500 0.000000 -0.319756 0.947500 0.000000 0.241215 -0.970472 -0.000000 -0.241215 0.970472 -0.000000 0.161468 -0.986878 0.000000 -0.161468 0.986878 -0.000000 0.080929 -0.996720 0.000000 -0.080929 0.996720 -0.000000 0.040480 -0.999180 0.000000 -0.359383 0.933190 0.000000 -0.393819 0.919188 -0.000000 0.359383 -0.933190 -0.000000 0.393819 -0.919188 -0.000000 -0.145805 0.989313 0.000000 0.145805 -0.989313 -0.000000 -0.073046 0.997329 0.000000 0.073046 -0.997329 -0.000000 -0.000000 1.000000 0.000000 -0.040480 0.999180 -0.000000 -0.040480 -0.999180 0.000000 -0.080929 -0.996720 0.000000 0.040480 0.999180 -0.000000 0.080929 0.996720 0.000000 0.073046 0.997329 0.000000 0.000000 -1.000000 -0.000000 -0.073046 -0.997329 0.000000 0.145805 0.989313 -0.000000 -0.145805 -0.989313 0.000000 0.217985 0.975952 -0.000000 -0.217985 -0.975952 0.000000 -0.161468 -0.986878 -0.000000 -0.241215 -0.970472 -0.000000 0.161468 0.986878 0.000000 0.241215 0.970472 -0.000000 0.289283 0.957244 0.000000 -0.289283 -0.957244 -0.000000 -0.319756 -0.947500 0.000000 0.319756 0.947500 -0.000000 -0.396649 -0.917970 0.000000 0.359383 0.933190 -0.000000 -0.359383 -0.933190 0.000000 0.393819 0.919188 0.000000 0.396649 0.917970 -0.000000 -0.434254 -0.900790 -0.000000 -0.393819 -0.919188 -0.000000 -0.000000 1.000000 0.000000 0.000000 -1.000000 0.000000 0.434254 0.900790 </float_array>
<technique_common>
<accessor source="#mesh15-geometry-normal-array" count="62" stride="3">
<param name="X" type="float"/>
<param name="Y" type="float"/>
<param name="Z" type="float"/>
</accessor>
</technique_common>
</source>
<source id="mesh15-geometry-uv">
<float_array id="mesh15-geometry-uv-array" count="312">-0.366655 -0.508799 -0.366655 -0.721255 -0.411793 -0.508799 -0.411793 -0.721255 -0.649698 0.471538 -0.855201 0.417634 -0.714289 0.511559 -0.939208 0.445804 -1.055618 0.348889 -1.157258 0.362102 -1.249736 0.265721 -1.366819 0.261077 0.411793 -0.885203 0.411793 -1.117844 0.366655 -0.885203 0.366655 -1.117844 1.366819 0.261077 1.249736 0.265721 1.157258 0.362102 -0.366655 -1.238221 -0.366655 -1.355397 -0.411793 -1.238221 -0.411793 -1.355397 1.055618 0.348889 0.939208 0.445804 0.366655 -0.950629 0.366655 -0.717065 0.411793 -0.950629 0.411793 -0.717065 0.366655 -0.776379 0.366655 -0.542045 0.411793 -0.776379 0.411793 -0.542045 0.366655 -0.596610 0.366655 -0.361680 0.411793 -0.596610 0.411793 -0.361680 -0.484174 0.558879 -0.440353 0.510276 0.366655 -0.412840 0.366655 -0.177503 0.411793 -0.412840 0.411793 -0.177503 -0.250573 0.587413 -0.228433 0.533613 0.366655 -0.226589 0.366655 0.008954 0.411793 -0.226589 0.015223 0.596948 0.250573 0.587413 0.228433 0.533613 0.440353 0.510276 0.484174 0.558879 0.649698 0.471538 0.714289 0.511559 0.855201 0.417634 -0.366655 -0.832913 -0.366655 -1.044096 -0.411793 -0.832913 -0.411793 -1.044096 -0.411793 -0.885315 -0.411793 -0.673436 -0.366655 -0.885315 -0.366655 -0.673436 -0.366655 -0.340155 -0.366655 -0.553054 -0.411793 -0.340155 -0.411793 -0.553054 -0.411793 -0.381852 -0.411793 -0.168651 -0.366655 -0.381852 -0.366655 -0.168651 -0.411793 -0.208785 -0.411793 0.004568 -0.366655 -0.208785 -0.015223 0.541407 -0.015223 0.596948 0.411793 0.008954 -0.366655 0.039375 -0.366655 -0.196169 -0.411793 0.039375 -0.411793 -0.196169 0.220128 0.587413 0.197988 0.533613 0.409907 0.510276 0.411793 0.034992 0.411793 -0.178361 0.366655 0.034992 0.366655 -0.178361 -0.197988 0.533613 0.015223 0.541407 -0.220128 0.587413 -0.366655 0.004568 -0.409907 0.510276 -0.453729 0.558879 0.366655 -0.351590 0.366655 -0.138389 0.411793 -0.351590 0.411793 -0.138389 0.411793 -0.310218 0.411793 -0.523117 0.366655 -0.310218 0.366655 -0.523117 -0.619253 0.471538 -0.683844 0.511559 -0.366655 -0.331858 -0.366655 -0.566789 -0.411793 -0.331858 -0.411793 -0.566789 0.683844 0.511559 0.619253 0.471538 0.453729 0.558879 0.824756 0.417634 -0.411793 -0.382620 -0.411793 -0.147283 -0.366655 -0.382620 -0.366655 -0.147283 0.411793 -0.479350 0.411793 -0.691806 0.366655 -0.479350 0.366655 -0.691806 -0.824756 0.417634 -0.908763 0.445804 -0.366655 -0.512823 -0.366655 -0.747157 -0.411793 -0.512823 -0.411793 -0.747157 0.908763 0.445804 1.025173 0.348889 -0.366655 -0.688642 -0.366655 -0.922206 -0.411793 -0.688642 -1.126813 0.362102 -1.025173 0.348889 0.366655 -0.856517 0.366655 -0.644638 0.411793 -0.856517 0.411793 -0.644638 0.411793 -0.804928 0.411793 -1.016111 0.366655 -0.804928 1.219290 0.265721 1.126813 0.362102 -0.411793 -0.922206 -0.366655 -0.857778 -0.366655 -1.079724 -0.411793 -0.857778 -1.326740 0.265721 -1.219290 0.265721 0.366655 -1.016111 -0.411793 1.219290 -0.411793 1.326740 -0.366655 1.219290 1.326740 0.265721 -0.366655 1.326740 -0.411793 -1.079724 </float_array>
<technique_common>
<accessor source="#mesh15-geometry-uv-array" count="156" stride="2">
<param name="S" type="float"/>
<param name="T" type="float"/>
</accessor>
</technique_common>
</source>
<vertices id="mesh15-geometry-vertex">
<input semantic="POSITION" source="#mesh15-geometry-position"/>
</vertices>
<triangles material="Wood_Cherry_Original1" count="200">
<input semantic="VERTEX" source="#mesh15-geometry-vertex" offset="0"/>
<input semantic="NORMAL" source="#mesh15-geometry-normal" offset="1"/>
<input semantic="TEXCOORD" source="#mesh15-geometry-uv" offset="2" set="0"/>
<p>0 0 0 1 1 1 2 0 2 2 2 2 1 3 1 0 2 0 3 1 3 2 0 2 1 1 1 1 3 1 2 2 2 3 3 3 2 4 4 3 4 5 4 4 6 4 5 6 3 5 5 2 5 4 4 4 6 3 4 5 5 4 7 5 5 7 3 5 5 4 5 6 3 4 5 6 4 8 5 4 7 5 5 7 6 5 8 3 5 5 5 4 7 6 4 8 7 4 9 7 5 9 6 5 8 5 5 7 6 4 8 8 4 10 7 4 9 7 5 9 8 5 10 6 5 8 9 4 11 7 4 9 8 4 10 8 5 10 7 5 9 9 5 11 7 6 12 9 7 13 10 6 14 10 8 14 9 9 13 7 8 12 11 7 15 10 6 14 9 7 13 9 9 13 10 8 14 11 9 15 11 10 16 12 10 17 10 10 18 12 11 19 11 11 20 8 11 21 8 12 21 11 12 20 12 12 19 9 11 22 8 11 21 11 11 20 11 12 20 8 12 21 9 12 22 10 13 18 12 13 17 11 13 16 13 10 23 10 10 18 12 10 17 14 10 24 10 10 18 13 10 23 10 6 25 14 14 26 7 6 27 7 8 27 14 15 26 10 8 25 5 14 28 7 6 27 14 14 26 14 15 26 7 8 27 5 15 28 14 14 29 15 16 30 5 14 31 5 15 31 15 17 30 14 15 29 4 16 32 5 14 31 15 16 30 15 17 30 5 15 31 4 17 32 15 16 33 16 18 34 4 16 35 4 17 35 16 19 34 15 17 33 17 18 36 4 16 35 16 18 34 17 4 37 2 4 4 4 4 6 18 4 38 2 4 4 17 4 37 17 5 37 2 5 4 18 5 38 4 5 6 2 5 4 17 5 37 16 19 34 4 17 35 17 19 36 16 18 39 19 20 40 17 18 41 17 19 41 19 21 40 16 19 39 20 20 42 17 18 41 19 20 40 20 4 43 18 4 38 17 4 37 21 4 44 18 4 38 20 4 43 20 5 43 18 5 38 21 5 44 17 5 37 18 5 38 20 5 43 19 21 40 17 19 41 20 21 42 19 20 45 22 22 46 20 20 47 22 10 48 19 10 49 23 10 50 23 13 50 19 13 49 22 13 48 23 10 50 19 10 49 24 10 51 24 13 51 19 13 49 23 13 50 19 10 49 16 10 52 24 10 51 24 13 51 16 13 52 19 13 49 24 10 51 16 10 52 0 10 53 0 13 53 16 13 52 24 13 51 16 10 52 15 10 54 0 10 53 0 13 53 15 13 54 16 13 52 0 10 53 15 10 54 1 10 55 1 13 55 15 13 54 0 13 53 15 10 54 14 10 24 1 10 55 1 13 55 14 13 24 15 13 54 1 10 55 14 10 24 13 10 23 13 13 23 14 13 24 1 13 55 13 13 23 10 13 18 14 13 24 12 13 17 10 13 18 13 13 23 13 23 56 12 24 57 6 23 58 6 25 58 12 26 57 13 25 56 8 24 59 6 23 58 12 24 57 12 26 57 6 25 58 8 26 59 6 23 60 3 1 61 13 23 62 13 25 62 3 3 61 6 25 60 1 1 63 13 23 62 3 1 61 3 3 61 13 25 62 1 3 63 24 27 64 0 0 65 18 27 66 18 28 66 0 2 65 24 28 64 2 0 67 18 27 66 0 0 65 0 2 65 18 28 66 2 2 67 18 27 68 21 29 69 24 27 70 24 28 70 21 30 69 18 28 68 23 29 71 24 27 70 21 29 69 21 30 69 24 28 70 23 30 71 21 29 72 25 31 73 23 29 74 25 4 75 21 4 44 26 4 76 26 5 76 21 5 44 25 5 75 26 4 76 21 4 44 20 4 43 20 5 43 21 5 44 26 5 76 26 22 77 20 20 47 22 22 46 22 32 46 20 21 47 26 32 77 20 21 47 22 32 46 19 21 45 22 33 78 27 34 79 26 33 80 26 35 80 27 36 79 22 35 78 28 34 81 26 33 80 27 34 79 27 36 79 26 35 80 28 36 81 28 4 82 29 4 83 26 4 76 30 4 84 29 4 83 28 4 82 28 5 82 29 5 83 30 5 84 26 5 76 29 5 83 28 5 82 29 4 83 25 4 75 26 4 76 26 5 76 25 5 75 29 5 83 25 31 85 29 37 86 31 31 87 31 38 87 29 39 86 25 38 85 32 37 88 31 31 87 29 37 86 29 39 86 31 38 87 32 39 88 32 10 89 22 10 48 31 10 90 27 10 91 22 10 48 32 10 89 32 13 89 22 13 48 27 13 91 31 13 90 22 13 48 32 13 89 31 10 90 22 10 48 23 10 50 23 13 50 22 13 48 31 13 90 31 31 92 23 29 74 25 31 73 25 38 73 23 30 74 31 38 92 23 30 74 25 38 73 21 30 72 33 10 93 27 10 91 32 10 89 34 10 94 27 10 91 33 10 93 33 13 93 27 13 91 34 13 94 32 13 89 27 13 91 33 13 93 33 40 95 32 37 96 30 40 97 30 41 97 32 39 96 33 41 95 29 37 98 30 40 97 32 37 96 32 39 96 30 41 97 29 39 98 30 40 99 35 42 100 33 40 101 33 41 101 35 43 100 30 41 99 36 42 102 33 40 101 35 42 100 35 43 100 33 41 101 36 43 102 36 10 103 34 10 94 33 10 93 37 10 104 34 10 94 36 10 103 34 44 105 37 45 106 38 44 107 38 46 107 37 47 106 34 46 105 39 45 108 38 44 107 37 45 106 37 47 106 38 46 107 39 47 108 39 4 109 35 4 110 38 4 111 40 4 112 35 4 110 39 4 109 39 5 109 35 5 110 40 5 112 38 5 111 35 5 110 39 5 109 35 4 110 30 4 84 38 4 111 38 5 111 30 5 84 35 5 110 38 4 111 30 4 84 28 4 82 28 5 82 30 5 84 38 5 111 38 44 113 28 34 114 34 44 115 34 46 115 28 36 114 38 46 113 27 34 116 34 44 115 28 34 114 28 36 114 34 46 115 27 36 116 35 42 117 40 48 118 36 42 119 36 43 119 40 49 118 35 43 117 41 48 120 36 42 119 40 48 118 40 49 118 36 43 119 41 49 120 41 10 121 37 10 104 36 10 103 42 10 122 37 10 104 41 10 121 37 45 123 42 50 124 39 45 125 39 47 125 42 51 124 37 47 123 43 50 126 39 45 125 42 50 124 43 4 127 40 4 112 39 4 109 44 4 128 40 4 112 43 4 127 43 5 127 40 5 112 44 5 128 39 5 109 40 5 112 43 5 127 42 51 124 39 47 125 43 51 126 42 50 129 45 52 130 43 50 131 45 10 132 42 10 122 46 10 133 46 13 133 42 13 122 45 13 132 46 10 133 42 10 122 41 10 121 41 13 121 42 13 122 46 13 133 41 13 121 37 13 104 42 13 122 36 13 103 37 13 104 41 13 121 36 13 103 34 13 94 37 13 104 33 13 93 34 13 94 36 13 103 46 53 134 41 48 135 44 53 136 44 54 136 41 49 135 46 54 134 40 48 137 44 53 136 41 48 135 41 49 135 44 54 136 40 49 137 44 53 138 47 55 139 46 53 140 47 4 141 44 4 128 48 4 142 48 5 142 44 5 128 47 5 141 48 4 142 44 4 128 43 4 127 43 5 127 44 5 128 48 5 142 48 52 143 43 50 131 45 52 130 45 56 130 43 51 131 48 56 143 43 51 131 45 56 130 42 51 129 45 52 144 49 57 145 48 52 146 49 10 147 45 10 132 50 10 148 50 13 148 45 13 132 49 13 147 50 10 148 45 10 132 46 10 133 46 13 133 45 13 132 50 13 148 50 55 149 46 53 140 47 55 139 47 58 139 46 54 140 50 58 149 46 54 140 47 58 139 44 54 138 47 59 150 51 59 151 50 59 152 51 4 153 47 4 141 48 4 142 48 5 142 47 5 141 51 5 153 50 60 152 51 60 151 47 60 150 49 59 154 50 59 152 51 59 151 51 60 151 50 60 152 49 60 154 51 57 155 48 52 146 49 57 145 49 61 145 48 56 146 51 61 155 48 56 146 49 61 145 45 56 144 </p>
</triangles>
</mesh>
</geometry>
<geometry id="mesh16-geometry" name="mesh16-geometry">
<mesh>
<source id="mesh16-geometry-position">
<float_array id="mesh16-geometry-position-array" count="6">-31.576292 -0.786468 40.466510 -24.451292 -0.786468 40.466510 </float_array>
<technique_common>
<accessor source="#mesh16-geometry-position-array" count="2" stride="3">
<param name="X" type="float"/>
<param name="Y" type="float"/>
<param name="Z" type="float"/>
</accessor>
</technique_common>
</source>
<vertices id="mesh16-geometry-vertex">
<input semantic="POSITION" source="#mesh16-geometry-position"/>
</vertices>
<lines material="ForegroundColor" count="1">
<input semantic="VERTEX" source="#mesh16-geometry-vertex" offset="0"/>
<p>0 1 </p>
</lines>
</mesh>
</geometry>
</library_geometries>
<library_visual_scenes>
<visual_scene id="SketchUpScene" name="SketchUpScene">
<node id="Model" name="Model">
<node id="post1" name="post1">
<node id="mesh1" name="mesh1">
<instance_geometry url="#mesh1-geometry">
<bind_material>
<technique_common>
<instance_material symbol="Wood_Cherry_OriginalnoCulling" target="#Wood_Cherry_OriginalnoCullingID">
<bind_vertex_input semantic="UVSET0" input_semantic="TEXCOORD" input_set="0"/>
</instance_material>
</technique_common>
</bind_material>
</instance_geometry>
</node>
<node id="mesh2" name="mesh2">
<instance_geometry url="#mesh2-geometry">
<bind_material>
<technique_common>
<instance_material symbol="ForegroundColor" target="#ForegroundColorID"/>
</technique_common>
</bind_material>
</instance_geometry>
</node>
</node>
<node id="post2" name="post2">
<node id="mesh3" name="mesh3">
<instance_geometry url="#mesh3-geometry">
<bind_material>
<technique_common>
<instance_material symbol="Wood_Cherry_OriginalnoCulling" target="#Wood_Cherry_OriginalnoCullingID">
<bind_vertex_input semantic="UVSET0" input_semantic="TEXCOORD" input_set="0"/>
</instance_material>
</technique_common>
</bind_material>
</instance_geometry>
</node>
<node id="mesh4" name="mesh4">
<instance_geometry url="#mesh4-geometry">
<bind_material>
<technique_common>
<instance_material symbol="ForegroundColor" target="#ForegroundColorID"/>
</technique_common>
</bind_material>
</instance_geometry>
</node>
</node>
<node id="post3" name="post3">
<node id="mesh5" name="mesh5">
<instance_geometry url="#mesh5-geometry">
<bind_material>
<technique_common>
<instance_material symbol="Wood_Cherry_OriginalnoCulling" target="#Wood_Cherry_OriginalnoCullingID">
<bind_vertex_input semantic="UVSET0" input_semantic="TEXCOORD" input_set="0"/>
</instance_material>
</technique_common>
</bind_material>
</instance_geometry>
</node>
<node id="mesh6" name="mesh6">
<instance_geometry url="#mesh6-geometry">
<bind_material>
<technique_common>
<instance_material symbol="ForegroundColor" target="#ForegroundColorID"/>
</technique_common>
</bind_material>
</instance_geometry>
</node>
</node>
<node id="post4" name="post4">
<node id="mesh7" name="mesh7">
<instance_geometry url="#mesh7-geometry">
<bind_material>
<technique_common>
<instance_material symbol="Wood_Cherry_OriginalnoCulling" target="#Wood_Cherry_OriginalnoCullingID">
<bind_vertex_input semantic="UVSET0" input_semantic="TEXCOORD" input_set="0"/>
</instance_material>
</technique_common>
</bind_material>
</instance_geometry>
</node>
<node id="mesh8" name="mesh8">
<instance_geometry url="#mesh8-geometry">
<bind_material>
<technique_common>
<instance_material symbol="ForegroundColor" target="#ForegroundColorID"/>
</technique_common>
</bind_material>
</instance_geometry>
</node>
</node>
<node id="post5" name="post5">
<node id="mesh9" name="mesh9">
<instance_geometry url="#mesh9-geometry">
<bind_material>
<technique_common>
<instance_material symbol="Wood_Cherry_OriginalnoCulling" target="#Wood_Cherry_OriginalnoCullingID">
<bind_vertex_input semantic="UVSET0" input_semantic="TEXCOORD" input_set="0"/>
</instance_material>
</technique_common>
</bind_material>
</instance_geometry>
</node>
<node id="mesh10" name="mesh10">
<instance_geometry url="#mesh10-geometry">
<bind_material>
<technique_common>
<instance_material symbol="ForegroundColor" target="#ForegroundColorID"/>
</technique_common>
</bind_material>
</instance_geometry>
</node>
</node>
<node id="post6" name="post6">
<node id="mesh11" name="mesh11">
<instance_geometry url="#mesh11-geometry">
<bind_material>
<technique_common>
<instance_material symbol="Wood_Cherry_OriginalnoCulling" target="#Wood_Cherry_OriginalnoCullingID">
<bind_vertex_input semantic="UVSET0" input_semantic="TEXCOORD" input_set="0"/>
</instance_material>
</technique_common>
</bind_material>
</instance_geometry>
</node>
<node id="mesh12" name="mesh12">
<instance_geometry url="#mesh12-geometry">
<bind_material>
<technique_common>
<instance_material symbol="ForegroundColor" target="#ForegroundColorID"/>
</technique_common>
</bind_material>
</instance_geometry>
</node>
</node>
<node id="mesh13" name="mesh13">
<instance_geometry url="#mesh13-geometry">
<bind_material>
<technique_common>
<instance_material symbol="Wood_Cherry_Original1" target="#Wood_Cherry_Original1ID">
<bind_vertex_input semantic="UVSET0" input_semantic="TEXCOORD" input_set="0"/>
</instance_material>
</technique_common>
</bind_material>
</instance_geometry>
</node>
<node id="mesh14" name="mesh14">
<instance_geometry url="#mesh14-geometry">
<bind_material>
<technique_common>
<instance_material symbol="Wood_Cherry_Original1" target="#Wood_Cherry_Original1ID">
<bind_vertex_input semantic="UVSET0" input_semantic="TEXCOORD" input_set="0"/>
</instance_material>
</technique_common>
</bind_material>
</instance_geometry>
</node>
<node id="mesh15" name="mesh15">
<instance_geometry url="#mesh15-geometry">
<bind_material>
<technique_common>
<instance_material symbol="Wood_Cherry_Original1" target="#Wood_Cherry_Original1ID">
<bind_vertex_input semantic="UVSET0" input_semantic="TEXCOORD" input_set="0"/>
</instance_material>
</technique_common>
</bind_material>
</instance_geometry>
</node>
<node id="mesh16" name="mesh16">
<instance_geometry url="#mesh16-geometry">
<bind_material>
<technique_common>
<instance_material symbol="ForegroundColor" target="#ForegroundColorID"/>
</technique_common>
</bind_material>
</instance_geometry>
</node>
</node>
</visual_scene>
</library_visual_scenes>
<scene>
<instance_visual_scene url="#SketchUpScene"/>
</scene>
</COLLADA>