-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtower.dae
426 lines (426 loc) · 59.3 KB
/
tower.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
<?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-11T06:41:47Z</created>
<modified>2007-08-11T06:41:47Z</modified>
<unit name="inches" meter="0.0254"/>
<up_axis>Z_UP</up_axis>
</asset>
<library_images>
<image id="Concrete_Block_8x8_GraynoCulling-image" name="Concrete_Block_8x8_GraynoCulling-image">
<init_from>../images/Concrete_Block_8x8_GraynoCulling.jpg</init_from>
</image>
<image id="Concrete_Aggregate_SmokenoCulling-image" name="Concrete_Aggregate_SmokenoCulling-image">
<init_from>../images/Concrete_Aggregate_SmokenoCulling.jpg</init_from>
</image>
<image id="Concrete_Block_8x8_Gray1-image" name="Concrete_Block_8x8_Gray1-image">
<init_from>../images/Concrete_Block_8x8_Gray1.jpg</init_from>
</image>
<image id="Concrete_Aggregate_Smoke1-image" name="Concrete_Aggregate_Smoke1-image">
<init_from>../images/Concrete_Aggregate_Smoke1.jpg</init_from>
</image>
<image id="Wood_Cherry_OriginalnoCulling-image" name="Wood_Cherry_OriginalnoCulling-image">
<init_from>../images/Wood_Cherry_OriginalnoCulling.jpg</init_from>
</image>
</library_images>
<library_materials>
<material id="Concrete_Block_8x8_GraynoCullingID" name="Concrete_Block_8x8_GraynoCulling">
<instance_effect url="#Concrete_Block_8x8_GraynoCulling-effect"/>
</material>
<material id="Concrete_Aggregate_SmokenoCullingID" name="Concrete_Aggregate_SmokenoCulling">
<instance_effect url="#Concrete_Aggregate_SmokenoCulling-effect"/>
</material>
<material id="Concrete_Block_8x8_Gray1ID" name="Concrete_Block_8x8_Gray1">
<instance_effect url="#Concrete_Block_8x8_Gray1-effect"/>
</material>
<material id="Concrete_Aggregate_Smoke1ID" name="Concrete_Aggregate_Smoke1">
<instance_effect url="#Concrete_Aggregate_Smoke1-effect"/>
</material>
<material id="Material1noCullingID" name="Material1noCulling">
<instance_effect url="#Material1noCulling-effect"/>
</material>
<material id="Wood_Cherry_OriginalnoCullingID" name="Wood_Cherry_OriginalnoCulling">
<instance_effect url="#Wood_Cherry_OriginalnoCulling-effect"/>
</material>
</library_materials>
<library_effects>
<effect id="Concrete_Block_8x8_GraynoCulling-effect" name="Concrete_Block_8x8_GraynoCulling-effect">
<profile_COMMON>
<newparam sid="Concrete_Block_8x8_GraynoCulling-image-surface">
<surface type="2D">
<init_from>Concrete_Block_8x8_GraynoCulling-image</init_from>
</surface>
</newparam>
<newparam sid="Concrete_Block_8x8_GraynoCulling-image-sampler">
<sampler2D>
<source>Concrete_Block_8x8_GraynoCulling-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="Concrete_Block_8x8_GraynoCulling-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="Concrete_Aggregate_SmokenoCulling-effect" name="Concrete_Aggregate_SmokenoCulling-effect">
<profile_COMMON>
<newparam sid="Concrete_Aggregate_SmokenoCulling-image-surface">
<surface type="2D">
<init_from>Concrete_Aggregate_SmokenoCulling-image</init_from>
</surface>
</newparam>
<newparam sid="Concrete_Aggregate_SmokenoCulling-image-sampler">
<sampler2D>
<source>Concrete_Aggregate_SmokenoCulling-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="Concrete_Aggregate_SmokenoCulling-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="Concrete_Block_8x8_Gray1-effect" name="Concrete_Block_8x8_Gray1-effect">
<profile_COMMON>
<newparam sid="Concrete_Block_8x8_Gray1-image-surface">
<surface type="2D">
<init_from>Concrete_Block_8x8_Gray1-image</init_from>
</surface>
</newparam>
<newparam sid="Concrete_Block_8x8_Gray1-image-sampler">
<sampler2D>
<source>Concrete_Block_8x8_Gray1-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="Concrete_Block_8x8_Gray1-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>
<effect id="Concrete_Aggregate_Smoke1-effect" name="Concrete_Aggregate_Smoke1-effect">
<profile_COMMON>
<newparam sid="Concrete_Aggregate_Smoke1-image-surface">
<surface type="2D">
<init_from>Concrete_Aggregate_Smoke1-image</init_from>
</surface>
</newparam>
<newparam sid="Concrete_Aggregate_Smoke1-image-sampler">
<sampler2D>
<source>Concrete_Aggregate_Smoke1-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="Concrete_Aggregate_Smoke1-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>
<effect id="Material1noCulling-effect" name="Material1noCulling-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.200000 0.200000 0.200000 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_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>
</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="693">55.403396 -0.000000 16.156817 21.449425 -37.578522 153.478409 27.701698 -47.980748 16.156817 42.898849 -0.000000 153.478409 26.382792 -46.221582 158.693153 52.765585 -0.000000 158.693153 26.382792 46.221582 158.693153 21.449425 37.578522 153.478409 27.701698 47.980748 16.156817 4.504653 41.056775 107.561392 0.593595 41.056775 107.561392 -21.449425 37.578522 153.478409 -27.701698 47.980748 16.156817 40.774409 70.623348 -81.185871 -40.774409 70.623348 -81.185871 -81.548819 -0.000000 -81.185871 -55.403396 -0.000000 16.156817 -27.701698 -47.980748 16.156817 -40.774409 -70.623348 -81.185871 40.774409 -70.623348 -81.185871 81.548819 -0.000000 -81.185871 -4.280617 -40.384738 116.433068 -4.280617 -38.954887 135.308779 -7.054081 -38.954887 135.308779 -21.449425 -37.578522 153.478409 -7.054081 -40.384738 116.433068 -3.143023 -0.000000 111.312462 -3.143023 1.797136 135.036762 -42.898849 -0.000000 153.478409 -26.382792 -46.221582 158.693153 -52.765585 -0.000000 158.693153 -29.680641 -40.443884 173.359621 -26.382792 -46.221582 173.359621 26.382792 -46.221582 173.359621 29.680641 -40.443884 173.359621 32.978490 -34.666187 173.359621 36.264703 -28.908875 173.359621 37.919446 -26.009833 173.359621 41.223113 -20.221942 173.359621 42.872038 -17.333093 173.359621 46.169887 -11.555396 173.359621 49.467736 -5.777698 173.359621 52.765585 0.000000 173.359621 49.467736 5.777698 173.359621 46.169887 11.555396 173.359621 42.872038 17.333093 173.359621 41.223113 20.221942 173.359621 37.043328 27.544756 173.359621 36.276339 28.888489 173.359621 32.978490 34.666187 173.359621 29.680641 40.443884 173.359621 26.382792 46.221582 173.359621 -26.382792 46.221582 173.359621 -26.382792 46.221582 158.693153 4.504653 39.587883 126.952486 0.593595 4.007869 104.754906 0.593595 2.538977 124.146000 0.593595 39.587883 126.952486 -49.467736 5.777698 173.359621 -52.765585 -0.000000 173.359621 -49.467736 -5.777698 173.359621 -46.169887 -11.555396 173.359621 -42.777659 -17.498441 173.359621 -41.175924 -20.304616 173.359621 -37.970933 -25.919629 173.359621 -36.367678 -28.728467 173.359621 -32.978490 -34.666187 173.359621 -32.978490 -34.666187 188.786572 -29.680641 -40.443884 188.786572 -22.418114 -36.250862 177.596600 -22.418114 -36.250862 193.566754 -27.482641 -27.478845 177.596600 -42.355582 -1.718155 158.693153 -22.418114 -36.250862 158.693153 -19.787094 -37.540088 158.693153 -19.787094 -37.540088 177.596600 -19.787094 -46.221582 173.359621 -13.191396 -46.221582 173.359621 -3.201884 -46.221582 173.359621 3.201884 -46.221582 173.359621 13.191396 -46.221582 173.359621 19.787094 -46.221582 173.359621 19.787094 -37.540088 177.596600 22.418114 -36.250862 177.596600 29.680641 -40.443884 188.786572 22.418114 -36.250862 193.566754 25.495469 -30.920728 193.566754 25.921541 -30.182749 193.566754 27.522766 -27.409347 193.566754 32.978490 -34.666187 188.786572 27.522766 -27.409347 177.596600 29.058936 -24.748623 177.596600 37.919446 -26.009833 188.786572 29.058936 -24.748623 193.566754 32.396951 -18.967011 193.566754 35.628037 -13.370605 193.566754 41.223113 -20.221942 188.786572 39.574189 -23.110791 188.786572 35.628037 -13.370605 177.596600 42.375787 -1.683159 158.693153 22.418114 -36.250862 158.693153 19.787094 -37.540088 158.693153 -22.418114 36.250862 158.693153 -42.375787 1.683159 158.693153 -42.375787 1.683159 177.596600 -37.346877 10.393487 177.596600 -35.715745 13.218691 177.596600 -35.715745 13.218691 193.566754 -29.070672 24.728295 177.596600 -27.434805 27.561699 177.596600 -27.434805 27.561699 193.566754 -25.723783 30.525276 193.566754 -22.418114 36.250862 193.566754 -22.418114 36.250862 177.596600 -19.787094 37.540088 177.596600 -19.787094 37.540088 158.693153 19.787094 37.540088 158.693153 22.397423 36.286700 158.693153 42.651145 1.206226 158.693153 42.651145 1.206226 177.596600 42.375787 -1.683159 177.596600 42.375787 -1.683159 193.566754 39.049508 -7.444443 193.566754 37.301428 -10.472206 177.596600 46.169887 -11.555396 188.786572 37.301428 -10.472206 193.566754 49.467736 -5.777698 188.786572 49.467736 5.777698 188.786572 42.651145 1.206226 193.566754 46.169887 11.555396 188.786572 37.644703 9.877636 177.596600 37.644703 9.877636 193.566754 39.489959 6.681560 193.566754 41.913660 2.483587 193.566754 36.676049 11.555396 177.596600 35.887377 12.921415 177.596600 35.887377 12.921415 193.566754 41.223113 20.221942 188.786572 39.574189 23.110791 188.786572 37.043328 27.544756 188.786572 32.510670 18.770044 193.566754 29.070672 24.728295 193.566754 29.070672 24.728295 177.596600 27.444587 27.544756 177.596600 27.444587 27.544756 193.566754 32.978490 34.666187 188.786572 29.680641 40.443884 188.786572 25.744393 30.489579 193.566754 22.397423 36.286700 193.566754 22.397423 36.286700 177.596600 19.787094 37.540088 177.596600 19.787094 46.221582 173.359621 13.191396 46.221582 173.359621 3.297849 46.221582 173.359621 -3.297849 46.221582 173.359621 -13.191396 46.221582 173.359621 -19.787094 46.221582 173.359621 -29.680641 40.443884 173.359621 -32.978490 34.666187 173.359621 -36.276339 28.888489 173.359621 -37.925264 25.999640 173.359621 -41.223113 20.221942 173.359621 -42.872038 17.333093 173.359621 -46.169887 11.555396 173.359621 -46.169887 11.555396 188.786572 -49.467736 5.777698 188.786572 -42.375787 1.683159 193.566754 -37.346877 10.393487 193.566754 -41.223113 20.221942 188.786572 -39.574189 23.110791 188.786572 -37.925264 25.999640 188.786572 -32.567529 18.671561 193.566754 -29.070672 24.728295 193.566754 -32.978490 34.666187 188.786572 -29.680641 40.443884 188.786572 -42.355582 -1.718155 177.596600 -42.355582 -1.718155 193.566754 -39.049508 -7.444443 193.566754 -37.301428 -10.472206 193.566754 -37.301428 -10.472206 177.596600 -35.628037 -13.370605 177.596600 -29.162798 -24.568728 193.566754 -29.162798 -24.568728 177.596600 -37.970933 -25.919629 188.786572 -35.628037 -13.370605 193.566754 -32.396951 -18.967011 193.566754 -41.175924 -20.304616 188.786572 -39.574189 -23.110791 188.786572 -46.169887 -11.555396 188.786572 -49.467736 -5.777698 188.786572 -27.482641 -27.478845 193.566754 -25.723783 -30.525276 193.566754 -43.347560 0.000000 158.693153 -19.787094 46.221582 188.786572 -19.787094 37.540088 193.566754 -9.723146 37.540088 193.566754 -9.723146 37.540088 177.596600 -6.403769 37.540088 177.596600 6.403769 37.540088 177.596600 9.723146 37.540088 177.596600 19.787094 37.540088 193.566754 9.723146 37.540088 193.566754 13.191396 46.221582 188.786572 19.787094 46.221582 188.786572 6.403769 37.540088 193.566754 3.297849 46.221582 188.786572 -3.297849 46.221582 188.786572 -6.403769 37.540088 193.566754 -13.191396 46.221582 188.786572 -9.723146 -37.540088 177.596600 -19.787094 -37.540088 193.566754 -9.723146 -37.540088 193.566754 -13.191396 -46.221582 188.786572 -19.787094 -46.221582 188.786572 -6.403769 -37.540088 177.596600 -6.403769 -37.540088 193.566754 -3.201884 -46.221582 188.786572 3.201884 -46.221582 188.786572 6.403769 -37.540088 177.596600 6.403769 -37.540088 193.566754 9.723146 -37.540088 177.596600 9.723146 -37.540088 193.566754 13.191396 -46.221582 188.786572 19.787094 -46.221582 188.786572 19.787094 -37.540088 193.566754 -34.890592 19.492959 118.351782 -33.490354 21.946119 118.351782 -34.527450 22.538083 102.862153 -35.927688 20.084922 102.862153 -4.948154 0.591963 103.567647 -3.911058 -0.000000 119.057277 </float_array>
<technique_common>
<accessor source="#mesh1-geometry-position-array" count="231" 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="543">0.864617 -0.496347 0.077957 0.863449 -0.498513 0.077076 0.865779 -0.494177 0.078838 0.451488 -0.257704 -0.854253 0.451488 0.257704 -0.854253 0.864632 0.496355 0.077741 0.865913 0.494254 0.076865 0.000000 0.997143 0.075534 -0.000000 0.973998 0.226559 -0.843507 0.486999 0.226559 -0.843507 -0.486999 0.226559 -0.000000 -0.973998 0.226559 0.843507 -0.486999 0.226559 0.843507 0.486999 0.226559 0.863345 0.498452 0.078616 -0.000000 -0.997143 0.075534 -0.000000 0.125788 0.992057 -0.995405 0.095483 -0.007233 0.995405 -0.095483 0.007233 -0.999609 0.027890 -0.002113 0.000000 -0.006675 -0.999978 -0.864617 -0.496347 0.077957 -0.863449 -0.498513 0.077076 -0.865779 -0.494177 0.078838 -0.451488 -0.257704 -0.854253 -0.868482 -0.495720 -0.000000 0.000000 -1.000000 0.000000 0.000000 -0.516600 -0.856227 0.868482 -0.495720 -0.000000 0.868482 0.495720 -0.000000 0.000000 1.000000 0.000000 -0.000000 0.516600 -0.856227 -0.994505 0.104386 0.007907 1.000000 0.000000 0.000000 -0.000000 -0.075534 0.997143 0.000000 0.075534 -0.997143 -0.451488 0.257704 -0.854253 -0.868482 0.495720 0.000000 0.500000 -0.866025 -0.000000 0.866025 0.500000 0.000000 0.440022 0.897987 0.000000 -0.162026 -0.330658 0.929738 -0.391648 -0.223549 0.892546 0.000000 -0.438600 0.898683 -0.000000 -0.438600 0.898683 0.162026 -0.330658 0.929738 0.391648 -0.223549 0.892546 -0.500000 -0.866025 -0.000000 0.430457 -0.247107 0.868127 0.428868 -0.247607 0.868771 0.432046 -0.246607 0.867480 0.799307 0.600923 0.000000 0.392929 -0.225565 0.891475 0.391758 -0.226181 0.891834 0.394100 -0.224948 0.891114 -0.140920 -0.990021 -0.000000 0.433620 -0.248923 0.866032 0.432053 -0.249446 0.866664 0.435185 -0.248399 0.865397 0.774542 0.632522 -0.000000 -0.866025 0.500000 -0.000000 -0.440022 0.897987 -0.000000 0.000000 0.000000 1.000000 0.866025 -0.500000 0.000000 0.440022 -0.897987 -0.000000 -0.995490 0.094870 -0.000000 0.396010 -0.227334 0.889660 0.394840 -0.227961 0.890020 0.397180 -0.226706 0.889299 -0.121239 -0.992623 0.000000 0.436555 -0.250609 0.864069 0.435282 -0.251310 0.864507 0.437827 -0.249907 0.863628 0.500000 0.866025 0.000000 0.399097 -0.227801 0.888160 0.382416 -0.036444 0.923271 0.399202 0.227860 0.888098 0.556982 -0.830524 0.000000 0.437935 0.249969 0.863556 0.436609 0.250640 0.864032 -0.193097 0.981180 0.000000 -0.866025 -0.500000 0.000000 0.435282 0.251310 0.864507 0.396075 0.227371 0.889622 0.394840 0.227961 0.890020 0.807352 -0.590070 -0.000000 0.433500 0.248853 0.866112 0.435286 0.248457 0.865330 0.431712 0.249249 0.866891 -0.333092 0.942894 -0.000000 0.394104 0.224950 0.891111 0.392931 0.225566 0.891474 0.391758 0.226181 0.891834 0.789620 -0.613596 0.000000 0.432016 0.246590 0.867500 0.430442 0.247099 0.868137 0.428868 0.247607 0.868771 -0.495720 0.868482 -0.000000 0.391640 0.223544 0.892550 0.159606 0.332398 0.929536 -0.000000 0.438600 0.898683 0.000000 0.438600 0.898683 -0.000000 -0.438600 -0.898683 -0.162026 0.330658 0.929738 -0.391648 0.223549 0.892546 -0.500000 -0.866025 0.000000 -0.435282 0.251310 0.864507 -0.436555 0.250609 0.864069 0.130563 0.991440 0.000000 -0.396019 0.227339 0.889655 -0.397197 0.226716 0.889289 -0.394840 0.227961 0.890020 -0.786056 -0.618156 0.000000 -0.433638 0.248933 0.866020 -0.435219 0.248418 0.865374 -0.432055 0.249447 0.866663 0.142123 0.989849 -0.000000 -0.392931 0.225566 0.891474 -0.394104 0.224950 0.891111 -0.391758 0.226181 0.891834 -0.788385 -0.615183 0.000000 -0.430440 0.247098 0.868138 -0.432012 0.246588 0.867502 -0.428868 0.247607 0.868771 0.500000 0.866025 0.000000 -0.437827 0.249907 0.863628 -0.399097 0.227801 0.888160 -0.377298 -0.002241 0.926089 0.999982 0.005940 0.000000 -0.391758 -0.226181 0.891834 -0.392948 -0.225576 0.891464 -0.394138 -0.224970 0.891091 0.151597 -0.988442 0.000000 -0.432073 -0.249457 0.866651 -0.433630 -0.248929 0.866025 -0.780832 0.624742 -0.000000 -0.435185 -0.248399 0.865397 -0.394822 -0.227951 0.890030 -0.396001 -0.227329 0.889665 -0.397180 -0.226706 0.889299 0.121239 -0.992623 -0.000000 -0.435282 -0.251310 0.864507 -0.436551 -0.250607 0.864071 -0.437819 -0.249903 0.863634 -0.495720 0.868482 0.000000 -0.399090 -0.227796 0.888165 -0.794377 0.607425 0.000000 -0.430450 -0.247103 0.868132 -0.432030 -0.246598 0.867490 -0.428868 -0.247607 0.868771 -1.000000 0.000000 0.000000 -0.432852 -0.901465 0.000000 -0.000000 0.482334 0.875987 1.000000 -0.000000 0.000000 -0.928637 0.370990 -0.000000 -0.000000 0.438600 0.898683 0.941557 0.336854 -0.000000 -0.941557 0.336854 0.000000 0.941557 -0.336854 -0.000000 -0.000000 0.482334 0.875987 0.000000 -0.482334 -0.875987 0.000000 0.438600 0.898683 0.928637 0.370990 -0.000000 -0.000000 0.482334 0.875987 0.397309 0.226780 0.889222 -0.000000 -0.482334 0.875987 0.928637 -0.370990 -0.000000 -0.000000 -0.438600 0.898683 -0.938222 -0.346033 0.000000 0.938222 -0.346033 -0.000000 -0.000000 -0.438600 0.898683 -0.928637 -0.370990 -0.000000 -0.000000 -0.482334 0.875987 0.000000 -0.482334 0.875987 -0.865913 0.494254 0.076865 -0.864632 0.496355 0.077741 0.532616 0.846350 -0.003316 0.016752 -0.009562 -0.999814 -0.595967 -0.802956 0.009216 -0.016752 0.009562 0.999814 -0.863345 0.498452 0.078616 </float_array>
<technique_common>
<accessor source="#mesh1-geometry-normal-array" count="181" 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="1532">0.577119 0.258554 -0.454568 3.127957 -0.577119 0.258554 0.443038 3.126322 -0.458403 3.126322 0.572179 0.256523 0.443038 2.325288 -0.563836 2.534269 -0.458403 2.325288 0.544937 2.534269 -0.443038 2.325288 0.563836 2.534269 -0.544937 2.534269 0.458403 2.325288 0.582044 0.258990 0.458403 3.128345 -0.443038 3.128345 -0.577119 0.260135 -0.093847 2.169852 -0.446863 3.129197 -0.012367 2.169852 0.446863 3.129197 0.577119 0.260135 -3.397867 -7.922931 2.308475 0.405520 -2.308475 0.405520 3.397867 -7.922931 3.397867 -7.922931 -2.308475 0.405520 -3.397867 -7.922931 2.308475 0.405520 -3.397867 -7.922931 2.308475 0.405520 -2.308475 0.405520 3.397867 -7.922931 -3.397867 -7.922931 2.308475 0.405520 -2.308475 0.405520 3.397867 -7.922931 3.397867 -7.922931 -2.308475 0.405520 -3.397867 -7.922931 2.308475 0.405520 3.397867 -7.922931 -2.308475 0.405520 -3.397867 -7.922931 2.308475 0.405520 0.577119 0.256974 -0.446863 3.126722 -0.577119 0.256974 0.446863 3.129197 -0.577119 0.260135 0.577119 0.260135 -0.089180 2.355208 -0.089180 2.749579 -0.146960 2.749579 -0.446863 3.129197 -0.146960 2.355208 3.143023 14.001821 7.054081 54.709900 4.280617 54.709900 -40.873775 116.452919 -39.450457 135.329124 -0.300113 111.332180 1.488812 135.057100 0.087659 111.318851 39.059120 135.315221 -1.708777 135.043204 40.488415 116.439468 -3.143023 -0.895755 -4.280617 39.857175 -7.054081 39.857175 -0.577119 0.258554 0.577119 0.258554 0.454568 3.127957 -0.572179 0.256523 0.458403 3.126322 -0.443038 3.126322 0.563836 2.534269 -0.443038 2.325288 0.458403 2.325288 -0.544937 2.534269 0.563836 3.306107 0.425239 3.611659 -0.544937 3.306107 0.563836 3.611659 -0.549642 3.306107 0.549642 3.611659 -0.549642 3.611659 0.549642 3.306107 -0.446863 2.322139 0.549642 2.532438 -0.549642 2.532438 0.446863 2.322139 0.544937 3.306107 -0.563836 3.611659 -0.563836 3.306107 -0.425239 3.611659 -0.286643 3.611659 -0.148535 3.611659 -0.078992 3.611659 0.059849 3.611659 0.129147 3.611659 0.267744 3.611659 0.406340 3.611659 0.544937 3.611659 0.563836 3.306107 -0.544937 3.611659 -0.544937 3.306107 -0.406340 3.611659 -0.267744 3.611659 -0.129147 3.611659 -0.059849 3.611659 0.115812 3.611659 0.148046 3.611659 0.286643 3.611659 0.425239 3.611659 0.563836 3.611659 -0.549642 3.306107 0.549642 3.611659 -0.549642 3.611659 0.549642 3.306107 -0.549642 2.532438 0.446863 2.322139 0.549642 2.532438 -0.446863 2.322139 -0.093847 2.574991 -4.047936 104.752991 -39.841833 126.951265 -41.302699 107.559564 -2.587070 124.144691 4.007869 104.754906 39.587883 126.952486 2.538977 124.146000 41.056775 107.561392 4.504653 49.064073 0.593595 49.064073 0.593595 11.909022 -0.012367 2.574991 -4.504653 49.064073 -0.593595 11.909022 -0.593595 49.064073 0.443038 2.325288 -0.563836 2.534269 -0.458403 2.325288 0.544937 2.534269 0.544937 3.306107 0.406340 3.611659 -0.563836 3.306107 0.544937 3.611659 -0.406340 3.611659 -0.544937 3.611659 -0.267744 3.611659 -0.125181 3.611659 -0.057866 3.611659 0.076828 3.611659 0.144207 3.611659 0.286643 3.611659 0.286643 3.933054 0.425239 3.933054 -0.782085 3.699929 -0.956794 3.933054 -0.956794 3.611659 -0.782085 4.032641 -0.420523 3.699929 -0.209501 3.699929 -0.420523 4.032641 0.410205 3.306107 -0.420523 3.306107 0.087083 3.699929 0.026043 3.306107 0.087083 3.306107 0.026043 3.699929 -0.104173 2.163165 -0.348332 2.163165 -0.279406 1.204282 1.697509 3.889289 1.700957 3.106328 2.255344 3.106328 -1.648925 3.679764 -2.198566 2.874744 -1.648925 2.874744 -0.274821 3.611659 -0.412231 3.611659 -0.066706 3.611659 0.066706 3.611659 0.274821 3.611659 0.412231 3.611659 2.198566 2.874744 1.648925 3.679764 1.648925 2.874744 0.279406 1.204282 0.348332 2.163165 0.104173 2.163165 -1.700957 3.106328 -1.697509 3.889289 -2.255344 3.106328 0.956794 3.933054 0.782085 3.699929 0.956794 3.611659 0.782085 4.032641 -0.420523 1.116467 -0.292300 1.317566 -0.420523 1.317566 -0.274547 1.317566 -0.207829 1.317566 -0.286643 1.128395 -0.211686 1.328582 -0.425239 1.128395 -0.990134 3.933054 -0.800990 3.699929 -0.800990 4.032641 -0.990134 3.611659 -0.286643 3.933054 -0.425239 3.933054 -1.127713 3.124350 -0.575289 3.904878 -0.831317 3.904878 -0.594140 3.152579 -0.590719 3.930669 -1.146571 3.152579 -0.315969 3.152579 0.858466 3.933054 0.672011 3.699929 0.858466 3.611659 0.672011 4.032641 -0.074280 1.134429 -0.004738 1.334046 -0.143822 1.334046 0.129890 1.334046 -0.078992 1.144599 0.059849 1.144599 0.126029 1.343341 -0.009449 1.144599 -0.078992 3.933054 -0.009449 3.933054 0.059849 3.933054 -0.685242 3.699929 -0.869527 3.933054 -0.869527 3.611659 -0.685242 4.032641 -0.129890 3.699929 0.004738 4.032641 -0.129890 4.032641 0.143822 3.699929 -0.411047 3.306107 0.207829 3.699929 0.420523 3.306107 0.292300 4.032641 0.420523 3.699929 0.420523 4.032641 -0.087083 3.306107 -0.026043 3.699929 -0.087083 3.699929 -0.026043 3.306107 0.311363 -0.503484 -0.274821 -0.521390 0.274821 -0.521390 -0.311363 0.503484 -0.311363 -0.503484 -0.588272 -0.023863 -0.588553 0.023377 0.420523 3.306107 -0.411047 3.699929 -0.411047 3.306107 -0.201509 3.699929 -0.133545 3.699929 -0.133545 4.032641 0.143333 3.699929 0.211494 3.699929 0.211494 4.032641 0.282787 4.032641 0.420523 4.032641 0.420523 3.699929 -0.087083 3.306107 -0.026043 3.699929 -0.087083 3.699929 -0.026043 3.306107 -0.274821 0.521390 0.274821 0.521390 0.311075 0.503982 0.592377 0.016753 0.588553 -0.023377 -0.048846 3.306107 -0.109314 3.699929 -0.109314 3.306107 -0.048846 3.699929 -0.411047 4.032641 -0.411047 3.699929 -0.272452 4.032641 -0.199615 3.699929 0.258237 3.188793 0.798460 3.963228 0.519561 3.963228 0.516589 3.210751 0.783013 3.982806 0.239395 3.210751 1.070975 3.210751 0.983964 3.933054 0.797831 3.699929 0.983964 3.611659 0.797831 4.032641 0.272452 1.152635 0.272452 1.350771 0.199615 1.350771 0.411047 1.350771 0.406340 1.158254 0.407182 1.355797 0.267744 1.158254 -0.952691 3.933054 -0.782085 3.699929 -0.782085 4.032641 -0.952691 3.611659 0.406340 3.933054 0.267744 3.933054 2.179748 3.246991 1.628729 4.015338 1.625362 3.246991 0.417155 1.508217 0.437258 2.427345 0.195385 2.427345 -2.179748 3.248967 -1.625362 3.248967 -1.674622 4.017113 0.922963 3.933054 0.751972 3.699929 0.922963 3.611659 0.751972 4.032641 -0.406340 1.158814 -0.267744 1.158814 -0.418655 1.356308 -0.267744 3.933054 -0.406340 3.933054 -0.809241 3.699929 -0.990256 3.933054 -0.990256 3.611659 -0.809241 4.032641 0.213918 3.699929 0.290804 4.032641 0.213918 4.032641 0.391791 4.032641 0.422520 3.306107 0.422520 3.699929 0.422520 4.032641 -0.272452 1.152635 -0.391791 1.350771 -0.422520 1.350771 -0.290804 1.350771 -0.213918 1.350771 -0.421385 3.306107 0.173557 3.699929 -0.258237 3.188793 -0.694230 3.963228 -0.855672 3.963228 -0.562785 3.963228 0.846890 3.611659 0.658504 4.032641 0.658504 3.699929 0.846890 3.933054 -0.059849 3.933054 0.009449 3.933054 0.115812 3.933054 -0.136835 1.343817 0.009449 1.145121 0.115812 1.145121 -0.059849 1.145121 0.111100 1.132509 -0.000000 1.332283 -0.140696 1.332283 0.143333 1.332283 -0.918810 3.933054 -0.742653 3.699929 -0.742653 4.032641 -0.918810 3.611659 0.592184 3.152661 0.588763 3.930743 0.463249 3.152661 1.146571 3.152661 1.127713 3.124350 0.844347 3.904878 0.573333 3.904878 0.991846 3.611659 0.803954 4.032641 0.803954 3.699929 0.991846 3.933054 0.286643 3.933054 0.425239 3.933054 0.286643 1.128240 0.425239 1.128240 0.214943 1.328440 0.420523 1.116467 0.281928 1.317566 0.211087 1.317566 0.421385 1.317566 -0.954708 3.933054 -0.779996 3.699929 -0.779996 4.032641 -0.954708 3.611659 1.700957 3.106185 2.255344 3.106185 1.700957 3.889161 -0.314673 1.214735 -0.132341 2.172293 -0.373645 2.172293 -2.198566 2.874744 -1.648925 2.874744 -1.648925 3.679764 -0.274821 3.611659 -0.412231 3.611659 -0.068705 3.611659 0.068705 3.611659 0.274821 3.611659 0.412231 3.611659 -1.648925 2.874744 -2.198566 2.874744 -1.648925 3.679764 -0.412231 0.919941 -0.549642 0.718686 -0.412231 0.718686 0.104173 2.163165 0.279406 1.204282 0.348332 2.163165 -1.697509 3.889289 -2.255344 3.106328 -1.700957 3.106328 -0.425239 3.611659 -0.563836 3.611659 -0.286643 3.611659 -0.148046 3.611659 -0.078748 3.611659 0.059849 3.611659 0.129147 3.611659 0.267744 3.611659 0.267744 3.933054 0.406340 3.933054 -0.782085 3.699929 -0.952691 3.933054 -0.952691 3.611659 -0.782085 4.032641 -0.411047 4.032641 -0.201509 4.032641 0.201509 1.350771 0.272452 1.152635 0.411047 1.350771 0.799671 3.699929 0.985070 3.933054 0.799671 4.032641 0.985070 3.611659 0.790588 3.983096 0.516589 3.211074 1.070975 3.211074 0.239395 3.211074 0.534179 3.963228 0.258237 3.188793 0.806035 3.963228 -0.676427 3.699929 -0.862039 3.933054 -0.862039 3.611659 -0.676427 4.032641 0.129684 1.343502 -0.009449 1.144776 0.059849 1.144776 -0.078748 1.144776 0.002369 1.334058 -0.074036 1.134442 0.133545 1.334058 -0.143333 1.334058 0.143333 4.032641 -0.002369 4.032641 0.672709 3.699929 0.859071 3.933054 0.672709 4.032641 0.859071 3.611659 -0.588763 3.930743 -0.592184 3.152661 -0.314991 3.152661 -1.146571 3.152661 -0.845977 3.904878 -1.127713 3.124350 -0.573333 3.904878 -0.804305 3.699929 -0.992043 3.933054 -0.992043 3.611659 -0.804305 4.032641 -0.215351 1.328423 -0.425239 1.128221 -0.286643 1.128221 -0.282787 1.317566 -0.420523 1.116467 -0.211494 1.317566 -0.420523 1.317566 0.782085 3.699929 0.956794 3.933054 0.782085 4.032641 0.956794 3.611659 -0.425239 3.933054 -0.286643 3.933054 -0.009449 3.933054 -0.078748 3.933054 0.059849 3.933054 0.407182 1.355797 0.267744 1.158254 0.406340 1.158254 1.628729 4.015338 1.625362 3.246991 2.179748 3.246991 0.122210 2.314516 -0.161238 2.314516 -0.026120 1.378716 -0.030553 3.699929 0.040309 3.306107 0.040309 3.699929 -0.030553 3.306107 0.410205 4.032641 0.410205 3.699929 0.272452 4.032641 0.199615 4.032641 0.199615 3.699929 0.129890 3.699929 -0.139495 4.032641 -0.139495 3.699929 0.838005 3.904878 0.557979 3.904878 1.127713 3.124350 0.573409 3.931321 0.576830 3.153307 1.146571 3.153307 0.307314 3.153307 -0.678131 3.699929 -0.863780 3.933054 -0.863780 3.611659 -0.678131 4.032641 0.139495 1.334150 -0.129890 1.334150 0.072116 1.134542 0.004738 1.334150 -0.004738 4.032641 0.129890 4.032641 0.866225 3.611659 0.681219 4.032641 0.681219 3.699929 0.866225 3.933054 0.009449 3.933054 -0.057866 3.933054 0.076828 3.933054 -0.126029 1.343341 0.009449 1.144599 0.076828 1.144599 -0.057866 1.144599 -0.519561 3.962892 -0.798460 3.962892 -0.250304 3.188422 -0.783013 3.982806 -0.500723 3.210751 -0.231463 3.210751 -1.070975 3.210751 -0.797831 3.699929 -0.983964 3.933054 -0.983964 3.611659 -0.797831 4.032641 -0.272452 1.350771 -0.272452 1.152635 -0.199615 1.350771 -0.410205 1.350771 -0.406340 1.355759 -0.406340 1.158213 -0.267744 1.158213 0.784100 3.699929 0.954708 3.933054 0.784100 4.032641 0.954708 3.611659 -1.625362 4.015208 -2.179748 3.246847 -1.625362 3.246847 -0.406340 3.933054 -0.267744 3.933054 0.991041 3.611659 0.802546 4.032641 0.802546 3.699929 0.991041 3.933054 0.213358 1.328509 0.286643 1.128316 0.425239 1.128316 0.420523 1.116467 0.282787 1.317566 0.209501 1.317566 0.420523 1.317566 -0.282787 4.032641 -0.209501 4.032641 -0.882408 -0.035795 -0.882829 0.035066 -0.903074 0.000000 -0.782085 3.699929 -0.962950 3.933054 -0.962950 3.611659 -0.782085 4.032641 -0.412231 3.699929 -0.202566 4.032641 -0.412231 4.032641 -0.202566 3.699929 -0.133412 3.699929 0.133412 3.699929 0.202566 3.699929 0.412231 3.699929 -0.412231 3.306107 0.412231 3.306107 0.033085 3.306107 0.093411 3.699929 0.033085 3.699929 0.093411 3.306107 -0.421385 4.032641 -0.421385 3.699929 -0.281928 4.032641 -0.211087 3.699929 -0.143333 3.699929 0.140696 3.699929 -0.000000 4.032641 0.140696 4.032641 -0.143333 4.032641 -0.211087 4.032641 0.412231 4.032641 0.202566 4.032641 -0.412231 1.259983 -0.274821 1.053513 -0.202566 1.259983 -0.412231 1.053513 0.782085 4.032641 0.962950 3.611659 0.962950 3.933054 0.782085 3.699929 -0.274821 3.933054 -0.412231 3.933054 -0.801423 3.699929 -0.996186 3.933054 -0.996186 3.611659 -0.801423 4.032641 -1.099283 2.874744 -0.533647 3.679764 -0.810262 3.679764 -0.274821 2.874744 0.883528 3.611659 0.691437 4.032641 0.691437 3.699929 0.883528 3.933054 0.068705 3.933054 -0.068705 3.933054 0.883528 3.933054 0.883528 3.611659 0.691437 4.032641 0.691437 3.699929 0.133412 4.032641 -0.133412 4.032641 -0.133412 1.259983 0.133412 1.259983 -0.068705 1.053513 0.068705 1.053513 0.274821 2.874744 0.810262 3.679764 0.533647 3.679764 1.099283 2.874744 0.996186 3.611659 0.801423 4.032641 0.801423 3.699929 0.996186 3.933054 0.412231 3.933054 0.274821 3.933054 0.412231 1.053513 0.202566 1.259983 0.274821 1.053513 0.412231 1.259983 -1.070975 3.213192 -0.239395 3.213192 -0.840225 3.984996 -0.516589 3.213192 -0.199615 4.032641 0.412231 3.699929 -0.412231 3.306107 0.412231 3.306107 -0.412231 3.699929 0.202566 3.699929 0.412231 4.032641 0.202566 4.032641 -0.412231 1.259983 -0.274821 1.053513 -0.202566 1.259983 -0.412231 1.053513 0.782085 4.032641 0.962950 3.611659 0.962950 3.933054 0.782085 3.699929 -0.274821 3.933054 -0.412231 3.933054 -0.801423 3.699929 -0.996186 3.933054 -0.996186 3.611659 -0.801423 4.032641 -0.266824 2.874744 -0.810262 3.679764 -1.099283 2.874744 -0.533647 3.679764 0.880379 3.611659 0.687605 4.032641 0.687605 3.699929 0.880379 3.933054 0.066706 3.933054 -0.066706 3.933054 -0.687605 3.699929 -0.880379 3.933054 -0.880379 3.611659 -0.687605 4.032641 -0.133412 3.699929 0.133412 4.032641 -0.133412 4.032641 0.133412 3.699929 -0.202566 3.699929 0.533647 3.679764 1.099283 2.874744 0.810262 3.679764 0.266824 2.874744 0.996186 3.611659 0.801423 4.032641 0.801423 3.699929 0.996186 3.933054 0.412231 3.933054 0.274821 3.933054 -0.782085 3.699929 -0.962950 3.933054 -0.962950 3.611659 -0.782085 4.032641 -0.202566 4.032641 -0.412231 4.032641 0.274821 1.053513 0.412231 1.259983 0.202566 1.259983 0.412231 1.053513 -0.066706 1.053513 0.133412 1.259983 -0.133412 1.259983 0.066706 1.053513 0.274547 4.032641 0.207829 4.032641 0.143822 4.032641 -0.458403 3.128345 0.007639 2.394369 0.443038 3.128345 -0.051207 2.394369 -0.051207 2.070711 -0.582044 0.258990 0.007639 2.070711 39.912151 118.344215 4.503185 103.560000 41.105193 102.854501 3.310143 119.049714 -1.938791 -1.099559 -0.366694 -37.674595 2.457959 -37.674595 -39.972143 118.325213 -4.326125 103.540451 -3.140542 119.030738 -41.157727 102.834926 1.938791 -2.592264 -2.457959 -39.167299 0.366694 -39.167299 -0.577119 0.256974 0.577119 0.256974 0.446863 3.126722 </float_array>
<technique_common>
<accessor source="#mesh1-geometry-uv-array" count="766" 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="Concrete_Block_8x8_GraynoCulling" count="358">
<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 1 2 3 2 3 1 0 4 0 0 5 3 3 6 4 3 7 1 3 8 4 3 7 3 3 6 5 3 9 3 4 10 6 4 11 5 4 12 6 4 11 3 4 10 7 4 13 8 5 14 7 6 15 3 5 16 8 7 17 9 7 18 7 7 19 9 7 18 8 7 17 10 7 20 8 7 17 11 7 21 10 7 20 11 7 21 8 7 17 12 7 22 8 5 47 3 5 48 0 14 49 1 15 50 17 15 51 2 15 52 17 15 51 1 15 50 21 15 53 21 15 53 1 15 50 22 15 54 22 15 54 1 15 50 23 15 55 24 15 56 23 15 55 1 15 50 24 15 56 25 15 57 23 15 55 17 15 51 25 15 57 24 15 56 25 15 57 17 15 51 21 15 53 16 21 72 17 22 73 24 21 74 16 21 75 24 21 76 28 23 77 29 24 78 28 24 79 24 24 80 28 24 79 29 24 78 30 24 81 29 25 82 31 25 83 30 25 84 31 25 83 29 25 82 32 25 85 29 26 86 33 26 87 32 26 88 33 26 87 29 26 86 4 26 89 24 27 90 4 27 91 29 27 92 4 27 91 24 27 90 1 27 93 5 28 94 33 28 95 4 28 96 33 28 95 5 28 94 34 28 97 34 28 97 5 28 94 35 28 98 35 28 98 5 28 94 36 28 99 36 28 99 5 28 94 37 28 100 37 28 100 5 28 94 38 28 101 38 28 101 5 28 94 39 28 102 39 28 102 5 28 94 40 28 103 40 28 103 5 28 94 41 28 104 41 28 104 5 28 94 42 28 105 6 29 106 42 29 107 5 29 108 42 29 107 6 29 106 43 29 109 43 29 109 6 29 106 44 29 110 44 29 110 6 29 106 45 29 111 45 29 111 6 29 106 46 29 112 46 29 112 6 29 106 47 29 113 47 29 113 6 29 106 48 29 114 48 29 114 6 29 106 49 29 115 49 29 115 6 29 106 50 29 116 50 29 116 6 29 106 51 29 117 6 30 118 52 30 119 51 30 120 52 30 119 6 30 118 53 30 121 6 31 122 11 31 123 53 31 124 11 31 123 6 31 122 7 31 125 7 7 19 54 7 126 11 7 21 7 7 19 9 7 18 54 7 126 10 7 20 11 7 21 57 7 138 57 7 138 11 7 21 54 7 126 28 36 142 53 36 143 11 36 144 53 36 143 28 36 142 30 36 145 30 37 146 58 37 147 53 37 148 58 37 147 30 37 146 59 37 149 30 25 84 60 25 150 59 25 151 30 25 84 61 25 152 60 25 150 30 25 84 62 25 153 61 25 152 30 25 84 63 25 154 62 25 153 30 25 84 64 25 155 63 25 154 30 25 84 65 25 156 64 25 155 30 25 84 66 25 157 65 25 156 30 25 84 31 25 83 66 25 157 66 25 157 31 25 83 67 25 158 67 25 158 31 25 83 68 25 159 69 38 160 68 38 161 31 38 162 68 38 161 69 38 160 70 38 163 69 39 164 71 39 165 70 39 166 69 39 164 72 39 167 71 39 165 72 39 167 69 39 164 73 39 168 69 40 169 74 40 170 73 40 171 74 40 170 69 40 169 75 40 172 32 26 88 77 26 182 76 26 183 32 26 88 78 26 184 77 26 182 32 26 88 79 26 185 78 26 184 32 26 88 80 26 186 79 26 185 32 26 88 81 26 187 80 26 186 32 26 88 33 26 87 81 26 187 84 47 197 83 47 198 34 47 199 83 47 198 84 47 197 85 47 200 84 48 201 86 49 202 85 49 203 86 49 202 84 48 201 87 49 204 87 49 204 84 48 201 88 48 205 89 50 206 88 48 207 84 48 208 89 51 209 90 51 210 88 51 211 90 51 210 89 51 209 35 51 212 89 28 213 84 28 214 35 28 98 34 28 97 35 28 98 84 28 214 92 55 222 91 55 223 37 55 224 91 55 223 92 55 222 93 55 225 92 56 226 94 57 227 93 57 228 94 57 227 92 56 226 95 56 229 92 56 230 96 58 231 95 56 232 96 58 231 92 56 230 97 58 233 92 28 234 38 28 101 97 28 235 37 28 100 38 28 101 92 28 234 96 28 236 97 28 235 38 28 101 98 59 237 96 59 238 38 59 239 96 59 238 98 59 237 95 59 240 98 60 241 94 60 242 95 60 243 98 60 241 91 60 244 94 60 242 99 60 245 91 60 244 98 60 241 99 60 245 90 60 246 91 60 244 100 60 247 90 60 246 99 60 245 100 60 247 86 60 248 90 60 246 83 60 249 86 60 248 100 60 247 86 60 248 83 60 249 85 60 250 100 61 251 82 61 252 83 61 253 82 61 252 100 61 251 101 61 254 102 63 262 104 63 263 103 63 264 104 63 263 102 63 262 105 63 265 105 63 265 102 63 262 106 63 266 106 63 266 102 63 262 107 63 267 107 63 267 102 63 262 108 63 268 108 63 268 102 63 262 109 63 269 109 63 269 102 63 262 110 63 270 110 63 270 102 63 262 111 63 271 111 63 271 102 63 262 112 63 272 112 63 272 102 63 262 113 63 273 102 64 274 114 64 275 113 64 276 114 64 275 102 64 274 115 64 277 99 65 283 119 65 284 118 65 285 119 65 284 99 65 283 120 65 286 99 60 245 121 60 287 120 60 288 99 60 245 122 60 289 121 60 287 99 60 245 123 60 290 122 60 289 99 60 245 98 60 241 123 60 290 124 69 298 123 69 299 40 69 300 123 69 299 124 69 298 125 69 301 124 70 302 122 71 303 125 71 304 122 71 303 124 70 302 121 70 305 126 72 306 121 70 307 124 70 308 126 73 309 120 73 310 121 73 311 120 73 310 126 73 309 41 73 312 126 28 313 124 28 314 41 28 104 40 28 103 41 28 104 124 28 314 127 77 324 119 77 325 43 77 326 119 77 325 127 77 324 128 77 327 127 78 328 129 79 329 128 79 330 129 29 331 127 29 332 44 29 110 43 29 109 44 29 110 127 29 332 130 80 333 129 80 334 44 80 335 129 80 334 130 80 333 131 80 336 130 81 337 132 81 338 131 81 339 130 81 337 133 81 340 132 81 338 118 81 341 133 81 340 130 81 337 119 81 342 133 81 340 118 81 341 133 81 340 119 81 342 128 81 343 129 79 344 133 82 345 128 79 346 129 79 344 132 82 347 133 82 345 132 82 347 129 79 344 131 82 348 118 81 341 130 81 337 117 81 349 117 81 349 130 81 337 134 81 350 46 85 355 136 85 356 135 85 357 136 85 356 46 85 355 137 85 358 46 29 112 47 29 113 137 29 359 137 29 359 47 29 113 138 29 360 139 29 361 138 29 360 47 29 113 136 86 362 138 87 363 139 86 364 138 87 363 136 86 362 137 87 365 139 86 366 140 88 367 136 86 368 140 88 367 139 86 366 141 88 369 139 89 370 142 89 371 141 89 372 142 89 371 139 89 370 47 89 373 49 93 381 144 93 382 143 93 383 144 93 382 49 93 381 145 93 384 49 29 115 50 29 116 145 29 385 146 29 386 145 29 385 50 29 116 145 94 387 146 95 388 144 95 389 146 95 390 147 96 391 144 95 392 147 96 391 146 95 390 148 96 393 146 97 394 149 97 395 148 97 396 149 97 395 146 97 394 50 97 397 51 30 120 152 30 407 151 30 408 51 30 120 153 30 409 152 30 407 51 30 120 154 30 410 153 30 409 51 30 120 155 30 411 154 30 410 51 30 120 156 30 412 155 30 411 51 30 120 52 30 119 156 30 412 53 37 148 157 37 425 52 37 426 53 37 148 158 37 427 157 37 425 53 37 148 159 37 428 158 37 427 53 37 148 160 37 429 159 37 428 53 37 148 161 37 430 160 37 429 53 37 148 162 37 431 161 37 430 53 37 148 163 37 432 162 37 431 53 37 148 58 37 147 163 37 432 163 37 432 58 37 147 164 37 433 164 37 433 58 37 147 165 37 434 104 105 435 165 105 436 58 105 437 165 105 436 104 105 435 166 105 438 104 63 263 105 63 265 166 63 439 167 63 440 166 63 439 105 63 265 167 106 441 164 107 442 166 107 443 105 108 444 164 108 445 167 108 446 164 108 445 105 108 444 163 108 447 106 112 455 168 112 456 161 112 457 168 112 456 106 112 455 107 112 458 107 113 459 169 114 460 168 114 461 169 114 460 107 113 459 170 113 462 171 115 463 170 113 464 107 113 465 170 113 464 171 115 463 172 115 466 172 63 467 171 63 468 108 63 268 107 63 267 108 63 268 171 63 468 108 116 469 170 116 470 172 116 471 170 116 470 108 116 469 160 116 472 109 120 480 173 120 481 158 120 482 173 120 481 109 120 480 110 120 483 110 121 484 174 121 485 173 122 486 111 123 487 174 121 488 110 121 489 174 121 488 111 123 487 112 123 490 113 124 491 174 124 492 112 124 493 174 124 492 113 124 491 157 124 494 157 37 425 158 37 427 174 37 495 174 37 495 158 37 427 173 37 496 160 37 429 169 37 497 170 37 498 160 37 429 161 37 430 169 37 497 169 37 497 161 37 430 168 37 499 166 107 500 164 107 501 165 125 502 175 128 509 103 128 510 104 128 511 103 128 510 175 128 509 72 128 512 176 39 513 72 39 167 175 39 514 177 39 515 72 39 167 176 39 513 178 39 516 72 39 167 177 39 515 179 39 517 72 39 167 178 39 516 180 39 518 72 39 167 179 39 517 181 39 519 72 39 167 180 39 518 182 39 520 72 39 167 181 39 519 71 39 165 72 39 167 182 39 520 182 132 528 183 132 529 64 132 530 183 132 529 182 132 528 181 132 531 181 133 532 184 134 533 183 134 534 184 134 533 181 133 532 185 133 535 181 39 519 180 39 518 185 39 536 184 39 537 185 39 536 180 39 518 63 135 538 184 135 539 180 135 540 184 135 539 63 135 538 186 135 541 63 25 154 187 25 542 186 25 543 63 25 154 64 25 155 187 25 542 187 25 542 64 25 155 183 25 544 184 134 545 187 136 546 183 134 547 187 136 546 184 134 545 186 136 548 179 140 556 188 140 557 61 140 558 188 140 557 179 140 556 178 140 559 177 141 560 188 142 561 178 141 562 188 142 561 177 141 560 176 142 563 176 142 564 189 143 565 188 142 566 175 144 567 189 144 568 176 144 569 189 144 568 175 144 567 60 144 570 60 25 150 61 25 152 189 25 574 189 25 574 61 25 152 188 25 575 66 146 576 190 146 577 71 146 578 190 146 577 66 146 576 67 146 579 190 147 580 67 148 581 68 147 582 68 147 583 191 149 584 190 147 585 191 149 584 68 147 583 70 149 586 70 39 166 71 39 165 191 39 587 190 39 588 191 39 587 71 39 165 72 62 589 103 62 590 192 62 591 114 150 592 193 150 593 156 150 594 193 150 593 114 150 592 194 150 595 114 26 596 195 26 597 194 26 598 114 26 596 196 26 599 195 26 597 114 26 596 197 26 600 196 26 599 114 26 596 198 26 601 197 26 600 114 26 596 199 26 602 198 26 601 114 26 596 150 26 603 199 26 602 115 26 604 150 26 603 114 26 596 150 26 603 115 26 604 116 26 605 116 151 606 149 151 607 150 151 608 149 151 607 116 151 606 117 151 609 117 81 349 148 81 610 149 81 611 117 81 349 147 81 612 148 81 610 117 81 349 143 81 613 147 81 612 117 81 349 142 81 614 143 81 613 117 81 349 135 81 615 142 81 614 117 81 349 134 81 350 135 81 615 142 81 614 135 81 615 140 81 616 140 81 616 135 81 615 136 81 617 142 81 614 140 81 616 141 81 618 147 81 612 143 81 613 144 81 619 200 26 620 199 26 602 150 26 603 199 26 602 200 26 620 201 26 621 200 152 622 202 152 623 201 152 624 202 152 623 200 152 622 203 152 625 200 153 626 151 153 627 203 153 628 151 153 627 200 153 626 150 153 629 151 30 408 202 30 630 203 30 631 202 30 630 151 30 408 152 30 407 199 154 632 202 154 633 152 154 634 202 154 633 199 154 632 201 154 635 153 156 640 204 156 641 198 156 642 204 156 641 153 156 640 205 156 643 153 30 409 206 30 644 205 30 645 206 30 644 153 30 409 154 30 410 197 26 600 204 26 650 207 26 651 204 26 650 197 26 600 198 26 601 155 162 660 195 162 661 196 162 662 195 162 661 155 162 660 208 162 663 155 30 411 193 30 664 208 30 665 193 30 664 155 30 411 156 30 412 193 163 666 195 163 667 208 163 668 195 163 667 193 163 666 194 163 669 122 60 289 123 60 290 125 60 674 75 30 675 101 30 676 74 30 677 101 30 676 75 30 675 82 30 678 82 30 678 75 30 675 209 30 679 210 30 680 209 30 679 75 30 675 209 30 679 210 30 680 211 30 681 210 165 682 212 165 683 211 165 684 212 165 683 210 165 682 213 165 685 210 150 686 76 150 687 213 150 688 76 150 687 210 150 686 75 150 689 76 26 183 212 26 690 213 26 691 212 26 690 76 26 183 77 26 182 209 166 692 212 166 693 77 166 694 212 166 693 209 166 692 211 166 695 78 168 700 215 168 701 214 168 702 215 168 701 78 168 700 216 168 703 78 26 184 217 26 704 216 26 705 217 26 704 78 26 184 79 26 185 218 169 706 217 169 707 79 169 708 217 169 707 218 169 706 219 169 709 218 30 710 215 30 711 219 30 712 215 30 711 218 30 710 214 30 713 82 30 678 214 30 713 218 30 710 82 30 678 209 30 679 214 30 713 82 30 678 218 30 710 220 30 714 80 171 719 221 171 720 220 171 721 221 171 720 80 171 719 222 171 722 80 26 186 223 26 723 222 26 724 223 26 723 80 26 186 81 26 187 82 33 725 223 33 726 81 33 727 223 33 726 82 33 725 224 33 728 82 30 678 221 30 729 224 30 730 82 30 678 220 30 714 221 30 729 222 172 731 224 172 732 221 172 733 224 172 732 222 172 731 223 172 734 216 173 735 219 173 736 215 173 737 219 173 736 216 173 735 217 173 738 90 60 246 86 60 248 87 60 739 90 60 246 87 60 739 88 60 740 94 60 242 91 60 244 93 60 741 11 174 742 225 174 743 28 175 744 225 174 743 11 174 742 226 174 745 226 174 745 11 174 742 227 174 746 12 175 747 227 174 746 11 174 742 12 175 747 228 174 748 227 174 746 28 175 744 228 174 748 12 175 747 228 174 748 28 175 744 225 174 743 12 175 763 16 180 764 28 175 765 </p>
</triangles>
<triangles material="Concrete_Aggregate_SmokenoCulling" count="62">
<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>13 8 23 12 8 24 8 8 25 12 8 24 13 8 23 14 8 26 15 9 27 12 9 28 14 9 29 12 9 28 15 9 27 16 9 30 15 10 31 17 10 32 16 10 33 17 10 32 15 10 31 18 10 34 18 11 35 2 11 36 17 11 37 2 11 36 18 11 35 19 11 38 20 12 39 2 12 40 19 12 41 2 12 40 20 12 39 0 12 42 13 13 43 0 13 44 20 13 45 0 13 44 13 13 43 8 13 46 75 41 173 69 41 174 32 41 175 69 42 176 31 42 177 32 42 178 75 43 179 32 43 180 76 43 181 33 44 188 82 44 189 81 44 190 33 45 191 83 45 192 82 45 193 34 46 194 83 46 195 33 46 196 35 52 215 91 52 216 90 53 217 36 54 218 91 52 219 35 52 220 91 52 219 36 54 218 37 54 221 38 66 291 123 66 292 98 67 293 39 68 294 123 66 295 38 66 296 123 66 295 39 68 294 40 68 297 42 74 315 120 74 316 41 74 317 42 75 318 119 75 319 120 75 320 42 76 321 43 76 322 119 76 323 46 83 351 134 84 352 130 83 353 134 84 352 46 83 351 135 84 354 48 90 374 142 91 375 47 90 376 142 91 375 48 90 374 49 91 377 49 91 378 143 92 379 142 91 380 50 98 398 51 98 399 149 98 400 51 99 401 150 99 402 149 99 403 51 100 404 151 100 405 150 100 406 114 103 419 52 103 420 113 103 421 113 104 422 52 104 423 157 104 424 105 109 448 162 110 449 163 110 450 162 110 449 105 109 448 161 109 451 106 111 452 161 109 453 105 109 454 108 117 473 159 118 474 160 118 475 159 118 474 108 117 473 158 117 476 109 119 477 158 117 478 108 117 479 104 126 503 58 126 504 59 126 505 175 127 506 104 127 507 59 127 508 71 129 521 182 130 522 66 130 523 182 130 524 65 131 525 66 130 526 65 131 525 182 130 524 64 131 527 180 137 549 179 138 550 63 138 551 179 138 552 62 139 553 63 138 554 62 139 553 179 138 552 61 139 555 175 145 571 59 145 572 60 145 573 152 155 636 198 155 637 199 155 638 198 155 637 152 155 636 153 155 639 154 161 656 196 161 657 197 161 658 196 161 657 154 161 656 155 161 659 44 164 670 46 83 671 130 83 672 46 83 671 44 164 670 45 164 673 78 167 696 209 167 697 77 167 698 209 167 697 78 167 696 214 167 699 218 170 715 80 170 716 220 170 717 80 170 716 218 170 715 79 170 718 </p>
</triangles>
<triangles material="Material1noCulling" count="16">
<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>26 16 58 25 16 59 21 16 60 26 19 65 22 19 66 27 19 67 22 19 66 26 19 65 21 19 68 27 20 69 22 20 70 23 20 71 55 32 127 54 32 128 9 32 129 54 32 128 55 32 127 56 32 130 55 33 131 57 33 132 56 33 133 57 33 132 55 33 131 10 33 134 9 34 135 10 34 136 55 34 137 54 35 139 56 35 140 57 35 141 225 176 749 229 176 750 228 176 751 229 176 750 225 176 749 230 176 752 230 177 753 225 177 754 226 177 755 226 178 756 229 178 757 230 178 758 229 178 757 226 178 756 227 178 759 229 179 760 227 179 761 228 179 762 </p>
</triangles>
<triangles material="Wood_Cherry_OriginalnoCulling" count="10">
<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>100 62 255 74 62 256 101 62 257 102 62 258 74 62 256 100 62 255 102 62 258 73 62 259 74 62 256 102 62 258 72 62 260 73 62 259 72 62 260 102 62 258 103 62 261 100 62 255 115 62 278 102 62 258 115 62 278 100 62 255 116 62 279 116 62 279 100 62 255 117 62 280 117 62 280 100 62 255 118 62 281 118 62 281 100 62 255 99 62 282 </p>
</triangles>
<triangles material="Material1noCulling" count="4">
<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>25 17 61 23 17 62 26 17 63 26 18 63 23 18 62 25 18 61 27 17 64 26 17 63 23 17 62 23 18 62 26 18 63 27 18 64 </p>
</triangles>
<triangles material="Concrete_Aggregate_Smoke1" count="1">
<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>156 101 413 52 101 414 114 101 415 </p>
</triangles>
<triangles material="Concrete_Block_8x8_Gray1" count="9">
<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>114 102 416 52 102 417 156 102 418 206 157 646 154 157 647 207 157 648 207 158 648 154 158 647 206 158 646 197 157 649 207 157 648 154 157 647 154 158 647 207 158 648 197 158 649 207 159 652 204 159 653 206 159 654 206 160 654 204 160 653 207 160 652 205 159 655 206 159 654 204 159 653 204 160 653 206 160 654 205 160 655 </p>
</triangles>
</mesh>
</geometry>
</library_geometries>
<library_visual_scenes>
<visual_scene id="SketchUpScene" name="SketchUpScene">
<node id="Model" name="Model">
<node id="mesh1" name="mesh1">
<instance_geometry url="#mesh1-geometry">
<bind_material>
<technique_common>
<instance_material symbol="Concrete_Block_8x8_GraynoCulling" target="#Concrete_Block_8x8_GraynoCullingID">
<bind_vertex_input semantic="UVSET0" input_semantic="TEXCOORD" input_set="0"/>
</instance_material>
<instance_material symbol="Concrete_Aggregate_SmokenoCulling" target="#Concrete_Aggregate_SmokenoCullingID">
<bind_vertex_input semantic="UVSET0" input_semantic="TEXCOORD" input_set="0"/>
</instance_material>
<instance_material symbol="Material1noCulling" target="#Material1noCullingID"/>
<instance_material symbol="Wood_Cherry_OriginalnoCulling" target="#Wood_Cherry_OriginalnoCullingID">
<bind_vertex_input semantic="UVSET0" input_semantic="TEXCOORD" input_set="0"/>
</instance_material>
<instance_material symbol="Concrete_Aggregate_Smoke1" target="#Concrete_Aggregate_Smoke1ID">
<bind_vertex_input semantic="UVSET0" input_semantic="TEXCOORD" input_set="0"/>
</instance_material>
<instance_material symbol="Concrete_Block_8x8_Gray1" target="#Concrete_Block_8x8_Gray1ID">
<bind_vertex_input semantic="UVSET0" input_semantic="TEXCOORD" input_set="0"/>
</instance_material>
</technique_common>
</bind_material>
</instance_geometry>
</node>
</node>
</visual_scene>
</library_visual_scenes>
<scene>
<instance_visual_scene url="#SketchUpScene"/>
</scene>
</COLLADA>