-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.xhtml
324 lines (294 loc) · 58.7 KB
/
index.xhtml
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
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:webgl="http://www.xml3d.org/2009/xml3d/webgl">
<head>
<title>OSM-XML3D</title>
<!-- XML3D-Steuerung -->
<script type="text/javascript" src="js/xml3d-4.2-preview.js"></script>
<script type="text/javascript" src="js/camera-4.1.js"></script>
<script type="text/javascript" src="js/jquery-1.7.1.js"></script>
<script type="text/javascript" src="js/lightbox.js"></script>
<script type="text/javascript" src="js/jquery-ui-1.8.14.custom.min.js"></script>
<!-- <script type="text/javascript" src="js/navigation.js"></script> -->
<script type="text/javascript">
$(function() {
// remove things not available in WebGL (not needed currently)
/*
if (! XML3D._native)
$("#renderer").css("display","none");
*/
});
function init() {
cam = document.getElementById("defaultView");
cam.lookAt(new XML3DVec3(0,0,200));
xml3d = document.getElementById("Xml3d");
if (xml3d.update)
xml3d.update();
// enable these two for navigation.js and comment the above
//init_nav(0,0,200,5700,'Xml3d','win3d','defaultView');
//changeViewmodel(1);
}
</script>
<link type="text/css" href="css/lightbox.css" rel="stylesheet" />
<link type="text/css" href="css/style.css" rel="stylesheet" media="all" />
<link type="text/css" href="css/xml3d.css" rel="stylesheet" media="all" />
<link type="text/css" href="css/smoothness/jquery-ui-1.8.14.custom.css" rel="stylesheet" />
</head>
<body onload="init();">
<!-- Header / City chooser -->
<img src="graphics/osmxml3d.png" alt="OSM-XML3D" title="OSM-XML3D" width="200px" style="position:fixed;"/>
<h1>
<div class="ui-widget" id="form" style="margin-left:15em;margin-top:30px;">
<input id="city" value="Enter City here..." onclick="this.value='';"/>
<span style="margin-top:-5px;float:right;">
<img src="graphics/dfki_text_schwarz.png" height="40px"/>
</span>
<!--
<span style="margin-top:5px;margin-left:300px;position:absolute;">
<a href="buildingblocks/tools/ShaderEditor.xhtml" target="_blank">
<button title="Shader Generator" type="button" id="shaderedit" class="ui-widget">
<span class="ui-icon ui-icon-image"></span>
</button>
</a>
</span>
-->
</div>
</h1>
<div id="menu_left">
<!--
<h2>Tilesize: <span id="tilesize">13</span></h2>
<div id="slider_tilesize" class="slider slider_leftright"></div>
-->
<h2>Number of Tiles: <span id="numtiles">1 x 1</span></h2>
<div id="slider_numtiles" class="slider slider_leftright"></div>
<!--
Mapfiles bascially define the available layers and the rendering style (i.e. Shaders) of them
Their configuration is stored in the database in the table "mapfile"
-->
<h2>Data source:</h2>
<select name="mapfileselect" id="mapfileselector" style="margin-left:20px;" size="1">
<option/>
<option>W3DS</option>
</select>
<h2>Map controls:</h2>
<div style="margin-left:10px;">
<p><i>Left mouse button:</i> rotate camera</p>
<p><i>Right mouse button:</i> move camera in and out</p>
</div>
<!-- enable following div for navigation.js -->
<!--
<div class="ui-helper-clearfix" style="margin-left:10px;" >
<a href="javascript:rotate(1);" >
<button title="Rotate left" type="button" id="turn_left" class="ui-widget">
<span class="ui-icon ui-icon-circle-arrow-w"></span>
</button>
</a>
<a href="javascript:rotate(-1);" >
<button title="Rotate right" type="button" id="turn_right" class="ui-widget">
<span class="ui-icon ui-icon-circle-arrow-e"></span>
</button>
</a>
<a href="javascript:zoom_iso(-1);" >
<button title="Zoom in" type="button" id="zoomin" class="ui-widget">
<span class="ui-icon ui-icon-circle-plus"></span>
</button>
</a>
<a href="javascript:zoom_iso(1);" >
<button title="Zoom out" type="button" id="zoomout" class="ui-widget">
<span class="ui-icon ui-icon-circle-minus"></span>
</button>
</a>
</div>
-->
<!-- for native browsers we allow choosing the rendering backend // currently disabled due to focus on WebGL -->
<!--
<div id="renderer" >
<h2>Renderer:</h2>
<span style="margin-left:20px;">
<input type="radio" class="renderer" name="renderer" value="rtpie" id="renderer1"></input><label for="renderer1">Raytracing</label>
<input type="radio" class="renderer" name="renderer" value="opengl" checked="checked" id="renderer2"></input><label for="renderer2">OpenGL</label>
</span>
</div>
-->
<h2>List of available layers:</h2>
<div id="DBLayers" style="height: 400px; overflow: auto"></div>
</div>
<div id="right">
<div id="Info">
<h2>Note:</h2><p> Only Europe is covered currently.</p>
</div>
<div id="social">
<h2>Search Social Media in Area:</h2>
<p>
<input id="social_query" value="Enter query string..." onclick="this.value='';" />
<div id="social_buttons">
<input type="checkbox" id="button_flickr" /><label for="button_flickr" style="width:120px;">Flickr</label>
<input type="checkbox" id="button_twitter" /><label for="button_twitter" style="width:120px;">Twitter</label><br/>
<input type="checkbox" id="button_youtube" /><label for="button_youtube" style="width:120px;">Youtube</label>
<!-- does not produce output yet -->
<!--
<input type="checkbox" id="button_facebook" /><label for="button_facebook" style="width:120px;">Facebook</label>
-->
</div>
</p>
</div>
<div id="socialoutput" style="height: 400px; overflow: auto">
<div id="socialoutput_flickr"></div>
<div id="socialoutput_twitter"></div>
<div id="socialoutput_youtube"></div>
<div id="socialoutput_facebook"></div>
</div>
</div>
<div id="win3d" style="z-index: 0;">
<xml3d renderer="opengl" id="Xml3d" width="900px" height="600px" style="background-image:url('graphics/sky3.jpg');" pickableBackground="true"
xmlns="http://www.xml3d.org/2009/xml3d" xmlns:xlink="http://www.w3.org/1999/xlink" activeView="#defaultView" >
<!-- add the following line to use navigation.js -->
<!-- onmousemove="onMouseMove(arguments[0])" onmouseout="onMouseOut(arguments[0])" > -->
<!-- change mode to "none" for navigation.js -->
<navigation mode="walk" speed="100" rotSpeed="0.05" />
<defs>
<transform id="w3ds_trans" rotation="1 0 0 1.57" scale="1 1 1" />
<transform id="szene" rotation="0 1 0 0" scale="1 1 1" />
<!-- TODO: maybe improve the light setup -->
<transform id="licht1" rotation="0 0 1 0" scale="1 1 1" translation="0 0 10000"/>
<lightshader id="lamp" script="urn:xml3d:lightshader:point">
<bool name="castShadow"> true </bool>
<float3 name="attenuation"> 1 0 0</float3>
<float3 name="intensity"> 0.3 0.3 0.3</float3>
</lightshader>
<!-- Groundplane -->
<shader id="gr" script="urn:xml3d:shader:phong">
<float3 name="emissiveColor">0 0 0</float3>
<float3 name="diffuseColor">0.2627450980392157 0.43137254901960786 0.2784313725490196</float3>
<bool name="useVertexColor">false</bool>
<float3 name="reflective">0 0 0</float3>
<float3 name="specularColor">0 0 0</float3>
<float name="ambientIntensity">1</float>
<float name="shininess">1</float>
</shader>
<!-- Skysphere -->
<data id='Skysphere'>
<int name="index">0 1 2 2 3 4 4 5 6 6 7 8 8 9 10 10 11 12 12 13 14 14 15 16 16 17 18 18 19 20 20 21 22 22 23 24 24 25 26 26 27 28 28 29 30 30 31 32 32 33 34 34 35 36 36 37 38 38 39 40 40 41 42 42 43 44 44 45 46 46 47 48 48 49 50 50 51 52 52 53 54 54 55 56 56 57 58 58 59 60 60 61 62 62 63 64 65 0 66 66 0 2 66 2 67 67 2 4 67 4 68 68 4 6 68 6 69 69 6 8 69 8 70 70 8 10 70 10 71 71 10 12 71 12 72 72 12 14 72 14 73 73 14 16 73 16 74 74 16 18 74 18 75 75 18 20 75 20 76 76 20 22 76 22 77 77 22 24 77 24 78 78 24 26 78 26 79 79 26 28 79 28 80 80 28 30 80 30 81 81 30 32 81 32 82 82 32 34 82 34 83 83 34 36 83 36 84 84 36 38 84 38 85 85 38 40 85 40 86 86 40 42 86 42 87 87 42 44 87 44 88 88 44 46 88 46 89 89 46 48 89 48 90 90 48 50 90 50 91 91 50 52 91 52 92 92 52 54 92 54 93 93 54 56 93 56 94 94 56 58 94 58 95 95 58 60 95 60 96 96 60 62 96 62 97 97 62 64 98 65 99 99 65 66 99 66 100 100 66 67 100 67 101 101 67 68 101 68 102 102 68 69 102 69 103 103 69 70 103 70 104 104 70 71 104 71 105 105 71 72 105 72 106 106 72 73 106 73 107 107 73 74 107 74 108 108 74 75 108 75 109 109 75 76 109 76 110 110 76 77 110 77 111 111 77 78 111 78 112 112 78 79 112 79 113 113 79 80 113 80 114 114 80 81 114 81 115 115 81 82 115 82 116 116 82 83 116 83 117 117 83 84 117 84 118 118 84 85 118 85 119 119 85 86 119 86 120 120 86 87 120 87 121 121 87 88 121 88 122 122 88 89 122 89 123 123 89 90 123 90 124 124 90 91 124 91 125 125 91 92 125 92 126 126 92 93 126 93 127 127 93 94 127 94 128 128 94 95 128 95 129 129 95 96 129 96 130 130 96 97 131 98 132 132 98 99 132 99 133 133 99 100 133 100 134 134 100 101 134 101 135 135 101 102 135 102 136 136 102 103 136 103 137 137 103 104 137 104 138 138 104 105 138 105 139 139 105 106 139 106 140 140 106 107 140 107 141 141 107 108 141 108 142 142 108 109 142 109 143 143 109 110 143 110 144 144 110 111 144 111 145 145 111 112 145 112 146 146 112 113 146 113 147 147 113 114 147 114 148 148 114 115 148 115 149 149 115 116 149 116 150 150 116 117 150 117 151 151 117 118 151 118 152 152 118 119 152 119 153 153 119 120 153 120 154 154 120 121 154 121 155 155 121 122 155 122 156 156 122 123 156 123 157 157 123 124 157 124 158 158 124 125 158 125 159 159 125 126 159 126 160 160 126 127 160 127 161 161 127 128 161 128 162 162 128 129 162 129 163 163 129 130 164 131 165 165 131 132 165 132 166 166 132 133 166 133 167 167 133 134 167 134 168 168 134 135 168 135 169 169 135 136 169 136 170 170 136 137 170 137 171 171 137 138 171 138 172 172 138 139 172 139 173 173 139 140 173 140 174 174 140 141 174 141 175 175 141 142 175 142 176 176 142 143 176 143 177 177 143 144 177 144 178 178 144 145 178 145 179 179 145 146 179 146 180 180 146 147 180 147 181 181 147 148 181 148 182 182 148 149 182 149 183 183 149 150 183 150 184 184 150 151 184 151 185 185 151 152 185 152 186 186 152 153 186 153 187 187 153 154 187 154 188 188 154 155 188 155 189 189 155 156 189 156 190 190 156 157 190 157 191 191 157 158 191 158 192 192 158 159 192 159 193 193 159 160 193 160 194 194 160 161 194 161 195 195 161 162 195 162 196 196 162 163 197 164 198 198 164 165 198 165 199 199 165 166 199 166 200 200 166 167 200 167 201 201 167 168 201 168 202 202 168 169 202 169 203 203 169 170 203 170 204 204 170 171 204 171 205 205 171 172 205 172 206 206 172 173 206 173 207 207 173 174 207 174 208 208 174 175 208 175 209 209 175 176 209 176 210 210 176 177 210 177 211 211 177 178 211 178 212 212 178 179 212 179 213 213 179 180 213 180 214 214 180 181 214 181 215 215 181 182 215 182 216 216 182 183 216 183 217 217 183 184 217 184 218 218 184 185 218 185 219 219 185 186 219 186 220 220 186 187 220 187 221 221 187 188 221 188 222 222 188 189 222 189 223 223 189 190 223 190 224 224 190 191 224 191 225 225 191 192 225 192 226 226 192 193 226 193 227 227 193 194 227 194 228 228 194 195 228 195 229 229 195 196 230 197 231 231 197 198 231 198 232 232 198 199 232 199 233 233 199 200 233 200 234 234 200 201 234 201 235 235 201 202 235 202 236 236 202 203 236 203 237 237 203 204 237 204 238 238 204 205 238 205 239 239 205 206 239 206 240 240 206 207 240 207 241 241 207 208 241 208 242 242 208 209 242 209 243 243 209 210 243 210 244 244 210 211 244 211 245 245 211 212 245 212 246 246 212 213 246 213 247 247 213 214 247 214 248 248 214 215 248 215 249 249 215 216 249 216 250 250 216 217 250 217 251 251 217 218 251 218 252 252 218 219 252 219 253 253 219 220 253 220 254 254 220 221 254 221 255 255 221 222 255 222 256 256 222 223 256 223 257 257 223 224 257 224 258 258 224 225 258 225 259 259 225 226 259 226 260 260 226 227 260 227 261 261 227 228 261 228 262 262 228 229 263 230 264 264 230 231 264 231 265 265 231 232 265 232 266 266 232 233 266 233 267 267 233 234 267 234 268 268 234 235 268 235 269 269 235 236 269 236 270 270 236 237 270 237 271 271 237 238 271 238 272 272 238 239 272 239 273 273 239 240 273 240 274 274 240 241 274 241 275 275 241 242 275 242 276 276 242 243 276 243 277 277 243 244 277 244 278 278 244 245 278 245 279 279 245 246 279 246 280 280 246 247 280 247 281 281 247 248 281 248 282 282 248 249 282 249 283 283 249 250 283 250 284 284 250 251 284 251 285 285 251 252 285 252 286 286 252 253 286 253 287 287 253 254 287 254 288 288 254 255 288 255 289 289 255 256 289 256 290 290 256 257 290 257 291 291 257 258 291 258 292 292 258 259 292 259 293 293 259 260 293 260 294 294 260 261 294 261 295 295 261 262 296 263 297 297 263 264 297 264 298 298 264 265 298 265 299 299 265 266 299 266 300 300 266 267 300 267 301 301 267 268 301 268 302 302 268 269 302 269 303 303 269 270 303 270 304 304 270 271 304 271 305 305 271 272 305 272 306 306 272 273 306 273 307 307 273 274 307 274 308 308 274 275 308 275 309 309 275 276 309 276 310 310 276 277 310 277 311 311 277 278 311 278 312 312 278 279 312 279 313 313 279 280 313 280 314 314 280 281 314 281 315 315 281 282 315 282 316 316 282 283 316 283 317 317 283 284 317 284 318 318 284 285 318 285 319 319 285 286 319 286 320 320 286 287 320 287 321 321 287 288 321 288 322 322 288 289 322 289 323 323 289 290 323 290 324 324 290 291 324 291 325 325 291 292 325 292 326 326 292 293 326 293 327 327 293 294 327 294 328 328 294 295 329 296 330 330 296 297 330 297 331 331 297 298 331 298 332 332 298 299 332 299 333 333 299 300 333 300 334 334 300 301 334 301 335 335 301 302 335 302 336 336 302 303 336 303 337 337 303 304 337 304 338 338 304 305 338 305 339 339 305 306 339 306 340 340 306 307 340 307 341 341 307 308 341 308 342 342 308 309 342 309 343 343 309 310 343 310 344 344 310 311 344 311 345 345 311 312 345 312 346 346 312 313 346 313 347 347 313 314 347 314 348 348 314 315 348 315 349 349 315 316 349 316 350 350 316 317 350 317 351 351 317 318 351 318 352 352 318 319 352 319 353 353 319 320 353 320 354 354 320 321 354 321 355 355 321 322 355 322 356 356 322 323 356 323 357 357 323 324 357 324 358 358 324 325 358 325 359 359 325 326 359 326 360 360 326 327 360 327 361 361 327 328 362 329 363 363 329 330 363 330 364 364 330 331 364 331 365 365 331 332 365 332 366 366 332 333 366 333 367 367 333 334 367 334 368 368 334 335 368 335 369 369 335 336 369 336 370 370 336 337 370 337 371 371 337 338 371 338 372 372 338 339 372 339 373 373 339 340 373 340 374 374 340 341 374 341 375 375 341 342 375 342 376 376 342 343 376 343 377 377 343 344 377 344 378 378 344 345 378 345 379 379 345 346 379 346 380 380 346 347 380 347 381 381 347 348 381 348 382 382 348 349 382 349 383 383 349 350 383 350 384 384 350 351 384 351 385 385 351 352 385 352 386 386 352 353 386 353 387 387 353 354 387 354 388 388 354 355 388 355 389 389 355 356 389 356 390 390 356 357 390 357 391 391 357 358 391 358 392 392 358 359 392 359 393 393 359 360 393 360 394 394 360 361 395 362 396 396 362 363 396 363 397 397 363 364 397 364 398 398 364 365 398 365 399 399 365 366 399 366 400 400 366 367 400 367 401 401 367 368 401 368 402 402 368 369 402 369 403 403 369 370 403 370 404 404 370 371 404 371 405 405 371 372 405 372 406 406 372 373 406 373 407 407 373 374 407 374 408 408 374 375 408 375 409 409 375 376 409 376 410 410 376 377 410 377 411 411 377 378 411 378 412 412 378 379 412 379 413 413 379 380 413 380 414 414 380 381 414 381 415 415 381 382 415 382 416 416 382 383 416 383 417 417 383 384 417 384 418 418 384 385 418 385 419 419 385 386 419 386 420 420 386 387 420 387 421 421 387 388 421 388 422 422 388 389 422 389 423 423 389 390 423 390 424 424 390 391 424 391 425 425 391 392 425 392 426 426 392 393 426 393 427 427 393 394 428 395 429 429 395 396 429 396 430 430 396 397 430 397 431 431 397 398 431 398 432 432 398 399 432 399 433 433 399 400 433 400 434 434 400 401 434 401 435 435 401 402 435 402 436 436 402 403 436 403 437 437 403 404 437 404 438 438 404 405 438 405 439 439 405 406 439 406 440 440 406 407 440 407 441 441 407 408 441 408 442 442 408 409 442 409 443 443 409 410 443 410 444 444 410 411 444 411 445 445 411 412 445 412 446 446 412 413 446 413 447 447 413 414 447 414 448 448 414 415 448 415 449 449 415 416 449 416 450 450 416 417 450 417 451 451 417 418 451 418 452 452 418 419 452 419 453 453 419 420 453 420 454 454 420 421 454 421 455 455 421 422 455 422 456 456 422 423 456 423 457 457 423 424 457 424 458 458 424 425 458 425 459 459 425 426 459 426 460 460 426 427 461 428 462 462 428 429 462 429 463 463 429 430 463 430 464 464 430 431 464 431 465 465 431 432 465 432 466 466 432 433 466 433 467 467 433 434 467 434 468 468 434 435 468 435 469 469 435 436 469 436 470 470 436 437 470 437 471 471 437 438 471 438 472 472 438 439 472 439 473 473 439 440 473 440 474 474 440 441 474 441 475 475 441 442 475 442 476 476 442 443 476 443 477 477 443 444 477 444 478 478 444 445 478 445 479 479 445 446 479 446 480 480 446 447 480 447 481 481 447 448 481 448 482 482 448 449 482 449 483 483 449 450 483 450 484 484 450 451 484 451 485 485 451 452 485 452 486 486 452 453 486 453 487 487 453 454 487 454 488 488 454 455 488 455 489 489 455 456 489 456 490 490 456 457 490 457 491 491 457 458 491 458 492 492 458 459 492 459 493 493 459 460 494 461 495 495 461 462 495 462 496 496 462 463 496 463 497 497 463 464 497 464 498 498 464 465 498 465 499 499 465 466 499 466 500 500 466 467 500 467 501 501 467 468 501 468 502 502 468 469 502 469 503 503 469 470 503 470 504 504 470 471 504 471 505 505 471 472 505 472 506 506 472 473 506 473 507 507 473 474 507 474 508 508 474 475 508 475 509 509 475 476 509 476 510 510 476 477 510 477 511 511 477 478 511 478 512 512 478 479 512 479 513 513 479 480 513 480 514 514 480 481 514 481 515 515 481 482 515 482 516 516 482 483 516 483 517 517 483 484 517 484 518 518 484 485 518 485 519 519 485 486 519 486 520 520 486 487 520 487 521 521 487 488 521 488 522 522 488 489 522 489 523 523 489 490 523 490 524 524 490 491 524 491 525 525 491 492 525 492 526 526 492 493 495 527 494 496 528 495 497 529 496 498 530 497 499 531 498 500 532 499 501 533 500 502 534 501 503 535 502 504 536 503 505 537 504 506 538 505 507 539 506 508 540 507 509 541 508 510 542 509 511 543 510 512 544 511 513 545 512 514 546 513 515 547 514 516 548 515 517 549 516 518 550 517 519 551 518 520 552 519 521 553 520 522 554 521 523 555 522 524 556 523 525 557 524 526 558 525</int>
<float3 name="position">0 3.901807 19.61571 0 0 20 -0.761205 3.826834 19.61571 0 0 20 -1.493157 3.604799 19.61571 0 0 20 -2.167727 3.244234 19.61571 0 0 20 -2.758994 2.758994 19.61571 0 0 20 -3.244234 2.167727 19.61571 0 0 20 -3.6048 1.493156 19.61571 0 0 20 -3.826835 0.761204 19.61571 0 0 20 -3.901807 -1E-06 19.61571 0 0 20 -3.826834 -0.761206 19.61571 0 0 20 -3.604799 -1.493158 19.61571 0 0 20 -3.244232 -2.167729 19.61571 0 0 20 -2.758992 -2.758996 19.61571 0 0 20 -2.167725 -3.244235 19.61571 0 0 20 -1.493154 -3.6048 19.61571 0 0 20 -0.761201 -3.826835 19.61571 0 0 20 4E-06 -3.901807 19.61571 0 0 20 0.761209 -3.826834 19.61571 0 0 20 1.493161 -3.604798 19.61571 0 0 20 2.167732 -3.244231 19.61571 0 0 20 2.758997 -2.75899 19.61571 0 0 20 3.244236 -2.167723 19.61571 0 0 20 3.604801 -1.493152 19.61571 0 0 20 3.826836 -0.761199 19.61571 0 0 20 3.901807 6E-06 19.61571 0 0 20 3.826833 0.761211 19.61571 0 0 20 3.604797 1.493163 19.61571 0 0 20 3.24423 2.167734 19.61571 0 0 20 2.758989 2.758999 19.61571 0 0 20 2.167721 3.244238 19.61571 0 0 20 1.493149 3.604802 19.61571 0 0 20 0.761196 3.826836 19.61571 0 0 20 0 3.901807 19.61571 0 7.653669 18.47759 -1.493157 7.506606 18.47759 -2.928932 7.071068 18.47759 -4.25215 6.363793 18.47759 -5.411961 5.411961 18.47759 -6.363793 4.25215 18.47759 -7.071068 2.928931 18.47759 -7.506606 1.493155 18.47759 -7.653669 -2E-06 18.47759 -7.506605 -1.49316 18.47759 -7.071066 -2.928936 18.47759 -6.363791 -4.252154 18.47759 -5.411958 -5.411964 18.47759 -4.252146 -6.363796 18.47759 -2.928926 -7.07107 18.47759 -1.49315 -7.506607 18.47759 7E-06 -7.653669 18.47759 1.493165 -7.506604 18.47759 2.92894 -7.071064 18.47759 4.252158 -6.363788 18.47759 5.411968 -5.411954 18.47759 6.363799 -4.252142 18.47759 7.071072 -2.928922 18.47759 7.506608 -1.493145 18.47759 7.653669 1.2E-05 18.47759 7.506603 1.493169 18.47759 7.071063 2.928945 18.47759 6.363785 4.252162 18.47759 5.411951 5.411972 18.47759 4.252138 6.363801 18.47759 2.928917 7.071074 18.47759 1.49314 7.506609 18.47759 0 7.653669 18.47759 0 11.1114 16.62939 -2.167727 10.8979 16.62939 -4.25215 10.2656 16.62939 -6.173165 9.238796 16.62939 -7.85695 7.856949 16.62939 -9.238796 6.173165 16.62939 -10.2656 4.252149 16.62939 -10.8979 2.167725 16.62939 -11.1114 -4E-06 16.62939 -10.8979 -2.167732 16.62939 -10.2656 -4.252155 16.62939 -9.238791 -6.173171 16.62939 -7.856945 -7.856955 16.62939 -6.173159 -9.2388 16.62939 -4.252142 -10.2656 16.62939 -2.167718 -10.8979 16.62939 1.1E-05 -11.1114 16.62939 2.167739 -10.8979 16.62939 4.252162 -10.26559 16.62939 6.173177 -9.238788 16.62939 7.85696 -7.856939 16.62939 9.238804 -6.173153 16.62939 10.26561 -4.252136 16.62939 10.89791 -2.167711 16.62939 11.1114 1.8E-05 16.62939 10.8979 2.167746 16.62939 10.26559 4.252169 16.62939 9.238784 6.173183 16.62939 7.856935 7.856965 16.62939 6.173147 9.238808 16.62939 4.252129 10.26561 16.62939 2.167704 10.89791 16.62939 0 11.1114 16.62939 -1E-06 14.14214 14.14214 -2.758994 13.8704 14.14214 -5.411961 13.06563 14.14214 -7.856949 11.75876 14.14214 -10 10 14.14214 -11.75876 7.856949 14.14214 -13.06563 5.411959 14.14214 -13.8704 2.758991 14.14214 -14.14214 -5E-06 14.14214 -13.8704 -2.759 14.14214 -13.06563 -5.411967 14.14214 -11.75875 -7.856956 14.14214 -9.999993 -10.00001 14.14214 -7.856941 -11.75876 14.14214 -5.411951 -13.06563 14.14214 -2.758981 -13.8704 14.14214 1.4E-05 -14.14214 14.14214 2.759008 -13.8704 14.14214 5.411976 -13.06562 14.14214 7.856964 -11.75875 14.14214 10.00001 -9.999988 14.14214 11.75877 -7.856934 14.14214 13.06564 -5.411942 14.14214 13.8704 -2.758973 14.14214 14.14214 2.3E-05 14.14214 13.87039 2.759017 14.14214 13.06562 5.411984 14.14214 11.75874 7.856971 14.14214 9.999981 10.00002 14.14214 7.856926 11.75877 14.14214 5.411934 13.06564 14.14214 2.758964 13.87041 14.14214 -1E-06 14.14214 14.14214 -1E-06 16.62939 11.1114 -3.244234 16.30986 11.1114 -6.363792 15.36356 11.1114 -9.238794 13.82684 11.1114 -11.75876 11.75876 11.1114 -13.82684 9.238794 11.1114 -15.36356 6.363791 11.1114 -16.30986 3.24423 11.1114 -16.62939 -5E-06 11.1114 -16.30986 -3.24424 11.1114 -15.36355 -6.363801 11.1114 -13.82683 -9.238804 11.1114 -11.75875 -11.75876 11.1114 -9.238786 -13.82684 11.1114 -6.36378 -15.36356 11.1114 -3.244219 -16.30987 11.1114 1.6E-05 -16.62939 11.1114 3.244251 -16.30986 11.1114 6.363811 -15.36355 11.1114 9.238812 -13.82682 11.1114 11.75877 -11.75874 11.1114 13.82685 -9.238777 11.1114 15.36356 -6.363771 11.1114 16.30987 -3.244209 11.1114 16.62939 2.7E-05 11.1114 16.30986 3.244261 11.1114 15.36354 6.36382 11.1114 13.82682 9.238821 11.1114 11.75873 11.75878 11.1114 9.238768 13.82685 11.1114 6.363761 15.36357 11.1114 3.244198 16.30987 11.1114 -1E-06 16.62939 11.1114 -1E-06 18.47759 7.653668 -3.604799 18.12255 7.653668 -7.071067 17.07107 7.653668 -10.2656 15.36356 7.653668 -13.06563 13.06563 7.653668 -15.36356 10.2656 7.653668 -17.07107 7.071065 7.653668 -18.12255 3.604795 7.653668 -18.47759 -6E-06 7.653668 -18.12255 -3.604806 7.653668 -17.07106 -7.071076 7.653668 -15.36355 -10.26561 7.653668 -13.06562 -13.06564 7.653668 -10.26559 -15.36356 7.653668 -7.071054 -17.07107 7.653668 -3.604783 -18.12255 7.653668 1.8E-05 -18.47759 7.653668 3.604818 -18.12255 7.653668 7.071087 -17.07106 7.653668 10.26562 -15.36354 7.653668 13.06565 -13.06561 7.653668 15.36357 -10.26558 7.653668 17.07108 -7.071043 7.653668 18.12255 -3.604771 7.653668 18.47759 3E-05 7.653668 18.12254 3.60483 7.653668 17.07105 7.071098 7.653668 15.36354 10.26563 7.653668 13.0656 13.06565 7.653668 10.26557 15.36358 7.653668 7.071032 17.07108 7.653668 3.60476 18.12256 7.653668 -1E-06 18.47759 7.653668 -1E-06 19.61571 3.901807 -3.826834 19.23879 3.901807 -7.506605 18.12255 3.901807 -10.8979 16.30986 3.901807 -13.8704 13.8704 3.901807 -16.30986 10.8979 3.901807 -18.12255 7.506602 3.901807 -19.2388 3.82683 3.901807 -19.61571 -6E-06 3.901807 -19.23879 -3.826842 3.901807 -18.12255 -7.506614 3.901807 -16.30986 -10.89791 3.901807 -13.87039 -13.87041 3.901807 -10.89789 -16.30987 3.901807 -7.506591 -18.12255 3.901807 -3.826817 -19.2388 3.901807 1.9E-05 -19.61571 3.901807 3.826854 -19.23879 3.901807 7.506626 -18.12254 3.901807 10.89792 -16.30985 3.901807 13.87042 -13.87038 3.901807 16.30988 -10.89788 3.901807 18.12256 -7.506579 3.901807 19.2388 -3.826805 3.901807 19.61571 3.1E-05 3.901807 19.23879 3.826867 3.901807 18.12254 7.506638 3.901807 16.30984 10.89793 3.901807 13.87037 13.87043 3.901807 10.89787 16.30989 3.901807 7.506567 18.12256 3.901807 3.826793 19.2388 3.901807 -1E-06 19.61571 3.901807 -1E-06 20 2E-06 -3.901807 19.61571 2E-06 -7.653668 18.47759 2E-06 -11.1114 16.62939 2E-06 -14.14214 14.14214 2E-06 -16.62939 11.1114 2E-06 -18.47759 7.653666 2E-06 -19.61571 3.901802 2E-06 -20 -7E-06 2E-06 -19.6157 -3.901814 2E-06 -18.47759 -7.653677 2E-06 -16.62939 -11.11141 2E-06 -14.14213 -14.14215 2E-06 -11.11139 -16.6294 2E-06 -7.653654 -18.4776 2E-06 -3.901789 -19.61571 2E-06 1.9E-05 -20 2E-06 3.901827 -19.6157 2E-06 7.653689 -18.47758 2E-06 11.11142 -16.62938 2E-06 14.14215 -14.14212 2E-06 16.62941 -11.11138 2E-06 18.4776 -7.653642 2E-06 19.61571 -3.901777 2E-06 20 3.2E-05 2E-06 19.6157 3.901839 2E-06 18.47758 7.653701 2E-06 16.62937 11.11143 2E-06 14.14211 14.14216 2E-06 11.11137 16.62941 2E-06 7.65363 18.47761 2E-06 3.901764 19.61571 2E-06 -1E-06 20 2E-06 -1E-06 19.61571 -3.901804 -3.826834 19.2388 -3.901804 -7.506605 18.12255 -3.901804 -10.8979 16.30986 -3.901804 -13.8704 13.8704 -3.901804 -16.30986 10.8979 -3.901804 -18.12255 7.506603 -3.901804 -19.2388 3.82683 -3.901804 -19.61571 -6E-06 -3.901804 -19.23879 -3.826842 -3.901804 -18.12255 -7.506615 -3.901804 -16.30986 -10.89791 -3.901804 -13.87039 -13.87041 -3.901804 -10.89789 -16.30987 -3.901804 -7.506591 -18.12255 -3.901804 -3.826817 -19.2388 -3.901804 1.9E-05 -19.61571 -3.901804 3.826854 -19.23879 -3.901804 7.506626 -18.12254 -3.901804 10.89792 -16.30985 -3.901804 13.87042 -13.87038 -3.901804 16.30988 -10.89788 -3.901804 18.12256 -7.506579 -3.901804 19.2388 -3.826805 -3.901804 19.61571 3.1E-05 -3.901804 19.23879 3.826867 -3.901804 18.12254 7.506638 -3.901804 16.30984 10.89793 -3.901804 13.87037 13.87043 -3.901804 10.89787 16.30989 -3.901804 7.506568 18.12256 -3.901804 3.826793 19.2388 -3.901804 -1E-06 19.61571 -3.901804 -1E-06 18.47759 -7.653666 -3.6048 18.12255 -7.653666 -7.071068 17.07107 -7.653666 -10.2656 15.36356 -7.653666 -13.06563 13.06563 -7.653666 -15.36356 10.2656 -7.653666 -17.07107 7.071065 -7.653666 -18.12255 3.604795 -7.653666 -18.47759 -6E-06 -7.653666 -18.12255 -3.604807 -7.653666 -17.07107 -7.071076 -7.653666 -15.36355 -10.26561 -7.653666 -13.06562 -13.06564 -7.653666 -10.26559 -15.36356 -7.653666 -7.071054 -17.07108 -7.653666 -3.604783 -18.12255 -7.653666 1.8E-05 -18.47759 -7.653666 3.604818 -18.12255 -7.653666 7.071087 -17.07106 -7.653666 10.26562 -15.36354 -7.653666 13.06565 -13.06561 -7.653666 15.36357 -10.26558 -7.653666 17.07108 -7.071043 -7.653666 18.12255 -3.604772 -7.653666 18.47759 3E-05 -7.653666 18.12254 3.60483 -7.653666 17.07106 7.071098 -7.653666 15.36354 10.26563 -7.653666 13.06561 13.06566 -7.653666 10.26557 15.36358 -7.653666 7.071033 17.07108 -7.653666 3.60476 18.12256 -7.653666 -1E-06 18.47759 -7.653666 -1E-06 16.62939 -11.1114 -3.244234 16.30986 -11.1114 -6.363793 15.36356 -11.1114 -9.238794 13.82684 -11.1114 -11.75876 11.75876 -11.1114 -13.82684 9.238794 -11.1114 -15.36356 6.363791 -11.1114 -16.30986 3.24423 -11.1114 -16.62939 -5E-06 -11.1114 -16.30986 -3.24424 -11.1114 -15.36355 -6.363801 -11.1114 -13.82683 -9.238804 -11.1114 -11.75875 -11.75876 -11.1114 -9.238786 -13.82684 -11.1114 -6.363781 -15.36356 -11.1114 -3.244219 -16.30987 -11.1114 1.6E-05 -16.62939 -11.1114 3.244251 -16.30986 -11.1114 6.363811 -15.36355 -11.1114 9.238812 -13.82682 -11.1114 11.75877 -11.75874 -11.1114 13.82685 -9.238777 -11.1114 15.36357 -6.363771 -11.1114 16.30987 -3.244209 -11.1114 16.62939 2.7E-05 -11.1114 16.30986 3.244261 -11.1114 15.36354 6.363821 -11.1114 13.82682 9.238821 -11.1114 11.75873 11.75878 -11.1114 9.238768 13.82685 -11.1114 6.363761 15.36357 -11.1114 3.244198 16.30987 -11.1114 -1E-06 16.62939 -11.1114 -1E-06 14.14214 -14.14214 -2.758994 13.8704 -14.14214 -5.411961 13.06563 -14.14214 -7.856949 11.75876 -14.14214 -10 10 -14.14214 -11.75876 7.856948 -14.14214 -13.06563 5.411959 -14.14214 -13.8704 2.75899 -14.14214 -14.14214 -5E-06 -14.14214 -13.8704 -2.758999 -14.14214 -13.06563 -5.411967 -14.14214 -11.75875 -7.856956 -14.14214 -9.999993 -10.00001 -14.14214 -7.856941 -11.75876 -14.14214 -5.411951 -13.06563 -14.14214 -2.758981 -13.8704 -14.14214 1.4E-05 -14.14214 -14.14214 2.759008 -13.8704 -14.14214 5.411976 -13.06562 -14.14214 7.856964 -11.75875 -14.14214 10.00001 -9.999987 -14.14214 11.75877 -7.856934 -14.14214 13.06564 -5.411942 -14.14214 13.8704 -2.758973 -14.14214 14.14214 2.3E-05 -14.14214 13.87039 2.759017 -14.14214 13.06562 5.411984 -14.14214 11.75874 7.856971 -14.14214 9.999981 10.00002 -14.14214 7.856926 11.75877 -14.14214 5.411934 13.06564 -14.14214 2.758964 13.8704 -14.14214 -1E-06 14.14214 -14.14214 0 11.1114 -16.62939 -2.167727 10.8979 -16.62939 -4.25215 10.2656 -16.62939 -6.173164 9.238794 -16.62939 -7.856949 7.856948 -16.62939 -9.238794 6.173164 -16.62939 -10.2656 4.252148 -16.62939 -10.8979 2.167725 -16.62939 -11.1114 -4E-06 -16.62939 -10.8979 -2.167732 -16.62939 -10.2656 -4.252155 -16.62939 -9.238791 -6.17317 -16.62939 -7.856944 -7.856954 -16.62939 -6.173158 -9.238798 -16.62939 -4.252141 -10.2656 -16.62939 -2.167718 -10.8979 -16.62939 1.1E-05 -11.1114 -16.62939 2.167739 -10.8979 -16.62939 4.252162 -10.26559 -16.62939 6.173176 -9.238787 -16.62939 7.856959 -7.856938 -16.62939 9.238803 -6.173152 -16.62939 10.2656 -4.252135 -16.62939 10.8979 -2.167711 -16.62939 11.1114 1.8E-05 -16.62939 10.8979 2.167746 -16.62939 10.26559 4.252168 -16.62939 9.238783 6.173182 -16.62939 7.856934 7.856964 -16.62939 6.173146 9.238807 -16.62939 4.252129 10.26561 -16.62939 2.167704 10.89791 -16.62939 0 11.1114 -16.62939 0 7.653666 -18.47759 -1.493156 7.506603 -18.47759 -2.928931 7.071065 -18.47759 -4.252148 6.363791 -18.47759 -5.411959 5.411959 -18.47759 -6.363791 4.252148 -18.47759 -7.071065 2.92893 -18.47759 -7.506603 1.493154 -18.47759 -7.653666 -2E-06 -18.47759 -7.506602 -1.493159 -18.47759 -7.071064 -2.928934 -18.47759 -6.363788 -4.252152 -18.47759 -5.411955 -5.411963 -18.47759 -4.252144 -6.363793 -18.47759 -2.928925 -7.071067 -18.47759 -1.493149 -7.506604 -18.47759 7E-06 -7.653666 -18.47759 1.493164 -7.506601 -18.47759 2.928939 -7.071062 -18.47759 4.252156 -6.363785 -18.47759 5.411966 -5.411952 -18.47759 6.363796 -4.25214 -18.47759 7.071069 -2.928921 -18.47759 7.506605 -1.493145 -18.47759 7.653666 1.2E-05 -18.47759 7.5066 1.493169 -18.47759 7.07106 2.928943 -18.47759 6.363782 4.252161 -18.47759 5.411948 5.411969 -18.47759 4.252136 6.363799 -18.47759 2.928916 7.071071 -18.47759 1.49314 7.506606 -18.47759 0 7.653666 -18.47759 0 3.901802 -19.61571 -0.761204 3.82683 -19.61571 -1.493155 3.604795 -19.61571 -2.167725 3.24423 -19.61571 -2.75899 2.75899 -19.61571 -3.24423 2.167725 -19.61571 -3.604795 1.493154 -19.61571 -3.82683 0.761203 -19.61571 -3.901802 -1E-06 -19.61571 -3.826829 -0.761205 -19.61571 -3.604794 -1.493157 -19.61571 -3.244228 -2.167727 -19.61571 -2.758989 -2.758992 -19.61571 -2.167722 -3.244231 -19.61571 -1.493152 -3.604796 -19.61571 -0.7612 -3.82683 -19.61571 4E-06 -3.901802 -19.61571 0.761208 -3.826829 -19.61571 1.493159 -3.604793 -19.61571 2.167729 -3.244227 -19.61571 2.758994 -2.758987 -19.61571 3.244232 -2.16772 -19.61571 3.604797 -1.49315 -19.61571 3.826831 -0.761198 -19.61571 3.901802 6E-06 -19.61571 3.826828 0.76121 -19.61571 3.604792 1.493161 -19.61571 3.244226 2.167731 -19.61571 2.758985 2.758996 -19.61571 2.167718 3.244234 -19.61571 1.493147 3.604798 -19.61571 0.761195 3.826831 -19.61571 0 3.901802 -19.61571 0 0 -20 0 0 -20 0 0 -20 0 0 -20 0 0 -20 0 0 -20 0 0 -20 0 0 -20 0 0 -20 0 0 -20 0 0 -20 0 0 -20 0 0 -20 0 0 -20 0 0 -20 0 0 -20 0 0 -20 0 0 -20 0 0 -20 0 0 -20 0 0 -20 0 0 -20 0 0 -20 0 0 -20 0 0 -20 0 0 -20 0 0 -20 0 0 -20 0 0 -20 0 0 -20 0 0 -20 0 0 -20</float3>
<float3 name="normal">0 -0.200969 -0.979598 0 0 -1 0.039207 -0.197107 -0.979598 0 0 -1 0.076907 -0.185671 -0.979598 0 0 -1 0.111652 -0.167099 -0.979598 0 0 -1 0.142106 -0.142106 -0.979598 0 0 -1 0.167099 -0.111652 -0.979598 0 0 -1 0.185671 -0.076907 -0.979598 0 0 -1 0.197107 -0.039207 -0.979598 0 0 -1 0.200969 0 -0.979598 0 0 -1 0.197107 0.039207 -0.979598 0 0 -1 0.185671 0.076908 -0.979598 0 0 -1 0.167099 0.111652 -0.979598 0 0 -1 0.142106 0.142107 -0.979598 0 0 -1 0.111652 0.1671 -0.979598 0 0 -1 0.076907 0.185671 -0.979598 0 0 -1 0.039207 0.197107 -0.979598 0 0 -1 0 0.200969 -0.979598 0 0 -1 -0.039207 0.197107 -0.979598 0 0 -1 -0.076908 0.185671 -0.979598 0 0 -1 -0.111653 0.167099 -0.979598 0 0 -1 -0.142107 0.142106 -0.979598 0 0 -1 -0.1671 0.111652 -0.979598 0 0 -1 -0.185671 0.076907 -0.979598 0 0 -1 -0.197107 0.039207 -0.979598 0 0 -1 -0.200969 0 -0.979598 0 0 -1 -0.197107 -0.039207 -0.979598 0 0 -1 -0.185671 -0.076908 -0.979598 0 0 -1 -0.167099 -0.111653 -0.979598 0 0 -1 -0.142106 -0.142107 -0.979598 0 0 -1 -0.111652 -0.1671 -0.979598 0 0 -1 -0.076907 -0.185671 -0.979598 0 0 -1 -0.039207 -0.197107 -0.979598 0 0 -1 0 -0.200969 -0.979598 0 -0.387887 -0.921707 0.075673 -0.380434 -0.921707 0.148438 -0.358361 -0.921707 0.215498 -0.322516 -0.921707 0.274277 -0.274277 -0.921707 0.322516 -0.215498 -0.921707 0.358361 -0.148438 -0.921707 0.380434 -0.075673 -0.921707 0.387887 0 -0.921707 0.380434 0.075673 -0.921707 0.358361 0.148438 -0.921707 0.322516 0.215499 -0.921707 0.274277 0.274278 -0.921707 0.215498 0.322516 -0.921707 0.148438 0.358361 -0.921707 0.075673 0.380434 -0.921707 0 0.387887 -0.921707 -0.075673 0.380434 -0.921707 -0.148438 0.358361 -0.921707 -0.215499 0.322516 -0.921707 -0.274278 0.274277 -0.921707 -0.322516 0.215498 -0.921707 -0.358361 0.148437 -0.921707 -0.380434 0.075672 -0.921707 -0.387887 -1E-06 -0.921707 -0.380434 -0.075674 -0.921707 -0.358361 -0.148439 -0.921707 -0.322516 -0.215499 -0.921707 -0.274277 -0.274278 -0.921707 -0.215498 -0.322517 -0.921707 -0.148437 -0.358361 -0.921707 -0.075672 -0.380434 -0.921707 0 -0.387887 -0.921707 0 -0.559775 -0.828645 0.109207 -0.549019 -0.828645 0.214217 -0.517165 -0.828645 0.310994 -0.465436 -0.828645 0.395821 -0.395821 -0.828645 0.465436 -0.310994 -0.828645 0.517165 -0.214216 -0.828645 0.549019 -0.109207 -0.828645 0.559775 0 -0.828645 0.549019 0.109207 -0.828645 0.517165 0.214217 -0.828645 0.465436 0.310995 -0.828645 0.395821 0.395821 -0.828645 0.310994 0.465436 -0.828645 0.214216 0.517165 -0.828645 0.109206 0.549019 -0.828645 -1E-06 0.559775 -0.828645 -0.109207 0.549019 -0.828645 -0.214217 0.517164 -0.828645 -0.310995 0.465436 -0.828645 -0.395821 0.39582 -0.828645 -0.465436 0.310994 -0.828645 -0.517165 0.214216 -0.828645 -0.549019 0.109206 -0.828645 -0.559775 -1E-06 -0.828645 -0.549019 -0.109208 -0.828645 -0.517164 -0.214218 -0.828645 -0.465435 -0.310995 -0.828645 -0.39582 -0.395821 -0.828645 -0.310993 -0.465437 -0.828645 -0.214216 -0.517165 -0.828645 -0.109206 -0.549019 -0.828645 0 -0.559775 -0.828645 0 -0.710141 -0.704059 0.138542 -0.696496 -0.704059 0.271759 -0.656085 -0.704059 0.394533 -0.590461 -0.704059 0.502146 -0.502146 -0.704059 0.590461 -0.394533 -0.704059 0.656085 -0.271759 -0.704059 0.696496 -0.138542 -0.704059 0.710141 0 -0.704059 0.696496 0.138542 -0.704059 0.656085 0.27176 -0.704059 0.590461 0.394534 -0.704059 0.502146 0.502146 -0.704059 0.394533 0.590461 -0.704059 0.271759 0.656085 -0.704059 0.138541 0.696496 -0.704059 -1E-06 0.710141 -0.704059 -0.138542 0.696496 -0.704059 -0.27176 0.656085 -0.704059 -0.394534 0.590461 -0.704059 -0.502146 0.502145 -0.704059 -0.590462 0.394533 -0.704059 -0.656086 0.271758 -0.704059 -0.696496 0.138541 -0.704059 -0.710141 -1E-06 -0.704059 -0.696496 -0.138543 -0.704059 -0.656085 -0.271761 -0.704059 -0.59046 -0.394535 -0.704059 -0.502145 -0.502147 -0.704059 -0.394532 -0.590462 -0.704059 -0.271758 -0.656086 -0.704059 -0.138541 -0.696497 -0.704059 0 -0.710141 -0.704059 0 -0.83334 -0.552761 0.162576 -0.817327 -0.552761 0.318905 -0.769906 -0.552761 0.462979 -0.692897 -0.552761 0.58926 -0.58926 -0.552761 0.692897 -0.462979 -0.552761 0.769906 -0.318905 -0.552761 0.817327 -0.162576 -0.552761 0.83334 0 -0.552761 0.817327 0.162577 -0.552761 0.769905 0.318906 -0.552761 0.692896 0.462979 -0.552761 0.58926 0.589261 -0.552761 0.462978 0.692897 -0.552761 0.318905 0.769906 -0.552761 0.162576 0.817327 -0.552761 -1E-06 0.83334 -0.552761 -0.162577 0.817327 -0.552761 -0.318906 0.769905 -0.552761 -0.46298 0.692896 -0.552761 -0.589261 0.589259 -0.552761 -0.692897 0.462978 -0.552761 -0.769906 0.318904 -0.552761 -0.817328 0.162575 -0.552761 -0.83334 -1E-06 -0.552761 -0.817327 -0.162578 -0.552761 -0.769905 -0.318907 -0.552761 -0.692896 -0.46298 -0.552761 -0.589259 -0.589261 -0.552761 -0.462977 -0.692898 -0.552761 -0.318904 -0.769906 -0.552761 -0.162575 -0.817328 -0.552761 0 -0.83334 -0.552761 1E-06 -0.924766 -0.380537 0.180413 -0.906997 -0.380537 0.353892 -0.854372 -0.380537 0.513772 -0.768915 -0.380537 0.653908 -0.653908 -0.380537 0.768915 -0.513772 -0.380537 0.854372 -0.353892 -0.380537 0.906997 -0.180413 -0.380537 0.924766 0 -0.380537 0.906996 0.180413 -0.380537 0.854372 0.353893 -0.380537 0.768914 0.513773 -0.380537 0.653908 0.653908 -0.380537 0.513772 0.768915 -0.380537 0.353892 0.854372 -0.380537 0.180412 0.906997 -0.380537 -1E-06 0.924766 -0.380537 -0.180414 0.906996 -0.380537 -0.353893 0.854372 -0.380537 -0.513773 0.768914 -0.380537 -0.653909 0.653907 -0.380537 -0.768915 0.513771 -0.380537 -0.854373 0.353891 -0.380537 -0.906997 0.180411 -0.380537 -0.924766 -1E-06 -0.380537 -0.906996 -0.180414 -0.380537 -0.854371 -0.353894 -0.380537 -0.768914 -0.513774 -0.380537 -0.653907 -0.653909 -0.380537 -0.513771 -0.768915 -0.380537 -0.353891 -0.854373 -0.380537 -0.180411 -0.906997 -0.380537 1E-06 -0.924766 -0.380537 1E-06 -0.981015 -0.19393 0.191387 -0.962165 -0.19393 0.375418 -0.90634 -0.19393 0.545023 -0.815684 -0.19393 0.693683 -0.693683 -0.19393 0.815684 -0.545023 -0.19393 0.90634 -0.375418 -0.19393 0.962165 -0.191386 -0.19393 0.981015 0 -0.19393 0.962165 0.191387 -0.19393 0.90634 0.375419 -0.19393 0.815684 0.545023 -0.19393 0.693682 0.693683 -0.19393 0.545022 0.815685 -0.19393 0.375418 0.90634 -0.19393 0.191386 0.962166 -0.19393 -1E-06 0.981015 -0.19393 -0.191388 0.962165 -0.19393 -0.375419 0.90634 -0.19393 -0.545024 0.815684 -0.19393 -0.693684 0.693682 -0.19393 -0.815685 0.545022 -0.19393 -0.90634 0.375417 -0.19393 -0.962166 0.191385 -0.19393 -0.981015 -2E-06 -0.19393 -0.962165 -0.191388 -0.19393 -0.906339 -0.37542 -0.19393 -0.815683 -0.545024 -0.19393 -0.693681 -0.693684 -0.19393 -0.545021 -0.815686 -0.19393 -0.375416 -0.906341 -0.19393 -0.191385 -0.962166 -0.19393 1E-06 -0.981015 -0.19393 0 -1 0 0.19509 -0.980785 0 0.382683 -0.92388 0 0.55557 -0.83147 0 0.707107 -0.707107 0 0.83147 -0.55557 0 0.92388 -0.382683 0 0.980785 -0.19509 0 1 0 0 0.980785 0.195091 0 0.923879 0.382684 0 0.831469 0.555571 0 0.707106 0.707107 0 0.55557 0.83147 0 0.382683 0.92388 0 0.195089 0.980786 0 -1E-06 1 0 -0.195091 0.980785 0 -0.382684 0.923879 0 -0.555571 0.831469 0 -0.707108 0.707106 0 -0.83147 0.555569 0 -0.92388 0.382682 0 -0.980786 0.195089 0 -1 -2E-06 0 -0.980785 -0.195092 0 -0.923879 -0.382685 0 -0.831469 -0.555572 0 -0.707105 -0.707108 0 -0.555569 -0.831471 0 -0.382682 -0.92388 0 -0.195089 -0.980786 0 0 -1 0 0 -0.981015 0.19393 0.191387 -0.962165 0.19393 0.375418 -0.90634 0.19393 0.545023 -0.815684 0.19393 0.693683 -0.693683 0.19393 0.815684 -0.545023 0.19393 0.90634 -0.375418 0.19393 0.962166 -0.191386 0.19393 0.981015 0 0.19393 0.962165 0.191387 0.19393 0.90634 0.375419 0.19393 0.815684 0.545023 0.19393 0.693682 0.693683 0.19393 0.545022 0.815685 0.19393 0.375418 0.90634 0.19393 0.191386 0.962166 0.19393 -1E-06 0.981015 0.19393 -0.191388 0.962165 0.19393 -0.375419 0.90634 0.19393 -0.545024 0.815684 0.19393 -0.693683 0.693682 0.19393 -0.815685 0.545022 0.19393 -0.906341 0.375417 0.19393 -0.962166 0.191385 0.19393 -0.981015 -2E-06 0.19393 -0.962165 -0.191388 0.19393 -0.906339 -0.37542 0.19393 -0.815683 -0.545024 0.19393 -0.693681 -0.693684 0.19393 -0.545021 -0.815686 0.19393 -0.375417 -0.906341 0.19393 -0.191385 -0.962166 0.19393 0 -0.981015 0.19393 0 -0.924766 0.380537 0.180413 -0.906997 0.380537 0.353893 -0.854372 0.380537 0.513772 -0.768915 0.380537 0.653908 -0.653908 0.380537 0.768915 -0.513772 0.380537 0.854372 -0.353892 0.380537 0.906997 -0.180413 0.380537 0.924766 0 0.380537 0.906996 0.180413 0.380537 0.854372 0.353893 0.380537 0.768914 0.513773 0.380537 0.653908 0.653908 0.380537 0.513772 0.768915 0.380537 0.353892 0.854372 0.380537 0.180412 0.906997 0.380537 -1E-06 0.924766 0.380537 -0.180414 0.906996 0.380537 -0.353894 0.854372 0.380537 -0.513773 0.768914 0.380537 -0.653909 0.653907 0.380537 -0.768915 0.513771 0.380537 -0.854373 0.353891 0.380537 -0.906997 0.180411 0.380537 -0.924766 -2E-06 0.380537 -0.906996 -0.180414 0.380537 -0.854371 -0.353894 0.380537 -0.768914 -0.513774 0.380537 -0.653907 -0.653909 0.380537 -0.513771 -0.768916 0.380537 -0.353891 -0.854373 0.380537 -0.180411 -0.906997 0.380537 0 -0.924766 0.380537 1E-06 -0.83334 0.552761 0.162576 -0.817327 0.552761 0.318905 -0.769905 0.552761 0.462979 -0.692897 0.552761 0.58926 -0.58926 0.552761 0.692897 -0.462979 0.552761 0.769906 -0.318905 0.552761 0.817327 -0.162576 0.552761 0.83334 0 0.552761 0.817327 0.162577 0.552761 0.769905 0.318906 0.552761 0.692896 0.462979 0.552761 0.58926 0.589261 0.552761 0.462978 0.692897 0.552761 0.318905 0.769906 0.552761 0.162576 0.817327 0.552761 -1E-06 0.83334 0.552761 -0.162577 0.817327 0.552761 -0.318906 0.769905 0.552761 -0.462979 0.692896 0.552761 -0.589261 0.589259 0.552761 -0.692897 0.462978 0.552761 -0.769906 0.318904 0.552761 -0.817328 0.162575 0.552761 -0.83334 -1E-06 0.552761 -0.817327 -0.162578 0.552761 -0.769905 -0.318907 0.552761 -0.692896 -0.46298 0.552761 -0.589259 -0.589261 0.552761 -0.462977 -0.692898 0.552761 -0.318904 -0.769906 0.552761 -0.162575 -0.817328 0.552761 1E-06 -0.83334 0.552761 0 -0.710141 0.704059 0.138542 -0.696496 0.704059 0.271759 -0.656085 0.704059 0.394533 -0.590461 0.704059 0.502146 -0.502146 0.704059 0.590461 -0.394533 0.704059 0.656085 -0.271759 0.704059 0.696496 -0.138542 0.704059 0.710141 0 0.704059 0.696496 0.138542 0.704059 0.656085 0.27176 0.704059 0.590461 0.394534 0.704059 0.502145 0.502146 0.704059 0.394533 0.590461 0.704059 0.271759 0.656085 0.704059 0.138541 0.696496 0.704059 -1E-06 0.710141 0.704059 -0.138542 0.696496 0.704059 -0.27176 0.656085 0.704059 -0.394534 0.590461 0.704059 -0.502146 0.502145 0.704059 -0.590462 0.394533 0.704059 -0.656086 0.271758 0.704059 -0.696496 0.138541 0.704059 -0.710141 -1E-06 0.704059 -0.696496 -0.138543 0.704059 -0.656085 -0.271761 0.704059 -0.59046 -0.394535 0.704059 -0.502145 -0.502147 0.704059 -0.394532 -0.590462 0.704059 -0.271758 -0.656086 0.704059 -0.138541 -0.696496 0.704059 0 -0.710141 0.704059 0 -0.559775 0.828645 0.109207 -0.549019 0.828645 0.214217 -0.517165 0.828645 0.310994 -0.465436 0.828645 0.395821 -0.395821 0.828645 0.465436 -0.310994 0.828645 0.517165 -0.214217 0.828645 0.549019 -0.109207 0.828645 0.559775 0 0.828645 0.549019 0.109207 0.828645 0.517165 0.214217 0.828645 0.465436 0.310995 0.828645 0.39582 0.395821 0.828645 0.310994 0.465436 0.828645 0.214216 0.517165 0.828645 0.109206 0.549019 0.828645 0 0.559775 0.828645 -0.109207 0.549019 0.828645 -0.214217 0.517164 0.828645 -0.310995 0.465436 0.828645 -0.395821 0.39582 0.828645 -0.465436 0.310994 0.828645 -0.517165 0.214216 0.828645 -0.549019 0.109206 0.828645 -0.559775 -1E-06 0.828645 -0.549019 -0.109208 0.828645 -0.517164 -0.214217 0.828645 -0.465435 -0.310995 0.828645 -0.39582 -0.395821 0.828645 -0.310993 -0.465437 0.828645 -0.214216 -0.517165 0.828645 -0.109206 -0.549019 0.828645 0 -0.559775 0.828645 0 -0.387887 0.921707 0.075673 -0.380434 0.921707 0.148438 -0.358361 0.921707 0.215498 -0.322516 0.921707 0.274278 -0.274278 0.921707 0.322516 -0.215498 0.921707 0.358361 -0.148438 0.921707 0.380434 -0.075673 0.921707 0.387887 0 0.921707 0.380434 0.075673 0.921707 0.358361 0.148438 0.921707 0.322516 0.215499 0.921707 0.274277 0.274278 0.921707 0.215498 0.322516 0.921707 0.148438 0.358361 0.921707 0.075673 0.380434 0.921707 0 0.387887 0.921707 -0.075673 0.380434 0.921707 -0.148438 0.358361 0.921707 -0.215499 0.322516 0.921707 -0.274278 0.274277 0.921707 -0.322517 0.215498 0.921707 -0.358361 0.148437 0.921707 -0.380434 0.075672 0.921707 -0.387887 -1E-06 0.921707 -0.380434 -0.075674 0.921707 -0.358361 -0.148439 0.921707 -0.322516 -0.215499 0.921707 -0.274277 -0.274278 0.921707 -0.215498 -0.322517 0.921707 -0.148437 -0.358361 0.921707 -0.075672 -0.380434 0.921707 0 -0.387887 0.921707 0 -0.200969 0.979598 0.039207 -0.197107 0.979598 0.076907 -0.185671 0.979598 0.111652 -0.167099 0.979598 0.142106 -0.142106 0.979598 0.167099 -0.111652 0.979598 0.185671 -0.076907 0.979598 0.197107 -0.039207 0.979598 0.200969 0 0.979598 0.197107 0.039207 0.979598 0.185671 0.076907 0.979598 0.167099 0.111652 0.979598 0.142106 0.142106 0.979598 0.111652 0.167099 0.979598 0.076907 0.185671 0.979598 0.039207 0.197107 0.979598 0 0.200969 0.979598 -0.039207 0.197107 0.979598 -0.076908 0.185671 0.979598 -0.111652 0.167099 0.979598 -0.142106 0.142106 0.979598 -0.167099 0.111652 0.979598 -0.185671 0.076907 0.979598 -0.197107 0.039207 0.979598 -0.200969 0 0.979598 -0.197107 -0.039207 0.979598 -0.185671 -0.076908 0.979598 -0.167099 -0.111652 0.979598 -0.142106 -0.142107 0.979598 -0.111652 -0.1671 0.979598 -0.076907 -0.185671 0.979598 -0.039207 -0.197107 0.979598 0 -0.200969 0.979598 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1</float3>
<float2 name="texcoord">0 0.9375 0 1 0.03125 0.9375 0.03125 1 0.0625 0.9375 0.0625 1 0.09375 0.9375 0.09375 1 0.125 0.9375 0.125 1 0.15625 0.9375 0.15625 1 0.1875 0.9375 0.1875 1 0.21875 0.9375 0.21875 1 0.25 0.9375 0.25 1 0.28125 0.9375 0.28125 1 0.3125 0.9375 0.3125 1 0.34375 0.9375 0.34375 1 0.375 0.9375 0.375 1 0.40625 0.9375 0.40625 1 0.4375 0.9375 0.4375 1 0.46875 0.9375 0.46875 1 0.5 0.9375 0.5 1 0.53125 0.9375 0.53125 1 0.5625 0.9375 0.5625 1 0.59375 0.9375 0.59375 1 0.625 0.9375 0.625 1 0.65625 0.9375 0.65625 1 0.6875 0.9375 0.6875 1 0.71875 0.9375 0.71875 1 0.75 0.9375 0.75 1 0.78125 0.9375 0.78125 1 0.8125 0.9375 0.8125 1 0.84375 0.9375 0.84375 1 0.875 0.9375 0.875 1 0.90625 0.9375 0.90625 1 0.9375 0.9375 0.9375 1 0.96875 0.9375 0.96875 1 1 0.9375 0 0.875 0.03125 0.875 0.0625 0.875 0.09375 0.875 0.125 0.875 0.15625 0.875 0.1875 0.875 0.21875 0.875 0.25 0.875 0.28125 0.875 0.3125 0.875 0.34375 0.875 0.375 0.875 0.40625 0.875 0.4375 0.875 0.46875 0.875 0.5 0.875 0.53125 0.875 0.5625 0.875 0.59375 0.875 0.625 0.875 0.65625 0.875 0.6875 0.875 0.71875 0.875 0.75 0.875 0.78125 0.875 0.8125 0.875 0.84375 0.875 0.875 0.875 0.90625 0.875 0.9375 0.875 0.96875 0.875 1 0.875 0 0.8125 0.03125 0.8125 0.0625 0.8125 0.09375 0.8125 0.125 0.8125 0.15625 0.8125 0.1875 0.8125 0.21875 0.8125 0.25 0.8125 0.28125 0.8125 0.3125 0.8125 0.34375 0.8125 0.375 0.8125 0.40625 0.8125 0.4375 0.8125 0.46875 0.8125 0.5 0.8125 0.53125 0.8125 0.5625 0.8125 0.59375 0.8125 0.625 0.8125 0.65625 0.8125 0.6875 0.8125 0.71875 0.8125 0.75 0.8125 0.78125 0.8125 0.8125 0.8125 0.84375 0.8125 0.875 0.8125 0.90625 0.8125 0.9375 0.8125 0.96875 0.8125 1 0.8125 0 0.75 0.03125 0.75 0.0625 0.75 0.09375 0.75 0.125 0.75 0.15625 0.75 0.1875 0.75 0.21875 0.75 0.25 0.75 0.28125 0.75 0.3125 0.75 0.34375 0.75 0.375 0.75 0.40625 0.75 0.4375 0.75 0.46875 0.75 0.5 0.75 0.53125 0.75 0.5625 0.75 0.59375 0.75 0.625 0.75 0.65625 0.75 0.6875 0.75 0.71875 0.75 0.75 0.75 0.78125 0.75 0.8125 0.75 0.84375 0.75 0.875 0.75 0.90625 0.75 0.9375 0.75 0.96875 0.75 1 0.75 0 0.6875 0.03125 0.6875 0.0625 0.6875 0.09375 0.6875 0.125 0.6875 0.15625 0.6875 0.1875 0.6875 0.21875 0.6875 0.25 0.6875 0.28125 0.6875 0.3125 0.6875 0.34375 0.6875 0.375 0.6875 0.40625 0.6875 0.4375 0.6875 0.46875 0.6875 0.5 0.6875 0.53125 0.6875 0.5625 0.6875 0.59375 0.6875 0.625 0.6875 0.65625 0.6875 0.6875 0.6875 0.71875 0.6875 0.75 0.6875 0.78125 0.6875 0.8125 0.6875 0.84375 0.6875 0.875 0.6875 0.90625 0.6875 0.9375 0.6875 0.96875 0.6875 1 0.6875 0 0.625 0.03125 0.625 0.0625 0.625 0.09375 0.625 0.125 0.625 0.15625 0.625 0.1875 0.625 0.21875 0.625 0.25 0.625 0.28125 0.625 0.3125 0.625 0.34375 0.625 0.375 0.625 0.40625 0.625 0.4375 0.625 0.46875 0.625 0.5 0.625 0.53125 0.625 0.5625 0.625 0.59375 0.625 0.625 0.625 0.65625 0.625 0.6875 0.625 0.71875 0.625 0.75 0.625 0.78125 0.625 0.8125 0.625 0.84375 0.625 0.875 0.625 0.90625 0.625 0.9375 0.625 0.96875 0.625 1 0.625 0 0.5625 0.03125 0.5625 0.0625 0.5625 0.09375 0.5625 0.125 0.5625 0.15625 0.5625 0.1875 0.5625 0.21875 0.5625 0.25 0.5625 0.28125 0.5625 0.3125 0.5625 0.34375 0.5625 0.375 0.5625 0.40625 0.5625 0.4375 0.5625 0.46875 0.5625 0.5 0.5625 0.53125 0.5625 0.5625 0.5625 0.59375 0.5625 0.625 0.5625 0.65625 0.5625 0.6875 0.5625 0.71875 0.5625 0.75 0.5625 0.78125 0.5625 0.8125 0.5625 0.84375 0.5625 0.875 0.5625 0.90625 0.5625 0.9375 0.5625 0.96875 0.5625 1 0.5625 0 0.5 0.03125 0.5 0.0625 0.5 0.09375 0.5 0.125 0.5 0.15625 0.5 0.1875 0.5 0.21875 0.5 0.25 0.5 0.28125 0.5 0.3125 0.5 0.34375 0.5 0.375 0.5 0.40625 0.5 0.4375 0.5 0.46875 0.5 0.5 0.5 0.53125 0.5 0.5625 0.5 0.59375 0.5 0.625 0.5 0.65625 0.5 0.6875 0.5 0.71875 0.5 0.75 0.5 0.78125 0.5 0.8125 0.5 0.84375 0.5 0.875 0.5 0.90625 0.5 0.9375 0.5 0.96875 0.5 1 0.5 0 0.4375 0.03125 0.4375 0.0625 0.4375 0.09375 0.4375 0.125 0.4375 0.15625 0.4375 0.1875 0.4375 0.21875 0.4375 0.25 0.4375 0.28125 0.4375 0.3125 0.4375 0.34375 0.4375 0.375 0.4375 0.40625 0.4375 0.4375 0.4375 0.46875 0.4375 0.5 0.4375 0.53125 0.4375 0.5625 0.4375 0.59375 0.4375 0.625 0.4375 0.65625 0.4375 0.6875 0.4375 0.71875 0.4375 0.75 0.4375 0.78125 0.4375 0.8125 0.4375 0.84375 0.4375 0.875 0.4375 0.90625 0.4375 0.9375 0.4375 0.96875 0.4375 1 0.4375 0 0.375 0.03125 0.375 0.0625 0.375 0.09375 0.375 0.125 0.375 0.15625 0.375 0.1875 0.375 0.21875 0.375 0.25 0.375 0.28125 0.375 0.3125 0.375 0.34375 0.375 0.375 0.375 0.40625 0.375 0.4375 0.375 0.46875 0.375 0.5 0.375 0.53125 0.375 0.5625 0.375 0.59375 0.375 0.625 0.375 0.65625 0.375 0.6875 0.375 0.71875 0.375 0.75 0.375 0.78125 0.375 0.8125 0.375 0.84375 0.375 0.875 0.375 0.90625 0.375 0.9375 0.375 0.96875 0.375 1 0.375 0 0.3125 0.03125 0.3125 0.0625 0.3125 0.09375 0.3125 0.125 0.3125 0.15625 0.3125 0.1875 0.3125 0.21875 0.3125 0.25 0.3125 0.28125 0.3125 0.3125 0.3125 0.34375 0.3125 0.375 0.3125 0.40625 0.3125 0.4375 0.3125 0.46875 0.3125 0.5 0.3125 0.53125 0.3125 0.5625 0.3125 0.59375 0.3125 0.625 0.3125 0.65625 0.3125 0.6875 0.3125 0.71875 0.3125 0.75 0.3125 0.78125 0.3125 0.8125 0.3125 0.84375 0.3125 0.875 0.3125 0.90625 0.3125 0.9375 0.3125 0.96875 0.3125 1 0.3125 0 0.25 0.03125 0.25 0.0625 0.25 0.09375 0.25 0.125 0.25 0.15625 0.25 0.1875 0.25 0.21875 0.25 0.25 0.25 0.28125 0.25 0.3125 0.25 0.34375 0.25 0.375 0.25 0.40625 0.25 0.4375 0.25 0.46875 0.25 0.5 0.25 0.53125 0.25 0.5625 0.25 0.59375 0.25 0.625 0.25 0.65625 0.25 0.6875 0.25 0.71875 0.25 0.75 0.25 0.78125 0.25 0.8125 0.25 0.84375 0.25 0.875 0.25 0.90625 0.25 0.9375 0.25 0.96875 0.25 1 0.25 0 0.1875 0.03125 0.1875 0.0625 0.1875 0.09375 0.1875 0.125 0.1875 0.15625 0.1875 0.1875 0.1875 0.21875 0.1875 0.25 0.1875 0.28125 0.1875 0.3125 0.1875 0.34375 0.1875 0.375 0.1875 0.40625 0.1875 0.4375 0.1875 0.46875 0.1875 0.5 0.1875 0.53125 0.1875 0.5625 0.1875 0.59375 0.1875 0.625 0.1875 0.65625 0.1875 0.6875 0.1875 0.71875 0.1875 0.75 0.1875 0.78125 0.1875 0.8125 0.1875 0.84375 0.1875 0.875 0.1875 0.90625 0.1875 0.9375 0.1875 0.96875 0.1875 1 0.1875 0 0.125 0.03125 0.125 0.0625 0.125 0.09375 0.125 0.125 0.125 0.15625 0.125 0.1875 0.125 0.21875 0.125 0.25 0.125 0.28125 0.125 0.3125 0.125 0.34375 0.125 0.375 0.125 0.40625 0.125 0.4375 0.125 0.46875 0.125 0.5 0.125 0.53125 0.125 0.5625 0.125 0.59375 0.125 0.625 0.125 0.65625 0.125 0.6875 0.125 0.71875 0.125 0.75 0.125 0.78125 0.125 0.8125 0.125 0.84375 0.125 0.875 0.125 0.90625 0.125 0.9375 0.125 0.96875 0.125 1 0.125 0 0.0625 0.03125 0.0625 0.0625 0.0625 0.09375 0.0625 0.125 0.0625 0.15625 0.0625 0.1875 0.0625 0.21875 0.0625 0.25 0.0625 0.28125 0.0625 0.3125 0.0625 0.34375 0.0625 0.375 0.0625 0.40625 0.0625 0.4375 0.0625 0.46875 0.0625 0.5 0.0625 0.53125 0.0625 0.5625 0.0625 0.59375 0.0625 0.625 0.0625 0.65625 0.0625 0.6875 0.0625 0.71875 0.0625 0.75 0.0625 0.78125 0.0625 0.8125 0.0625 0.84375 0.0625 0.875 0.0625 0.90625 0.0625 0.9375 0.0625 0.96875 0.0625 1 0.0625 0 0 0.03125 0 0.0625 0 0.09375 0 0.125 0 0.15625 0 0.1875 0 0.21875 0 0.25 0 0.28125 0 0.3125 0 0.34375 0 0.375 0 0.40625 0 0.4375 0 0.46875 0 0.5 0 0.53125 0 0.5625 0 0.59375 0 0.625 0 0.65625 0 0.6875 0 0.71875 0 0.75 0 0.78125 0 0.8125 0 0.84375 0 0.875 0 0.90625 0 0.9375 0 0.96875 0</float2>
</data>
<transform id="transformSky" translation="0 0 -8000" scale="4000 4000 4000" />
<shader id="shaderSkysphere" script="urn:xml3d:shader:phong">
<float3 name="emissiveColor">0 0 0</float3>
<float name="ambientIntensity">1</float>
<float3 name="diffuseColor">1 1 1</float3>
<texture name="diffuseTexture">
<img src="graphics/DH023LL.jpg" />
</texture>
</shader>
<data type="triangles" id="box">
<int name="index">0 1 2 2 3 0 4 7 5 5 7 6 8 9 10 10 11 8 12 14 13 14 12 15 16 17 18 18 19 16 20 22 21 22 20 23</int>
<float3 name="position">-1.0 -1.0 -1.0 -1.0 1.0 -1.0 1.0 1.0 -1.0 1.0 -1.0 -1.0 -1.0 -1.0 1.0 -1.0 1.0 1.0 1.0 1.0 1.0 1.0 -1.0 1.0 -1.0 -1.0 -1.0 -1.0 -1.0 1.0 -1.0 1.0 1.0 -1.0 1.0 -1.0 1.0 -1.0 -1.0 1.0 -1.0 1.0 1.0 1.0 1.0 1.0 1.0 -1.0 -1.0 1.0 -1.0 -1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 1.0 1.0 -1.0 1.0 1.0 -1.0 -1.0</float3>
<float3 name="normal">-1.0000 0.0000 0.0000 -1.0000 0.0000 0.0000 -1.0000 0.0000 0.0000 -1.0000 0.0000 0.0000 0.0000 0.0000 1.0000 0.0000 0.0000 1.0000 0.0000 0.0000 1.0000 0.0000 0.0000 1.0000 1.0000 0.0000 0.0000 1.0000 0.0000 0.0000 1.0000 0.0000 0.0000 1.0000 0.0000 0.0000 0.0000 0.0000 -1.0000 0.0000 0.0000 -1.0000 0.0000 0.0000 -1.0000 0.0000 0.0000 -1.0000 0.0000 1.0000 0.0000 0.0000 1.0000 0.0000 0.0000 1.0000 0.0000 0.0000 1.0000 0.0000 0.0000 -1.0000 0.0000 0.0000 -1.0000 0.0000 0.0000 -1.0000 0.0000 0.0000 -1.0000 0.0000</float3>
<float2 name="texcoord">0.0000 0.0000 0.0000 1.0000 1.0000 1.0000 1.0000 0.0000 0.0000 0.0000 0.0000 1.0000 1.0000 1.0000 1.0000 0.0000 0.0000 0.0000 0.0000 1.0000 1.0000 1.0000 1.0000 0.0000 0.0000 0.0000 0.0000 1.0000 1.0000 1.0000 1.0000 0.0000 0.0000 0.0000 0.0000 1.0000 1.0000 1.0000 1.0000 0.0000 0.0000 0.0000 0.0000 1.0000 1.0000 1.0000 1.0000 0.0000</float2>
</data>
<shader id="flickrShader" script="urn:xml3d:shader:phong">
<float3 name="emissiveColor">0 0 0</float3>
<float3 name="diffuseColor">1 0 0</float3>
<bool name="useVertexColor">false</bool>
<float3 name="reflective">0 0 0</float3>
<float3 name="specularColor">1 1 1</float3>
<float name="ambientIntensity">0.5</float>
<float name="shininess">1</float>
</shader>
<shader id="youtubeShader" script="urn:xml3d:shader:phong">
<float3 name="emissiveColor">0 0 0</float3>
<float3 name="diffuseColor">0 0 1</float3>
<bool name="useVertexColor">false</bool>
<float3 name="reflective">0 0 0</float3>
<float3 name="specularColor">1 1 1</float3>
<float name="ambientIntensity">0.5</float>
<float name="shininess">1</float>
</shader>
<shader id="twitterShader" script="urn:xml3d:shader:phong">
<float3 name="emissiveColor">0 0 0</float3>
<float3 name="diffuseColor">0 1 1</float3>
<bool name="useVertexColor">false</bool>
<float3 name="reflective">0 0 0</float3>
<float3 name="specularColor">1 1 1</float3>
<float name="ambientIntensity">0.5</float>
<float name="shininess">1</float>
</shader>
<shader id="facebookShader" script="urn:xml3d:shader:phong">
<float3 name="emissiveColor">0 0 0</float3>
<float3 name="diffuseColor">0 0 0</float3>
<bool name="useVertexColor">false</bool>
<float3 name="reflective">0 0 0</float3>
<float3 name="specularColor">1 1 1</float3>
<float name="ambientIntensity">0.5</float>
<float name="shininess">1</float>
</shader>
<shader id="shader_high" script="urn:xml3d:shader:phong">
<float3 name="emissiveColor">0.298 0 0</float3>
<float3 name="diffuseColor">0.349 0.165 0.165</float3>
<bool name="useVertexColor">false</bool>
<float3 name="reflective">0.494 0.251 0.243</float3>
<float3 name="specularColor">1 1 1</float3>
<float name="ambientIntensity">0.85</float>
<float name="shininess">1</float>
</shader>
</defs>
<view id="defaultView" orientation="1 0 0 1.570796" position="0 -10000 7000" fieldOfView="0.24"/>
<group id="gr_szene" >
<!-- Untergrund -->
<group id="ground" shader="#gr">
<mesh>
<int name="index">0 1 2 2 1 3</int>
<float3 name="position">-26000.0 -26000.0 -200 26000.0 -26000.0 -200 -26000.0 26000.0 -200 26000.0 26000.0 -200</float3>
<float3 name="normal">0.0 0.0 1 0.0 0.0 1 0.0 0.0 1 0.0 0.0 1</float3>
</mesh>
</group>
<!-- Skysphere -->
<group shader="#shaderSkysphere" transform="#transformSky">
<mesh type="triangles" src="#Skysphere" />
</group>
<group transform="#licht1">
<light id="Licht" shader="#lamp" visible="true" />
</group>
<!-- This will collect all loaded tiles -->
<group id="tilecontainer"> </group>
<group id="w3dscontainer" transform="#w3ds_trans"> </group>
<group id="flickrcontainer">
<defs id="flickrcontainer_defs"></defs>
<group id="flickrcontainer_groups"></group>
</group>
<group id="twittercontainer">
<defs id="twittercontainer_defs"></defs>
<group id="twittercontainer_groups"></group>
</group>
<group id="youtubecontainer">
<defs id="youtubecontainer_defs"></defs>
<group id="youtubecontainer_groups"></group>
</group>
<group id="facebookcontainer">
<defs id="facebookcontainer_defs"></defs>
<group id="facebookcontainer_groups"></group>
</group>
</group>
</xml3d>
<!-- Status information -->
<div id="loading" style="visibility:hidden;">
<img src="graphics/ajax-loader.gif" title="Loading..." /> Loading...
</div>
</div>
<!-- floating hover div following mouse cursor -->
<div id="infobox_content" style="display:none; position:absolute; border-style: solid; background-color: white; padding: 5px; z-index:500;"></div>
<!-- a floating window to display detailed infos for a clicked object -->
<div id="infobox_detail"></div>
<div id="debug"></div>
<div id="bottom">
<p>Created by Rainer Jochem, <a href="http://www.dfki.de/asr/" target="_blank">Agents and Simulated Reality Lab</a>.<br/>
2012 <a href="http://www.dfki.de/" target="_blank">German Research Center for Artificial Intelligence, DFKI</a></p>
<p><a href="http://www.w3ds.org" target="_blank">W3DS</a> Server provided by <a href="http://www.geog.uni-heidelberg.de/lehrstuehle/gis/index_en.html" target="_blank">GIScience, Department of Geography, University of Heidelberg</a>.</p>
<p>Map data © OpenStreetMap contributors, CC-BY-SA</p>
</div>
<!-- Application logic -->
<script type="text/javascript" src="js/scene_controller.js"></script>
</body>
</html>