Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 5 | pmbaty | 1 | VERSION 6 // V1 expects map checkpoint rectangles |
| 2 | // V2 and above expect map checkpoint points |
||
| 3 | // V3 and above expect splash file stuff at the end |
||
| 4 | // V4 and above expect two sets of PIX and M^T and ped substitution entry |
||
| 5 | -16.86, -14.1, -35.61 // Position of centre of start of grid |
||
| 6 | 90 // Direction that grid faces in |
||
| 7 | // Laps, checkpoints etc |
||
| 8 | 60,30,10 // Initial timer count for each skill level |
||
| 9 | 15 // # laps |
||
| 10 | 100,50,10 // Race completed bonus (all laps raced) for each skill level |
||
| 11 | 75000,50000,30000 // Race completed bonus (all peds killed) for each skill level |
||
| 12 | 20000,10000,5000 // Race completed bonus (all oppos wasted) for each skill level |
||
| 13 | // Width and height of map checkpoint rectangles |
||
| 14 | 9,18 |
||
| 15 | 11,26 |
||
| 16 | 2 // # checkpoints |
||
| 17 | // Checkpoint #1 |
||
| 18 | 20,10,5 // Timer increment for each skill level (ped mode) |
||
| 19 | 60,30,10 // Timer increment for each skill level (pedless mode) |
||
| 20 | 1 // # quads for this checkpoint |
||
| 21 | -73.09,-100,-59.19 // Point #0 |
||
| 22 | -73.09,100,-59.19 // Point #1 |
||
| 23 | -73.09,100,-61.69 // Point #2 |
||
| 24 | -73.09,-100,-61.69 // Point #3 |
||
| 25 | 160,320 |
||
| 26 | 2,5 |
||
| 27 | // Checkpoint #2 |
||
| 28 | 20,10,5 // Timer increment for each skill level (ped mode) |
||
| 29 | 60,30,10 // Timer increment for each skill level (pedless mode) |
||
| 30 | 1 // # quads for this checkpoint |
||
| 31 | -4.55,-100,-39.03 // Point #0 |
||
| 32 | -4.55,100,-39.03 // Point #1 |
||
| 33 | -1.35,100,-37.25 // Point #2 |
||
| 34 | -1.35,-100,-37.25 // Point #3 |
||
| 35 | 225,450 |
||
| 36 | 23,55 |
||
| 37 | 6 |
||
| 38 | INDYSKY.PIX // # pixelmap files to load |
||
| 39 | INDUSTB.PIX |
||
| 40 | IHORIZN.PIX |
||
| 41 | DRKSCRN.PIX |
||
| 42 | FOGSCRN.PIX |
||
| 43 | GANTSCRN.PIX |
||
| 44 | 6 |
||
| 45 | INDYSKY.PIX // # pixelmap files to load(low memory) |
||
| 46 | INDB8.PIX |
||
| 47 | IHORIZN.PIX |
||
| 48 | DRKSCRN.PIX |
||
| 49 | FOGSCRN.PIX |
||
| 50 | GANTSCRN.PIX |
||
| 51 | 1 // # shade table files to load |
||
| 52 | DRRENDER.TAB |
||
| 53 | 11 |
||
| 54 | INDYWIND.MAT |
||
| 55 | URINE.MAT |
||
| 56 | RIDDY.MAT // # material files to load |
||
| 57 | INDUSTB.MAT |
||
| 58 | DARKSKY.MAT |
||
| 59 | DRKSCRN.MAT |
||
| 60 | FOGSCRN.MAT |
||
| 61 | GANTSCRN.MAT |
||
| 62 | TUNNSCRN.MAT |
||
| 63 | ACIDSCRN.MAT |
||
| 64 | SKIDMARK.MAT |
||
| 65 | 11 |
||
| 66 | INDYWIND.MAT |
||
| 67 | URINE.MAT |
||
| 68 | RIDDY.MAT // # material files to load(low memory) |
||
| 69 | INDB8.MAT |
||
| 70 | DARKSKY.MAT |
||
| 71 | DRKSCRN.MAT |
||
| 72 | FOGSCRN.MAT |
||
| 73 | GANTSCRN.MAT |
||
| 74 | TUNNSCRN.MAT |
||
| 75 | ACIDSCRN.MAT |
||
| 76 | SKIDMARK.MAT |
||
| 77 | 1 // # model files to load |
||
| 78 | INDUSTB2.DAT |
||
| 79 | 1 // # model files to load |
||
| 80 | INDB82.DAT |
||
| 81 | INDUSTB2.ACT // Track actor |
||
| 82 | INDB82.ACT // Track actor |
||
| 83 | INDUSTBX.ACT // Additional actor |
||
| 84 | // HORIZON STUFF |
||
| 85 | IHORIZN.PIX // Name of sky texture pixelmap (or "none") |
||
| 86 | 5 // Horizontal repetitions of sky texture |
||
| 87 | 72 // Vertical size of sky texture (degrees) |
||
| 88 | 83 // Position of horizon (pixels below top) |
||
| 89 | dark // Depth cue mode ("none", "dark" or "fog") |
||
| 90 | 7,0 // Degree of fog/darkness |
||
| 91 | // DEFAULT ENGINE NOISE |
||
| 92 | |||
| 93 | // SPECIAL EFFECTS VOLUMES |
||
| 94 | 7 // # special effects volumes |
||
| 95 | DEFAULT WATER |
||
| 96 | 0.2 // gravity multiplier |
||
| 97 | 50 // viscosity multiplier |
||
| 98 | |||
| 99 | 0.002 // Pedestrian damage per millisecond |
||
| 100 | |||
| 101 | 1 // Sky colour |
||
| 102 | URINE.MAT // Windscreen material to use |
||
| 103 | 5100 // Sound ID of entry noise |
||
| 104 | 5100 // Sound ID of exit noise |
||
| 105 | 2 // Engine noise index |
||
| 106 | |||
| 107 | NEW IMPROVED! |
||
| 108 | -2.447, 0.000, 0.148 |
||
| 109 | 0.000, 5.160, 0.000 |
||
| 110 | -0.774, 0.000, -12.816 |
||
| 111 | 14.977, -5.177, 39.925 |
||
| 112 | 1 // gravity multiplier |
||
| 113 | 1 // viscosity multiplier |
||
| 114 | |||
| 115 | |||
| 116 | -1 // camera effect index |
||
| 117 | -1 // sky colour |
||
| 118 | GRIDDY.MAT // Windscreen material to use |
||
| 119 | -1 // Sound ID of entry noise |
||
| 120 | -1 // Sound ID of exit noise |
||
| 121 | 1 // Engine noise index |
||
| 122 | |||
| 123 | NEW IMPROVED! |
||
| 124 | 0.117, 0.000, -2.984 |
||
| 125 | 0.000, 2.986, 0.000 |
||
| 126 | 2.486, 0.000, 0.098 |
||
| 127 | 12.512, -5.177, 44.914 |
||
| 128 | 1 // gravity multiplier |
||
| 129 | 1 // viscosity multiplier |
||
| 130 | |||
| 131 | |||
| 132 | -1 // camera effect index |
||
| 133 | -1 // sky colour |
||
| 134 | GRIDDY.MAT // Windscreen material to use |
||
| 135 | -1 // Sound ID of entry noise |
||
| 136 | -1 // Sound ID of exit noise |
||
| 137 | 1 // Engine noise index |
||
| 138 | |||
| 139 | NEW IMPROVED! |
||
| 140 | 0.189, 0.000, 7.428 |
||
| 141 | 0.000, 2.488, 0.000 |
||
| 142 | -15.402, 0.000, 0.391 |
||
| 143 | -137.911, -15.182, -49.170 |
||
| 144 | 1 // gravity multiplier |
||
| 145 | 1 // viscosity multiplier |
||
| 146 | |||
| 147 | |||
| 148 | -1 // camera effect index |
||
| 149 | -1 // sky colour |
||
| 150 | RIDDY.MAT // Windscreen material to use |
||
| 151 | -1 // Sound ID of entry noise |
||
| 152 | -1 // Sound ID of exit noise |
||
| 153 | 1 // Engine noise index |
||
| 154 | |||
| 155 | NEW IMPROVED! |
||
| 156 | 2.488, 0.000, 0.038 |
||
| 157 | 0.000, 1.000, -0.001 |
||
| 158 | -0.165, 0.009, 10.698 |
||
| 159 | -5.762, -13.805, -18.070 |
||
| 160 | 1 // gravity multiplier |
||
| 161 | 1 // viscosity multiplier |
||
| 162 | |||
| 163 | |||
| 164 | -1 // camera effect index |
||
| 165 | -1 // sky colour |
||
| 166 | RIDDY.MAT // Windscreen material to use |
||
| 167 | -1 // Sound ID of entry noise |
||
| 168 | -1 // Sound ID of exit noise |
||
| 169 | 1 // Engine noise index |
||
| 170 | |||
| 171 | NEW IMPROVED! |
||
| 172 | -0.114, 0.000, -3.581 |
||
| 173 | 0.000, 3.583, 0.000 |
||
| 174 | 10.694, 0.000, -0.339 |
||
| 175 | -17.011, -12.402, -11.404 |
||
| 176 | 1 // gravity multiplier |
||
| 177 | 1 // viscosity multiplier |
||
| 178 | |||
| 179 | |||
| 180 | -1 // camera effect index |
||
| 181 | -1 // sky colour |
||
| 182 | RIDDY.MAT // Windscreen material to use |
||
| 183 | -1 // Sound ID of entry noise |
||
| 184 | -1 // Sound ID of exit noise |
||
| 185 | 1 // Engine noise index |
||
| 186 | |||
| 187 | NEW IMPROVED! |
||
| 188 | 7.359, -0.003, -0.157 |
||
| 189 | 0.000, 1.000, -0.002 |
||
| 190 | -0.669, 0.003, 1.024 |
||
| 191 | -14.049, -18.115, -49.262 |
||
| 192 | 1 // gravity multiplier |
||
| 193 | 1 // viscosity multiplier |
||
| 194 | |||
| 195 | |||
| 196 | -1 // camera effect index |
||
| 197 | -1 // sky colour |
||
| 198 | RIDDY.MAT // Windscreen material to use |
||
| 199 | -1 // Sound ID of entry noise |
||
| 200 | -1 // Sound ID of exit noise |
||
| 201 | 1 // Engine noise index |
||
| 202 | |||
| 203 | // REFLECTIVE WINDSCREEN SPECIFICATIONS |
||
| 204 | INDYWIND.MAT // Material to use for default screens |
||
| 205 | DRKSCRN.MAT // Material to use for default screens during darkness |
||
| 206 | FOGSCRN.MAT // Material to use for default screens during fog |
||
| 207 | |||
| 208 | // MAP DETAILS |
||
| 209 | INDBMAP2.PIX // Map pixelmap name |
||
| 210 | 0.918, 0, 0 // World->map transformation matrix |
||
| 211 | 0, 0, 0 |
||
| 212 | 0, 0.918, 0 |
||
| 213 | 232.2, 63.9, 0 |
||
| 214 | // ****** SKART OF FUNK AND GROOVE STUFF ****** |
||
| 215 | START OF FUNK |
||
| 216 | !ACIDSPL.MAT |
||
| 217 | constant |
||
| 218 | roll |
||
| 219 | continuous |
||
| 220 | 0,-0.2 |
||
| 221 | no fucking lighting |
||
| 222 | no animation you cunt |
||
| 223 | NEXT FUNK |
||
| 224 | CHECK.MAT |
||
| 225 | constant |
||
| 226 | roll |
||
| 227 | continuous |
||
| 228 | 0.2,0 |
||
| 229 | no fucking lighting |
||
| 230 | no animation you cunt |
||
| 231 | NEXT FUNK |
||
| 232 | !LIQUID.MAT |
||
| 233 | constant |
||
| 234 | throb |
||
| 235 | harmonic |
||
| 236 | 0.13,0.09 |
||
| 237 | 5,5 |
||
| 238 | 50,50 |
||
| 239 | no fucking lighting |
||
| 240 | no animation you cunt |
||
| 241 | NEXT FUNK |
||
| 242 | ACIDSCRN.MAT |
||
| 243 | constant |
||
| 244 | throb |
||
| 245 | harmonic |
||
| 246 | 0.13,0.09 |
||
| 247 | 5,5 |
||
| 248 | 50,50 |
||
| 249 | no fucking lighting |
||
| 250 | no animation you cunt |
||
| 251 | END OF FUNK |
||
| 252 | START OF GROOVE |
||
| 253 | &CBO0032.ACT // Actor name of moving part |
||
| 254 | not a fuckin lolliiipop // Not a lollipop |
||
| 255 | distance // Only moves when in view |
||
| 256 | no fucking path you cuuuuuuunt // Does not move on a path |
||
| 257 | rock // Object itself rocks |
||
| 258 | linear // Motion is linear (i.e. direction changes instantly) |
||
| 259 | 0.12 // Cycles per second |
||
| 260 | 0,0,0 // Centre of movement |
||
| 261 | y // Axis to rock in |
||
| 262 | 90 // Angle to rock (each way) |
||
| 263 | NEXT GROOVE |
||
| 264 | &CAR0032.ACT // Actor name of moving part |
||
| 265 | not a fuckin lolliiipop // Not a lollipop |
||
| 266 | distance // Only moves when in view |
||
| 267 | straight // Moves on a straight path |
||
| 268 | linear // Motion is linear (i.e. direction changes instantly) |
||
| 269 | 0,0,-0.1 // Centre of movement |
||
| 270 | 0.2 // Cycles per second |
||
| 271 | 0,0,0.15 // Amount of movement (each way) in each axis |
||
| 272 | no object moving cunt // Object itself does not change orientation |
||
| 273 | NEXT GROOVE |
||
| 274 | &RCH0031.ACT // Actor name of moving part |
||
| 275 | not a fuckin lolliiipop // Not a lollipop |
||
| 276 | distance // Only moves when in view |
||
| 277 | straight // Moves on a straight path |
||
| 278 | linear // Motion is linear (i.e. direction changes instantly) |
||
| 279 | 0,0,0 // Centre of movement |
||
| 280 | 0.25 // Cycles per second |
||
| 281 | 0,0,0.3 // Amount of movement (each way) in each axis |
||
| 282 | no object moving cunt // Object itself does not change orientation |
||
| 283 | NEXT GROOVE |
||
| 284 | &RCH0009.ACT // Actor name of moving part |
||
| 285 | not a fuckin lolliiipop // Not a lollipop |
||
| 286 | distance // Only moves when in view |
||
| 287 | straight // Moves on a straight path |
||
| 288 | linear // Motion is linear (i.e. direction changes instantly) |
||
| 289 | 0,0,0 // Centre of movement |
||
| 290 | 0.25 // Cycles per second |
||
| 291 | 0,0,0.3 // Amount of movement (each way) in each axis |
||
| 292 | no object moving cunt // Object itself does not change orientation |
||
| 293 | END OF GROOVE |
||
| 294 | // ****** STARK OF PEDESTRIAN STUFF ****** |
||
| 295 | 9 // Ped subs table index |
||
| 296 | 309 // Number of pedestrians |
||
| 297 | // Pedestrian number 1 |
||
| 298 | 10 // Ref num |
||
| 299 | 5 // Number of instructions |
||
| 300 | 2 // Initial instruction |
||
| 301 | point |
||
| 302 | 33.606,-5.181,27.756 |
||
| 303 | point |
||
| 304 | 27.761,-5.177,23.610 |
||
| 305 | point |
||
| 306 | 26.522,-5.177,23.631 |
||
| 307 | point |
||
| 308 | 24.829,-5.177,24.967 |
||
| 309 | reverse |
||
| 310 | // Pedestrian number 2 |
||
| 311 | 11 // Ref num |
||
| 312 | 5 // Number of instructions |
||
| 313 | 2 // Initial instruction |
||
| 314 | point |
||
| 315 | 28.402,-5.177,22.453 |
||
| 316 | point |
||
| 317 | 27.682,-5.177,23.206 |
||
| 318 | point |
||
| 319 | 23.117,-5.177,24.046 |
||
| 320 | point |
||
| 321 | 21.679,-5.177,27.821 |
||
| 322 | reverse |
||
| 323 | // Pedestrian number 3 |
||
| 324 | 9 // Ref num |
||
| 325 | 6 // Number of instructions |
||
| 326 | 2 // Initial instruction |
||
| 327 | point |
||
| 328 | 29.510,-5.177,19.340 |
||
| 329 | point |
||
| 330 | 27.970,-5.177,22.096 |
||
| 331 | point |
||
| 332 | 28.629,-5.177,26.835 |
||
| 333 | point |
||
| 334 | 27.614,-5.177,27.484 |
||
| 335 | point |
||
| 336 | 26.970,-5.177,27.044 |
||
| 337 | reverse |
||
| 338 | // Pedestrian number 4 |
||
| 339 | 9 // Ref num |
||
| 340 | 6 // Number of instructions |
||
| 341 | 3 // Initial instruction |
||
| 342 | point |
||
| 343 | 33.692,-5.177,13.065 |
||
| 344 | point |
||
| 345 | 33.466,-5.177,19.739 |
||
| 346 | point |
||
| 347 | 27.968,-5.177,21.893 |
||
| 348 | point |
||
| 349 | 22.568,-5.177,23.755 |
||
| 350 | point |
||
| 351 | 18.790,-5.177,27.689 |
||
| 352 | reverse |
||
| 353 | // Pedestrian number 5 |
||
| 354 | 9 // Ref num |
||
| 355 | 5 // Number of instructions |
||
| 356 | 3 // Initial instruction |
||
| 357 | point |
||
| 358 | 33.655,-5.177,27.641 |
||
| 359 | point |
||
| 360 | 32.775,-5.177,19.206 |
||
| 361 | point |
||
| 362 | 29.511,-5.177,18.801 |
||
| 363 | point |
||
| 364 | 24.340,-5.177,16.374 |
||
| 365 | reverse |
||
| 366 | // Pedestrian number 6 |
||
| 367 | 5 // Ref num |
||
| 368 | 6 // Number of instructions |
||
| 369 | 2 // Initial instruction |
||
| 370 | point |
||
| 371 | 8.808,-5.177,16.777 |
||
| 372 | point |
||
| 373 | 12.855,-5.177,18.612 |
||
| 374 | point |
||
| 375 | 18.029,-5.177,21.693 |
||
| 376 | point |
||
| 377 | 19.991,-5.177,24.033 |
||
| 378 | point |
||
| 379 | 23.156,-5.177,24.438 |
||
| 380 | reverse |
||
| 381 | // Pedestrian number 7 |
||
| 382 | 4 // Ref num |
||
| 383 | 6 // Number of instructions |
||
| 384 | 3 // Initial instruction |
||
| 385 | point |
||
| 386 | 19.151,-5.177,27.846 |
||
| 387 | point |
||
| 388 | 15.101,-5.177,24.818 |
||
| 389 | point |
||
| 390 | 13.097,-5.177,18.971 |
||
| 391 | point |
||
| 392 | 12.357,-5.177,13.937 |
||
| 393 | point |
||
| 394 | 6.092,-5.177,6.554 |
||
| 395 | reverse |
||
| 396 | // Pedestrian number 8 |
||
| 397 | 13 // Ref num |
||
| 398 | 9 // Number of instructions |
||
| 399 | 4 // Initial instruction |
||
| 400 | point |
||
| 401 | 8.443,995.023,-4.864 |
||
| 402 | point |
||
| 403 | 9.182,995.023,-2.550 |
||
| 404 | point |
||
| 405 | 10.824,-5.177,13.314 |
||
| 406 | point |
||
| 407 | 12.029,-5.177,14.508 |
||
| 408 | point |
||
| 409 | 17.370,-5.177,14.786 |
||
| 410 | point |
||
| 411 | 19.019,-5.177,14.223 |
||
| 412 | point |
||
| 413 | 19.564,-5.177,12.945 |
||
| 414 | point |
||
| 415 | 27.399,-5.177,12.980 |
||
| 416 | reverse |
||
| 417 | // Pedestrian number 9 |
||
| 418 | 13 // Ref num |
||
| 419 | 6 // Number of instructions |
||
| 420 | 2 // Initial instruction |
||
| 421 | point |
||
| 422 | 19.113,-5.177,18.074 |
||
| 423 | point |
||
| 424 | 15.918,-5.177,13.577 |
||
| 425 | point |
||
| 426 | 13.211,995.023,-1.893 |
||
| 427 | point |
||
| 428 | 4.961,995.023,-5.545 |
||
| 429 | point |
||
| 430 | -5.500,990.334,-3.984 |
||
| 431 | reverse |
||
| 432 | // Pedestrian number 10 |
||
| 433 | 14 // Ref num |
||
| 434 | 8 // Number of instructions |
||
| 435 | 3 // Initial instruction |
||
| 436 | point |
||
| 437 | 23.176,-5.177,27.860 |
||
| 438 | point |
||
| 439 | 23.056,-5.177,26.162 |
||
| 440 | point |
||
| 441 | 13.650,-5.177,18.952 |
||
| 442 | point |
||
| 443 | 12.148,-5.177,17.116 |
||
| 444 | point |
||
| 445 | 9.298,-5.177,15.961 |
||
| 446 | point |
||
| 447 | 8.711,995.223,12.723 |
||
| 448 | point |
||
| 449 | -1.990,995.023,6.900 |
||
| 450 | reverse |
||
| 451 | // Pedestrian number 11 |
||
| 452 | 9 // Ref num |
||
| 453 | 5 // Number of instructions |
||
| 454 | 2 // Initial instruction |
||
| 455 | point |
||
| 456 | 19.118,-5.177,16.152 |
||
| 457 | point |
||
| 458 | 14.916,-5.177,18.921 |
||
| 459 | point |
||
| 460 | 9.113,-5.177,23.157 |
||
| 461 | point |
||
| 462 | 0.177,-5.177,23.766 |
||
| 463 | reverse |
||
| 464 | // Pedestrian number 12 |
||
| 465 | 10 // Ref num |
||
| 466 | 6 // Number of instructions |
||
| 467 | 3 // Initial instruction |
||
| 468 | point |
||
| 469 | 3.602,-5.177,16.793 |
||
| 470 | point |
||
| 471 | 3.789,-5.177,18.375 |
||
| 472 | point |
||
| 473 | 12.299,-5.177,18.833 |
||
| 474 | point |
||
| 475 | 14.498,-5.177,15.836 |
||
| 476 | point |
||
| 477 | 18.434,-5.177,12.966 |
||
| 478 | reverse |
||
| 479 | // Pedestrian number 13 |
||
| 480 | 2 // Ref num |
||
| 481 | 5 // Number of instructions |
||
| 482 | 2 // Initial instruction |
||
| 483 | point |
||
| 484 | 0.122,-5.177,21.860 |
||
| 485 | point |
||
| 486 | 2.867,-5.177,22.587 |
||
| 487 | point |
||
| 488 | 5.254,-5.177,24.761 |
||
| 489 | point |
||
| 490 | 7.850,-5.177,36.386 |
||
| 491 | reverse |
||
| 492 | // Pedestrian number 14 |
||
| 493 | 4 // Ref num |
||
| 494 | 6 // Number of instructions |
||
| 495 | 4 // Initial instruction |
||
| 496 | point |
||
| 497 | 7.881,-5.177,33.698 |
||
| 498 | point |
||
| 499 | 4.303,-5.177,32.815 |
||
| 500 | point |
||
| 501 | 0.462,-5.177,28.769 |
||
| 502 | point |
||
| 503 | 2.824,-5.177,22.929 |
||
| 504 | point |
||
| 505 | 5.144,-5.177,18.280 |
||
| 506 | reverse |
||
| 507 | // Pedestrian number 15 |
||
| 508 | 11 // Ref num |
||
| 509 | 8 // Number of instructions |
||
| 510 | 3 // Initial instruction |
||
| 511 | point |
||
| 512 | -3.196,995.023,8.876 |
||
| 513 | point |
||
| 514 | 1.255,995.023,12.614 |
||
| 515 | point |
||
| 516 | 2.691,-5.177,22.176 |
||
| 517 | point |
||
| 518 | 8.175,-5.177,26.728 |
||
| 519 | point |
||
| 520 | 13.410,-5.177,24.623 |
||
| 521 | point |
||
| 522 | 14.578,-5.177,24.494 |
||
| 523 | point |
||
| 524 | 19.270,-5.177,18.359 |
||
| 525 | reverse |
||
| 526 | // Pedestrian number 16 |
||
| 527 | 10 // Ref num |
||
| 528 | 7 // Number of instructions |
||
| 529 | 2 // Initial instruction |
||
| 530 | point |
||
| 531 | 0.151,-5.177,22.306 |
||
| 532 | point |
||
| 533 | 2.633,-5.177,22.712 |
||
| 534 | point |
||
| 535 | 12.079,-5.177,22.381 |
||
| 536 | point |
||
| 537 | 13.892,-5.177,25.066 |
||
| 538 | point |
||
| 539 | 13.659,-5.177,27.970 |
||
| 540 | point |
||
| 541 | 12.210,-5.177,28.793 |
||
| 542 | reverse |
||
| 543 | // Pedestrian number 17 |
||
| 544 | 10 // Ref num |
||
| 545 | 6 // Number of instructions |
||
| 546 | 2 // Initial instruction |
||
| 547 | point |
||
| 548 | 0.193,-5.177,24.150 |
||
| 549 | point |
||
| 550 | 2.870,-5.177,23.068 |
||
| 551 | point |
||
| 552 | 9.072,-5.177,19.218 |
||
| 553 | point |
||
| 554 | 11.481,995.223,-0.014 |
||
| 555 | point |
||
| 556 | 13.644,995.023,-3.683 |
||
| 557 | reverse |
||
| 558 | // Pedestrian number 18 |
||
| 559 | 13 // Ref num |
||
| 560 | 6 // Number of instructions |
||
| 561 | 2 // Initial instruction |
||
| 562 | point |
||
| 563 | 0.116,-5.177,25.172 |
||
| 564 | point |
||
| 565 | 3.188,-5.177,22.978 |
||
| 566 | point |
||
| 567 | 4.108,-5.177,20.685 |
||
| 568 | point |
||
| 569 | 2.217,995.223,11.921 |
||
| 570 | point |
||
| 571 | -3.316,995.023,7.934 |
||
| 572 | reverse |
||
| 573 | // Pedestrian number 19 |
||
| 574 | 7 // Ref num |
||
| 575 | 4 // Number of instructions |
||
| 576 | 2 // Initial instruction |
||
| 577 | point |
||
| 578 | 26.112,-5.177,27.821 |
||
| 579 | point |
||
| 580 | 24.314,-5.177,21.773 |
||
| 581 | point |
||
| 582 | 23.238,-5.177,18.315 |
||
| 583 | reverse |
||
| 584 | // Pedestrian number 20 |
||
| 585 | 2 // Ref num |
||
| 586 | 8 // Number of instructions |
||
| 587 | 2 // Initial instruction |
||
| 588 | point |
||
| 589 | 28.136,-5.177,12.975 |
||
| 590 | point |
||
| 591 | 24.351,-5.177,21.629 |
||
| 592 | point |
||
| 593 | 22.006,-5.177,23.464 |
||
| 594 | point |
||
| 595 | 16.607,-5.177,24.278 |
||
| 596 | point |
||
| 597 | 14.452,-5.177,24.275 |
||
| 598 | point |
||
| 599 | 13.387,-5.177,25.916 |
||
| 600 | point |
||
| 601 | 15.881,-5.177,29.506 |
||
| 602 | reverse |
||
| 603 | // Pedestrian number 21 |
||
| 604 | 10 // Ref num |
||
| 605 | 5 // Number of instructions |
||
| 606 | 3 // Initial instruction |
||
| 607 | point |
||
| 608 | 7.108,-5.177,14.502 |
||
| 609 | point |
||
| 610 | 2.832,-5.177,8.399 |
||
| 611 | point |
||
| 612 | 0.224,-5.177,6.421 |
||
| 613 | point |
||
| 614 | 0.108,-5.177,0.951 |
||
| 615 | reverse |
||
| 616 | // Pedestrian number 22 |
||
| 617 | 11 // Ref num |
||
| 618 | 4 // Number of instructions |
||
| 619 | 2 // Initial instruction |
||
| 620 | point |
||
| 621 | 6.171,-5.177,14.406 |
||
| 622 | point |
||
| 623 | 2.903,995.223,9.042 |
||
| 624 | point |
||
| 625 | -3.839,995.023,7.037 |
||
| 626 | reverse |
||
| 627 | // Pedestrian number 23 |
||
| 628 | 13 // Ref num |
||
| 629 | 8 // Number of instructions |
||
| 630 | 6 // Initial instruction |
||
| 631 | point |
||
| 632 | 21.236,995.223,14.401 |
||
| 633 | point |
||
| 634 | 11.587,995.223,11.944 |
||
| 635 | point |
||
| 636 | 6.125,-5.177,11.261 |
||
| 637 | point |
||
| 638 | 3.286,-5.177,6.566 |
||
| 639 | point |
||
| 640 | 3.286,-5.177,6.566 |
||
| 641 | point |
||
| 642 | 2.362,-5.177,6.502 |
||
| 643 | point |
||
| 644 | 1.423,-5.177,-1.539 |
||
| 645 | reverse |
||
| 646 | // Pedestrian number 24 |
||
| 647 | 14 // Ref num |
||
| 648 | 4 // Number of instructions |
||
| 649 | 2 // Initial instruction |
||
| 650 | point |
||
| 651 | 0.154,-5.177,0.689 |
||
| 652 | point |
||
| 653 | 5.131,995.223,-1.352 |
||
| 654 | point |
||
| 655 | 8.853,995.023,-5.239 |
||
| 656 | reverse |
||
| 657 | // Pedestrian number 25 |
||
| 658 | 13 // Ref num |
||
| 659 | 6 // Number of instructions |
||
| 660 | 2 // Initial instruction |
||
| 661 | point |
||
| 662 | 7.920,-5.177,-2.970 |
||
| 663 | point |
||
| 664 | 5.065,-5.177,-1.692 |
||
| 665 | point |
||
| 666 | 3.167,-5.177,-1.705 |
||
| 667 | point |
||
| 668 | 0.680,995.223,-0.142 |
||
| 669 | point |
||
| 670 | -0.530,995.023,11.786 |
||
| 671 | reverse |
||
| 672 | // Pedestrian number 26 |
||
| 673 | 7 // Ref num |
||
| 674 | 5 // Number of instructions |
||
| 675 | 2 // Initial instruction |
||
| 676 | point |
||
| 677 | 3.152,-5.177,31.871 |
||
| 678 | point |
||
| 679 | 2.432,-5.177,8.942 |
||
| 680 | point |
||
| 681 | 1.129,-5.177,1.983 |
||
| 682 | point |
||
| 683 | 3.544,-5.177,-2.735 |
||
| 684 | reverse |
||
| 685 | // Pedestrian number 27 |
||
| 686 | 7 // Ref num |
||
| 687 | 5 // Number of instructions |
||
| 688 | 2 // Initial instruction |
||
| 689 | point |
||
| 690 | 9.934,-5.177,-2.220 |
||
| 691 | point |
||
| 692 | 10.383,995.223,3.425 |
||
| 693 | point |
||
| 694 | 12.336,995.023,8.312 |
||
| 695 | point |
||
| 696 | 15.563,-6.257,7.629 |
||
| 697 | reverse |
||
| 698 | // Pedestrian number 28 |
||
| 699 | 4 // Ref num |
||
| 700 | 5 // Number of instructions |
||
| 701 | 2 // Initial instruction |
||
| 702 | point |
||
| 703 | 8.323,-5.176,-2.868 |
||
| 704 | point |
||
| 705 | 10.166,-5.176,3.760 |
||
| 706 | point |
||
| 707 | 7.660,-5.176,14.286 |
||
| 708 | point |
||
| 709 | 0.073,-5.176,14.607 |
||
| 710 | reverse |
||
| 711 | // Pedestrian number 29 |
||
| 712 | 9 // Ref num |
||
| 713 | 4 // Number of instructions |
||
| 714 | 2 // Initial instruction |
||
| 715 | point |
||
| 716 | 19.048,-5.177,15.423 |
||
| 717 | point |
||
| 718 | 9.968,995.223,12.699 |
||
| 719 | point |
||
| 720 | -3.519,995.023,11.081 |
||
| 721 | reverse |
||
| 722 | // Pedestrian number 30 |
||
| 723 | 7 // Ref num |
||
| 724 | 4 // Number of instructions |
||
| 725 | 2 // Initial instruction |
||
| 726 | point |
||
| 727 | 11.953,-5.177,5.010 |
||
| 728 | point |
||
| 729 | 6.744,-5.177,10.569 |
||
| 730 | point |
||
| 731 | 0.198,-5.177,12.915 |
||
| 732 | reverse |
||
| 733 | // Pedestrian number 31 |
||
| 734 | 2 // Ref num |
||
| 735 | 7 // Number of instructions |
||
| 736 | 2 // Initial instruction |
||
| 737 | point |
||
| 738 | 4.512,-5.177,6.522 |
||
| 739 | point |
||
| 740 | 6.925,-5.177,10.556 |
||
| 741 | point |
||
| 742 | 8.151,-5.177,14.000 |
||
| 743 | point |
||
| 744 | 17.663,-5.177,19.215 |
||
| 745 | point |
||
| 746 | 19.691,-5.177,22.593 |
||
| 747 | point |
||
| 748 | 26.427,-5.177,24.330 |
||
| 749 | reverse |
||
| 750 | // Pedestrian number 32 |
||
| 751 | 10 // Ref num |
||
| 752 | 6 // Number of instructions |
||
| 753 | 3 // Initial instruction |
||
| 754 | point |
||
| 755 | 24.232,-5.177,27.226 |
||
| 756 | point |
||
| 757 | 25.205,-5.177,27.136 |
||
| 758 | point |
||
| 759 | 26.993,-5.177,21.313 |
||
| 760 | point |
||
| 761 | 29.316,-5.177,19.019 |
||
| 762 | point |
||
| 763 | 30.151,-5.177,18.652 |
||
| 764 | reverse |
||
| 765 | // Pedestrian number 33 |
||
| 766 | 11 // Ref num |
||
| 767 | 6 // Number of instructions |
||
| 768 | 2 // Initial instruction |
||
| 769 | point |
||
| 770 | 29.336,-5.177,21.937 |
||
| 771 | point |
||
| 772 | 27.186,-5.177,20.855 |
||
| 773 | point |
||
| 774 | 24.617,-5.177,17.324 |
||
| 775 | point |
||
| 776 | 24.405,-5.177,14.230 |
||
| 777 | point |
||
| 778 | 22.443,-5.177,14.473 |
||
| 779 | reverse |
||
| 780 | // Pedestrian number 34 |
||
| 781 | 9 // Ref num |
||
| 782 | 5 // Number of instructions |
||
| 783 | 2 // Initial instruction |
||
| 784 | point |
||
| 785 | 26.264,-5.177,12.874 |
||
| 786 | point |
||
| 787 | 27.559,-5.177,18.973 |
||
| 788 | point |
||
| 789 | 30.178,-5.177,21.931 |
||
| 790 | point |
||
| 791 | 30.177,-5.177,22.317 |
||
| 792 | reverse |
||
| 793 | // Pedestrian number 35 |
||
| 794 | 9 // Ref num |
||
| 795 | 4 // Number of instructions |
||
| 796 | 2 // Initial instruction |
||
| 797 | point |
||
| 798 | 12.065,995.009,12.778 |
||
| 799 | point |
||
| 800 | 15.469,992.771,1.817 |
||
| 801 | point |
||
| 802 | 15.299,991.608,-6.927 |
||
| 803 | reverse |
||
| 804 | // Pedestrian number 36 |
||
| 805 | 9 // Ref num |
||
| 806 | 5 // Number of instructions |
||
| 807 | 1 // Initial instruction |
||
| 808 | point |
||
| 809 | 14.422,994.947,12.486 |
||
| 810 | point |
||
| 811 | 12.165,994.306,9.418 |
||
| 812 | point |
||
| 813 | 15.874,993.271,4.462 |
||
| 814 | point |
||
| 815 | 8.266,991.138,-7.017 |
||
| 816 | reverse |
||
| 817 | // Pedestrian number 37 |
||
| 818 | 10 // Ref num |
||
| 819 | 6 // Number of instructions |
||
| 820 | 2 // Initial instruction |
||
| 821 | point |
||
| 822 | 12.164,994.891,12.208 |
||
| 823 | point |
||
| 824 | 14.371,994.454,10.119 |
||
| 825 | point |
||
| 826 | 15.742,994.073,8.292 |
||
| 827 | point |
||
| 828 | 12.171,992.945,2.855 |
||
| 829 | point |
||
| 830 | 13.472,991.507,-7.058 |
||
| 831 | reverse |
||
| 832 | // Pedestrian number 38 |
||
| 833 | 7 // Ref num |
||
| 834 | 7 // Number of instructions |
||
| 835 | 2 // Initial instruction |
||
| 836 | point |
||
| 837 | 15.792,994.819,11.869 |
||
| 838 | point |
||
| 839 | 14.129,994.448,10.097 |
||
| 840 | point |
||
| 841 | 12.102,993.774,6.867 |
||
| 842 | point |
||
| 843 | 13.726,992.327,-0.498 |
||
| 844 | point |
||
| 845 | 5.025,990.961,-6.892 |
||
| 846 | point |
||
| 847 | -5.760,990.747,-6.081 |
||
| 848 | reverse |
||
| 849 | // Pedestrian number 39 |
||
| 850 | 11 // Ref num |
||
| 851 | 4 // Number of instructions |
||
| 852 | 2 // Initial instruction |
||
| 853 | point |
||
| 854 | 7.286,991.073,-3.321 |
||
| 855 | point |
||
| 856 | 0.843,990.691,-5.547 |
||
| 857 | point |
||
| 858 | -5.844,990.525,-4.795 |
||
| 859 | reverse |
||
| 860 | // Pedestrian number 40 |
||
| 861 | 11 // Ref num |
||
| 862 | 4 // Number of instructions |
||
| 863 | 2 // Initial instruction |
||
| 864 | point |
||
| 865 | 3.045,990.856,-7.041 |
||
| 866 | point |
||
| 867 | -3.133,990.116,-2.300 |
||
| 868 | point |
||
| 869 | -4.285,988.447,7.322 |
||
| 870 | reverse |
||
| 871 | // Pedestrian number 41 |
||
| 872 | 9 // Ref num |
||
| 873 | 7 // Number of instructions |
||
| 874 | 3 // Initial instruction |
||
| 875 | point |
||
| 876 | -2.585,-9.320,-7.002 |
||
| 877 | point |
||
| 878 | -3.791,-9.635,-4.935 |
||
| 879 | point |
||
| 880 | -3.399,-10.151,-1.924 |
||
| 881 | point |
||
| 882 | -3.758,-11.705,7.034 |
||
| 883 | point |
||
| 884 | -3.862,-14.064,20.677 |
||
| 885 | point |
||
| 886 | -4.024,-14.104,27.903 |
||
| 887 | reverse |
||
| 888 | // Pedestrian number 42 |
||
| 889 | 10 // Ref num |
||
| 890 | 5 // Number of instructions |
||
| 891 | 2 // Initial instruction |
||
| 892 | point |
||
| 893 | 0.516,-10.345,-0.564 |
||
| 894 | point |
||
| 895 | -3.617,-10.355,-0.759 |
||
| 896 | point |
||
| 897 | -3.859,989.158,3.210 |
||
| 898 | point |
||
| 899 | -5.029,988.810,5.171 |
||
| 900 | reverse |
||
| 901 | // Pedestrian number 43 |
||
| 902 | 13 // Ref num |
||
| 903 | 9 // Number of instructions |
||
| 904 | 2 // Initial instruction |
||
| 905 | point |
||
| 906 | -0.320,-14.032,23.978 |
||
| 907 | point |
||
| 908 | -2.621,-14.069,22.616 |
||
| 909 | point |
||
| 910 | -5.378,-14.117,20.701 |
||
| 911 | point |
||
| 912 | -8.315,-14.153,12.915 |
||
| 913 | point |
||
| 914 | -4.300,-14.155,8.150 |
||
| 915 | point |
||
| 916 | -7.844,-14.155,3.171 |
||
| 917 | point |
||
| 918 | -7.772,-14.155,-9.358 |
||
| 919 | point |
||
| 920 | -8.394,-14.155,-12.187 |
||
| 921 | reverse |
||
| 922 | // Pedestrian number 44 |
||
| 923 | 14 // Ref num |
||
| 924 | 5 // Number of instructions |
||
| 925 | 2 // Initial instruction |
||
| 926 | point |
||
| 927 | -0.151,-14.104,21.277 |
||
| 928 | point |
||
| 929 | -3.350,-14.105,22.686 |
||
| 930 | point |
||
| 931 | -8.693,-14.106,25.700 |
||
| 932 | point |
||
| 933 | -11.165,-14.106,24.793 |
||
| 934 | reverse |
||
| 935 | // Pedestrian number 45 |
||
| 936 | 5 // Ref num |
||
| 937 | 8 // Number of instructions |
||
| 938 | 2 // Initial instruction |
||
| 939 | point |
||
| 940 | -6.486,-14.106,26.911 |
||
| 941 | point |
||
| 942 | -4.799,-14.106,20.249 |
||
| 943 | point |
||
| 944 | -9.097,-14.155,16.029 |
||
| 945 | point |
||
| 946 | -4.399,-14.155,12.584 |
||
| 947 | point |
||
| 948 | -4.305,-14.155,-8.283 |
||
| 949 | point |
||
| 950 | -6.725,-14.155,-9.824 |
||
| 951 | point |
||
| 952 | -11.186,-14.155,-9.818 |
||
| 953 | reverse |
||
| 954 | // Pedestrian number 46 |
||
| 955 | 7 // Ref num |
||
| 956 | 8 // Number of instructions |
||
| 957 | 3 // Initial instruction |
||
| 958 | point |
||
| 959 | -9.589,-14.155,19.058 |
||
| 960 | point |
||
| 961 | -4.377,-14.155,15.043 |
||
| 962 | point |
||
| 963 | -6.276,-14.155,11.335 |
||
| 964 | point |
||
| 965 | -7.934,-14.155,10.231 |
||
| 966 | point |
||
| 967 | -5.173,-14.155,8.128 |
||
| 968 | point |
||
| 969 | -4.387,-14.166,-4.095 |
||
| 970 | point |
||
| 971 | -8.228,-14.202,-12.503 |
||
| 972 | reverse |
||
| 973 | // Pedestrian number 47 |
||
| 974 | 2 // Ref num |
||
| 975 | 9 // Number of instructions |
||
| 976 | 3 // Initial instruction |
||
| 977 | point |
||
| 978 | -6.073,-14.106,27.082 |
||
| 979 | point |
||
| 980 | -6.563,-14.125,20.921 |
||
| 981 | point |
||
| 982 | -6.048,-14.155,11.213 |
||
| 983 | point |
||
| 984 | -4.257,-14.155,10.219 |
||
| 985 | point |
||
| 986 | -6.764,-14.155,7.226 |
||
| 987 | point |
||
| 988 | -7.045,-14.198,-6.757 |
||
| 989 | point |
||
| 990 | -7.857,-14.202,-10.789 |
||
| 991 | point |
||
| 992 | -11.117,-14.202,-12.616 |
||
| 993 | reverse |
||
| 994 | // Pedestrian number 48 |
||
| 995 | 5 // Ref num |
||
| 996 | 7 // Number of instructions |
||
| 997 | 2 // Initial instruction |
||
| 998 | point |
||
| 999 | -4.281,-14.203,-7.719 |
||
| 1000 | point |
||
| 1001 | -7.164,-14.203,-9.674 |
||
| 1002 | point |
||
| 1003 | -9.764,-14.203,-11.505 |
||
| 1004 | point |
||
| 1005 | -10.030,-14.203,-13.807 |
||
| 1006 | point |
||
| 1007 | -14.336,-14.203,-13.843 |
||
| 1008 | point |
||
| 1009 | -14.731,-14.203,-13.289 |
||
| 1010 | reverse |
||
| 1011 | // Pedestrian number 49 |
||
| 1012 | 10 // Ref num |
||
| 1013 | 7 // Number of instructions |
||
| 1014 | 2 // Initial instruction |
||
| 1015 | point |
||
| 1016 | -4.210,-14.203,-9.097 |
||
| 1017 | point |
||
| 1018 | -6.865,-14.203,-9.701 |
||
| 1019 | point |
||
| 1020 | -8.705,-14.203,-10.558 |
||
| 1021 | point |
||
| 1022 | -10.762,-14.203,-10.076 |
||
| 1023 | point |
||
| 1024 | -14.261,-14.203,-12.031 |
||
| 1025 | point |
||
| 1026 | -14.416,-14.203,-12.722 |
||
| 1027 | reverse |
||
| 1028 | // Pedestrian number 50 |
||
| 1029 | 11 // Ref num |
||
| 1030 | 7 // Number of instructions |
||
| 1031 | 2 // Initial instruction |
||
| 1032 | point |
||
| 1033 | -4.290,-14.203,-9.848 |
||
| 1034 | point |
||
| 1035 | -6.548,-14.203,-11.053 |
||
| 1036 | point |
||
| 1037 | -9.160,-14.203,-11.730 |
||
| 1038 | point |
||
| 1039 | -14.572,-14.203,-10.177 |
||
| 1040 | point |
||
| 1041 | -14.907,-14.203,-7.975 |
||
| 1042 | point |
||
| 1043 | -16.780,-14.203,-8.493 |
||
| 1044 | reverse |
||
| 1045 | // Pedestrian number 51 |
||
| 1046 | 10 // Ref num |
||
| 1047 | 6 // Number of instructions |
||
| 1048 | 2 // Initial instruction |
||
| 1049 | point |
||
| 1050 | -4.263,-14.203,-10.184 |
||
| 1051 | point |
||
| 1052 | -6.862,-14.203,-10.724 |
||
| 1053 | point |
||
| 1054 | -17.945,-14.203,-11.621 |
||
| 1055 | point |
||
| 1056 | -18.455,-14.203,-13.934 |
||
| 1057 | point |
||
| 1058 | -27.457,-14.203,-14.090 |
||
| 1059 | reverse |
||
| 1060 | // Pedestrian number 52 |
||
| 1061 | 5 // Ref num |
||
| 1062 | 6 // Number of instructions |
||
| 1063 | 3 // Initial instruction |
||
| 1064 | point |
||
| 1065 | -27.491,-14.203,-12.574 |
||
| 1066 | point |
||
| 1067 | -27.104,-14.203,-11.301 |
||
| 1068 | point |
||
| 1069 | -23.771,-14.203,-10.964 |
||
| 1070 | point |
||
| 1071 | -22.014,-14.203,-9.844 |
||
| 1072 | point |
||
| 1073 | -21.867,-14.203,-9.499 |
||
| 1074 | reverse |
||
| 1075 | // Pedestrian number 53 |
||
| 1076 | 10 // Ref num |
||
| 1077 | 4 // Number of instructions |
||
| 1078 | 2 // Initial instruction |
||
| 1079 | point |
||
| 1080 | -27.528,-14.203,-8.161 |
||
| 1081 | point |
||
| 1082 | -23.442,-14.203,-11.083 |
||
| 1083 | point |
||
| 1084 | -21.591,-14.203,-13.372 |
||
| 1085 | reverse |
||
| 1086 | // Pedestrian number 54 |
||
| 1087 | 10 // Ref num |
||
| 1088 | 6 // Number of instructions |
||
| 1089 | 3 // Initial instruction |
||
| 1090 | point |
||
| 1091 | -18.211,-14.203,-8.086 |
||
| 1092 | point |
||
| 1093 | -18.690,-14.203,-10.147 |
||
| 1094 | point |
||
| 1095 | -23.364,-14.203,-11.519 |
||
| 1096 | point |
||
| 1097 | -26.460,-14.203,-12.287 |
||
| 1098 | point |
||
| 1099 | -26.706,-14.203,-13.177 |
||
| 1100 | reverse |
||
| 1101 | // Pedestrian number 55 |
||
| 1102 | 5 // Ref num |
||
| 1103 | 7 // Number of instructions |
||
| 1104 | 3 // Initial instruction |
||
| 1105 | point |
||
| 1106 | -25.190,-14.203,-8.207 |
||
| 1107 | point |
||
| 1108 | -24.686,-14.203,-9.681 |
||
| 1109 | point |
||
| 1110 | -24.516,-14.203,-11.210 |
||
| 1111 | point |
||
| 1112 | -24.244,-14.203,-12.110 |
||
| 1113 | point |
||
| 1114 | -22.792,-14.203,-12.408 |
||
| 1115 | point |
||
| 1116 | -22.800,-14.203,-13.938 |
||
| 1117 | reverse |
||
| 1118 | // Pedestrian number 56 |
||
| 1119 | 7 // Ref num |
||
| 1120 | 6 // Number of instructions |
||
| 1121 | 3 // Initial instruction |
||
| 1122 | point |
||
| 1123 | -18.884,-14.203,-8.199 |
||
| 1124 | point |
||
| 1125 | -17.825,-14.203,-11.288 |
||
| 1126 | point |
||
| 1127 | -16.757,-14.203,-11.370 |
||
| 1128 | point |
||
| 1129 | -14.747,-14.203,-12.075 |
||
| 1130 | point |
||
| 1131 | -14.743,-14.203,-12.631 |
||
| 1132 | reverse |
||
| 1133 | // Pedestrian number 57 |
||
| 1134 | 4 // Ref num |
||
| 1135 | 5 // Number of instructions |
||
| 1136 | 2 // Initial instruction |
||
| 1137 | point |
||
| 1138 | -18.473,-14.203,-12.480 |
||
| 1139 | point |
||
| 1140 | -16.774,-14.203,-11.213 |
||
| 1141 | point |
||
| 1142 | -15.477,-14.203,-10.566 |
||
| 1143 | point |
||
| 1144 | -14.496,-14.203,-9.377 |
||
| 1145 | reverse |
||
| 1146 | // Pedestrian number 58 |
||
| 1147 | 10 // Ref num |
||
| 1148 | 5 // Number of instructions |
||
| 1149 | 3 // Initial instruction |
||
| 1150 | point |
||
| 1151 | -12.496,-14.203,-8.230 |
||
| 1152 | point |
||
| 1153 | -11.295,-14.203,-8.374 |
||
| 1154 | point |
||
| 1155 | -10.459,-14.203,-10.977 |
||
| 1156 | point |
||
| 1157 | -9.134,-14.203,-13.909 |
||
| 1158 | reverse |
||
| 1159 | // Pedestrian number 59 |
||
| 1160 | 10 // Ref num |
||
| 1161 | 5 // Number of instructions |
||
| 1162 | 2 // Initial instruction |
||
| 1163 | point |
||
| 1164 | -4.211,-14.203,-12.793 |
||
| 1165 | point |
||
| 1166 | -10.615,-14.203,-11.176 |
||
| 1167 | point |
||
| 1168 | -13.685,-14.203,-11.165 |
||
| 1169 | point |
||
| 1170 | -14.958,-14.203,-9.381 |
||
| 1171 | reverse |
||
| 1172 | // Pedestrian number 60 |
||
| 1173 | 5 // Ref num |
||
| 1174 | 4 // Number of instructions |
||
| 1175 | 2 // Initial instruction |
||
| 1176 | point |
||
| 1177 | -10.439,-14.203,-8.237 |
||
| 1178 | point |
||
| 1179 | -11.218,-14.203,-10.129 |
||
| 1180 | point |
||
| 1181 | -11.166,-14.203,-12.227 |
||
| 1182 | reverse |
||
| 1183 | // Pedestrian number 61 |
||
| 1184 | 5 // Ref num |
||
| 1185 | 7 // Number of instructions |
||
| 1186 | 3 // Initial instruction |
||
| 1187 | point |
||
| 1188 | -22.049,-14.203,-8.412 |
||
| 1189 | point |
||
| 1190 | -24.955,-14.203,-8.668 |
||
| 1191 | point |
||
| 1192 | -25.382,-14.203,-10.028 |
||
| 1193 | point |
||
| 1194 | -27.475,-14.203,-13.095 |
||
| 1195 | point |
||
| 1196 | -27.598,-14.203,-13.898 |
||
| 1197 | point |
||
| 1198 | -27.598,-14.203,-13.898 |
||
| 1199 | reverse |
||
| 1200 | // Pedestrian number 62 |
||
| 1201 | 7 // Ref num |
||
| 1202 | 6 // Number of instructions |
||
| 1203 | 2 // Initial instruction |
||
| 1204 | point |
||
| 1205 | -27.601,-14.203,-9.502 |
||
| 1206 | point |
||
| 1207 | -25.769,-14.203,-9.687 |
||
| 1208 | point |
||
| 1209 | -24.423,-14.203,-8.219 |
||
| 1210 | point |
||
| 1211 | -18.687,-14.203,-8.170 |
||
| 1212 | point |
||
| 1213 | -18.203,-14.203,-9.298 |
||
| 1214 | reverse |
||
| 1215 | // Pedestrian number 63 |
||
| 1216 | 13 // Ref num |
||
| 1217 | 5 // Number of instructions |
||
| 1218 | 2 // Initial instruction |
||
| 1219 | point |
||
| 1220 | -4.376,-14.203,-7.388 |
||
| 1221 | point |
||
| 1222 | -8.426,-14.203,-10.118 |
||
| 1223 | point |
||
| 1224 | -9.682,-14.204,-9.927 |
||
| 1225 | point |
||
| 1226 | -11.151,-14.204,-8.201 |
||
| 1227 | reverse |
||
| 1228 | // Pedestrian number 64 |
||
| 1229 | 13 // Ref num |
||
| 1230 | 4 // Number of instructions |
||
| 1231 | 2 // Initial instruction |
||
| 1232 | point |
||
| 1233 | -4.166,-14.203,-12.034 |
||
| 1234 | point |
||
| 1235 | -8.698,-14.203,-12.327 |
||
| 1236 | point |
||
| 1237 | -11.159,-14.204,-13.044 |
||
| 1238 | reverse |
||
| 1239 | // Pedestrian number 65 |
||
| 1240 | 14 // Ref num |
||
| 1241 | 7 // Number of instructions |
||
| 1242 | 4 // Initial instruction |
||
| 1243 | point |
||
| 1244 | -14.250,-14.204,-13.238 |
||
| 1245 | point |
||
| 1246 | -15.155,-14.204,-11.218 |
||
| 1247 | point |
||
| 1248 | -18.023,-14.204,-10.596 |
||
| 1249 | point |
||
| 1250 | -20.202,-14.204,-11.233 |
||
| 1251 | point |
||
| 1252 | -21.695,-14.205,-12.347 |
||
| 1253 | point |
||
| 1254 | -21.773,-14.205,-12.804 |
||
| 1255 | reverse |
||
| 1256 | // Pedestrian number 66 |
||
| 1257 | 13 // Ref num |
||
| 1258 | 4 // Number of instructions |
||
| 1259 | 2 // Initial instruction |
||
| 1260 | point |
||
| 1261 | -18.109,-14.204,-9.800 |
||
| 1262 | point |
||
| 1263 | -20.310,-14.204,-11.554 |
||
| 1264 | point |
||
| 1265 | -23.065,-14.205,-12.631 |
||
| 1266 | reverse |
||
| 1267 | // Pedestrian number 67 |
||
| 1268 | 11 // Ref num |
||
| 1269 | 5 // Number of instructions |
||
| 1270 | 2 // Initial instruction |
||
| 1271 | point |
||
| 1272 | -23.757,-14.205,-10.526 |
||
| 1273 | point |
||
| 1274 | -20.106,-14.204,-11.040 |
||
| 1275 | point |
||
| 1276 | -18.906,-14.204,-10.291 |
||
| 1277 | point |
||
| 1278 | -18.720,-14.204,-9.431 |
||
| 1279 | reverse |
||
| 1280 | // Pedestrian number 68 |
||
| 1281 | 5 // Ref num |
||
| 1282 | 4 // Number of instructions |
||
| 1283 | 2 // Initial instruction |
||
| 1284 | point |
||
| 1285 | -18.538,-14.204,-7.996 |
||
| 1286 | point |
||
| 1287 | -18.488,-14.204,-11.147 |
||
| 1288 | point |
||
| 1289 | -17.859,-14.204,-13.987 |
||
| 1290 | reverse |
||
| 1291 | // Pedestrian number 69 |
||
| 1292 | 5 // Ref num |
||
| 1293 | 6 // Number of instructions |
||
| 1294 | 2 // Initial instruction |
||
| 1295 | point |
||
| 1296 | -27.554,-14.205,-10.471 |
||
| 1297 | point |
||
| 1298 | -25.038,-14.205,-11.029 |
||
| 1299 | point |
||
| 1300 | -23.707,-14.204,-9.880 |
||
| 1301 | point |
||
| 1302 | -21.990,-14.204,-9.956 |
||
| 1303 | point |
||
| 1304 | -21.856,-14.204,-9.238 |
||
| 1305 | reverse |
||
| 1306 | // Pedestrian number 70 |
||
| 1307 | 10 // Ref num |
||
| 1308 | 4 // Number of instructions |
||
| 1309 | 2 // Initial instruction |
||
| 1310 | point |
||
| 1311 | -20.729,-14.204,-9.942 |
||
| 1312 | point |
||
| 1313 | -21.104,-14.204,-11.103 |
||
| 1314 | point |
||
| 1315 | -23.823,-14.205,-14.110 |
||
| 1316 | reverse |
||
| 1317 | // Pedestrian number 71 |
||
| 1318 | 10 // Ref num |
||
| 1319 | 8 // Number of instructions |
||
| 1320 | 2 // Initial instruction |
||
| 1321 | point |
||
| 1322 | -7.909,-14.203,-12.492 |
||
| 1323 | point |
||
| 1324 | -5.919,-14.203,-16.281 |
||
| 1325 | point |
||
| 1326 | -4.334,-14.203,-17.174 |
||
| 1327 | point |
||
| 1328 | -4.108,-14.203,-19.906 |
||
| 1329 | point |
||
| 1330 | -7.864,-14.203,-23.079 |
||
| 1331 | point |
||
| 1332 | -7.768,-14.203,-29.719 |
||
| 1333 | point |
||
| 1334 | -8.576,-14.203,-29.978 |
||
| 1335 | reverse |
||
| 1336 | // Pedestrian number 72 |
||
| 1337 | 11 // Ref num |
||
| 1338 | 4 // Number of instructions |
||
| 1339 | 2 // Initial instruction |
||
| 1340 | point |
||
| 1341 | -1.781,-14.203,-30.174 |
||
| 1342 | point |
||
| 1343 | -4.851,-14.192,-30.779 |
||
| 1344 | point |
||
| 1345 | -7.809,-14.203,-29.288 |
||
| 1346 | reverse |
||
| 1347 | // Pedestrian number 73 |
||
| 1348 | 5 // Ref num |
||
| 1349 | 8 // Number of instructions |
||
| 1350 | 2 // Initial instruction |
||
| 1351 | point |
||
| 1352 | -7.980,-14.203,-31.775 |
||
| 1353 | point |
||
| 1354 | -5.063,-14.192,-29.942 |
||
| 1355 | point |
||
| 1356 | -4.548,-14.203,-29.065 |
||
| 1357 | point |
||
| 1358 | -4.238,-14.203,-23.614 |
||
| 1359 | point |
||
| 1360 | -7.895,-14.203,-21.219 |
||
| 1361 | point |
||
| 1362 | -7.855,-14.203,-11.830 |
||
| 1363 | point |
||
| 1364 | -10.132,-14.203,-8.142 |
||
| 1365 | reverse |
||
| 1366 | // Pedestrian number 74 |
||
| 1367 | 9 // Ref num |
||
| 1368 | 4 // Number of instructions |
||
| 1369 | 2 // Initial instruction |
||
| 1370 | point |
||
| 1371 | -1.768,-14.203,-30.888 |
||
| 1372 | point |
||
| 1373 | -5.832,-14.203,-31.599 |
||
| 1374 | point |
||
| 1375 | -7.456,-14.203,-32.703 |
||
| 1376 | reverse |
||
| 1377 | // Pedestrian number 75 |
||
| 1378 | 9 // Ref num |
||
| 1379 | 4 // Number of instructions |
||
| 1380 | 2 // Initial instruction |
||
| 1381 | point |
||
| 1382 | -8.015,-14.203,-29.777 |
||
| 1383 | point |
||
| 1384 | -7.519,-14.203,-32.157 |
||
| 1385 | point |
||
| 1386 | -7.324,-14.203,-34.341 |
||
| 1387 | reverse |
||
| 1388 | // Pedestrian number 76 |
||
| 1389 | 9 // Ref num |
||
| 1390 | 6 // Number of instructions |
||
| 1391 | 3 // Initial instruction |
||
| 1392 | point |
||
| 1393 | -7.450,-14.203,-35.193 |
||
| 1394 | point |
||
| 1395 | -7.647,-14.203,-34.271 |
||
| 1396 | point |
||
| 1397 | -6.827,-14.203,-31.567 |
||
| 1398 | point |
||
| 1399 | -7.221,-14.203,-30.370 |
||
| 1400 | point |
||
| 1401 | -8.354,-14.203,-29.765 |
||
| 1402 | reverse |
||
| 1403 | // Pedestrian number 77 |
||
| 1404 | 9 // Ref num |
||
| 1405 | 6 // Number of instructions |
||
| 1406 | 2 // Initial instruction |
||
| 1407 | point |
||
| 1408 | -6.950,-14.192,-35.785 |
||
| 1409 | point |
||
| 1410 | -3.518,-14.192,-39.255 |
||
| 1411 | point |
||
| 1412 | -1.719,-14.192,-44.830 |
||
| 1413 | point |
||
| 1414 | -1.880,-14.192,-48.506 |
||
| 1415 | point |
||
| 1416 | -3.597,-14.192,-49.059 |
||
| 1417 | reverse |
||
| 1418 | // Pedestrian number 78 |
||
| 1419 | 11 // Ref num |
||
| 1420 | 6 // Number of instructions |
||
| 1421 | 2 // Initial instruction |
||
| 1422 | point |
||
| 1423 | -3.714,-14.192,-29.845 |
||
| 1424 | point |
||
| 1425 | -3.194,-14.192,-39.037 |
||
| 1426 | point |
||
| 1427 | -1.709,-14.192,-40.047 |
||
| 1428 | point |
||
| 1429 | -1.787,-14.192,-43.796 |
||
| 1430 | point |
||
| 1431 | -2.889,-14.192,-47.375 |
||
| 1432 | reverse |
||
| 1433 | // Pedestrian number 79 |
||
| 1434 | 13 // Ref num |
||
| 1435 | 5 // Number of instructions |
||
| 1436 | 2 // Initial instruction |
||
| 1437 | point |
||
| 1438 | -7.403,-14.192,-35.514 |
||
| 1439 | point |
||
| 1440 | -14.259,-14.192,-38.264 |
||
| 1441 | point |
||
| 1442 | -18.599,986.008,-38.599 |
||
| 1443 | point |
||
| 1444 | -18.707,986.008,-40.816 |
||
| 1445 | reverse |
||
| 1446 | // Pedestrian number 80 |
||
| 1447 | 13 // Ref num |
||
| 1448 | 4 // Number of instructions |
||
| 1449 | 2 // Initial instruction |
||
| 1450 | point |
||
| 1451 | -8.098,-14.192,-32.850 |
||
| 1452 | point |
||
| 1453 | -12.649,986.208,-37.949 |
||
| 1454 | point |
||
| 1455 | -15.311,986.008,-41.053 |
||
| 1456 | reverse |
||
| 1457 | // Pedestrian number 81 |
||
| 1458 | 14 // Ref num |
||
| 1459 | 4 // Number of instructions |
||
| 1460 | 2 // Initial instruction |
||
| 1461 | point |
||
| 1462 | -8.464,-14.192,-30.927 |
||
| 1463 | point |
||
| 1464 | -14.247,-14.192,-37.382 |
||
| 1465 | point |
||
| 1466 | -24.281,-14.192,-35.134 |
||
| 1467 | reverse |
||
| 1468 | // Pedestrian number 82 |
||
| 1469 | 10 // Ref num |
||
| 1470 | 6 // Number of instructions |
||
| 1471 | 2 // Initial instruction |
||
| 1472 | point |
||
| 1473 | -24.327,-14.192,-30.398 |
||
| 1474 | point |
||
| 1475 | -16.617,-14.192,-31.167 |
||
| 1476 | point |
||
| 1477 | -16.864,-14.192,-38.958 |
||
| 1478 | point |
||
| 1479 | -7.933,-14.192,-39.068 |
||
| 1480 | point |
||
| 1481 | -7.178,-14.192,-35.906 |
||
| 1482 | reverse |
||
| 1483 | // Pedestrian number 83 |
||
| 1484 | 9 // Ref num |
||
| 1485 | 5 // Number of instructions |
||
| 1486 | 2 // Initial instruction |
||
| 1487 | point |
||
| 1488 | -8.624,-14.192,-30.420 |
||
| 1489 | point |
||
| 1490 | -19.324,-14.192,-32.076 |
||
| 1491 | point |
||
| 1492 | -28.784,-14.192,-34.020 |
||
| 1493 | point |
||
| 1494 | -28.940,-14.192,-34.694 |
||
| 1495 | reverse |
||
| 1496 | // Pedestrian number 84 |
||
| 1497 | 10 // Ref num |
||
| 1498 | 8 // Number of instructions |
||
| 1499 | 2 // Initial instruction |
||
| 1500 | point |
||
| 1501 | -20.017,-14.192,-29.822 |
||
| 1502 | point |
||
| 1503 | -21.361,-14.192,-30.973 |
||
| 1504 | point |
||
| 1505 | -19.345,-14.192,-37.624 |
||
| 1506 | point |
||
| 1507 | -22.171,-14.192,-38.974 |
||
| 1508 | point |
||
| 1509 | -26.690,-14.192,-38.960 |
||
| 1510 | point |
||
| 1511 | -28.816,-14.192,-36.226 |
||
| 1512 | point |
||
| 1513 | -28.858,-14.192,-34.942 |
||
| 1514 | reverse |
||
| 1515 | // Pedestrian number 85 |
||
| 1516 | 99 // Ref num |
||
| 1517 | 5 // Number of instructions |
||
| 1518 | 3 // Initial instruction |
||
| 1519 | point |
||
| 1520 | -20.872,986.008,-41.970 |
||
| 1521 | point |
||
| 1522 | -19.386,986.008,-39.049 |
||
| 1523 | point |
||
| 1524 | -18.164,-14.192,-35.167 |
||
| 1525 | point |
||
| 1526 | -19.127,-14.192,-29.828 |
||
| 1527 | reverse |
||
| 1528 | // Pedestrian number 86 |
||
| 1529 | 11 // Ref num |
||
| 1530 | 4 // Number of instructions |
||
| 1531 | 2 // Initial instruction |
||
| 1532 | point |
||
| 1533 | -8.242,-14.192,-32.459 |
||
| 1534 | point |
||
| 1535 | -20.533,-14.192,-37.922 |
||
| 1536 | point |
||
| 1537 | -38.437,-14.192,-36.301 |
||
| 1538 | reverse |
||
| 1539 | // Pedestrian number 87 |
||
| 1540 | 13 // Ref num |
||
| 1541 | 4 // Number of instructions |
||
| 1542 | 2 // Initial instruction |
||
| 1543 | point |
||
| 1544 | -24.432,-14.192,-34.768 |
||
| 1545 | point |
||
| 1546 | -22.674,-14.192,-32.553 |
||
| 1547 | point |
||
| 1548 | -24.369,-14.192,-31.031 |
||
| 1549 | reverse |
||
| 1550 | // Pedestrian number 88 |
||
| 1551 | 13 // Ref num |
||
| 1552 | 5 // Number of instructions |
||
| 1553 | 2 // Initial instruction |
||
| 1554 | point |
||
| 1555 | -25.150,-14.192,-34.109 |
||
| 1556 | point |
||
| 1557 | -23.215,-14.192,-29.386 |
||
| 1558 | point |
||
| 1559 | -24.012,-14.192,-28.663 |
||
| 1560 | point |
||
| 1561 | -37.503,-14.192,-25.585 |
||
| 1562 | reverse |
||
| 1563 | // Pedestrian number 89 |
||
| 1564 | 14 // Ref num |
||
| 1565 | 7 // Number of instructions |
||
| 1566 | 2 // Initial instruction |
||
| 1567 | point |
||
| 1568 | -25.518,-14.192,-21.804 |
||
| 1569 | point |
||
| 1570 | -23.486,-14.192,-23.372 |
||
| 1571 | point |
||
| 1572 | -20.380,-14.192,-28.663 |
||
| 1573 | point |
||
| 1574 | -20.222,-14.192,-29.862 |
||
| 1575 | point |
||
| 1576 | -12.113,-14.192,-29.835 |
||
| 1577 | point |
||
| 1578 | -8.253,-14.192,-31.812 |
||
| 1579 | reverse |
||
| 1580 | // Pedestrian number 90 |
||
| 1581 | 5 // Ref num |
||
| 1582 | 5 // Number of instructions |
||
| 1583 | 2 // Initial instruction |
||
| 1584 | point |
||
| 1585 | -20.326,-14.192,-15.544 |
||
| 1586 | point |
||
| 1587 | -26.107,-14.192,-18.209 |
||
| 1588 | point |
||
| 1589 | -28.559,-14.192,-18.452 |
||
| 1590 | point |
||
| 1591 | -29.072,-14.192,-20.510 |
||
| 1592 | reverse |
||
| 1593 | // Pedestrian number 91 |
||
| 1594 | 10 // Ref num |
||
| 1595 | 7 // Number of instructions |
||
| 1596 | 3 // Initial instruction |
||
| 1597 | point |
||
| 1598 | -33.742,-14.192,-13.248 |
||
| 1599 | point |
||
| 1600 | -33.560,-14.192,-15.780 |
||
| 1601 | point |
||
| 1602 | -26.928,-14.192,-17.742 |
||
| 1603 | point |
||
| 1604 | -22.367,-14.192,-18.414 |
||
| 1605 | point |
||
| 1606 | -20.464,-14.192,-23.426 |
||
| 1607 | point |
||
| 1608 | -20.384,-14.192,-27.907 |
||
| 1609 | reverse |
||
| 1610 | // Pedestrian number 92 |
||
| 1611 | 11 // Ref num |
||
| 1612 | 5 // Number of instructions |
||
| 1613 | 2 // Initial instruction |
||
| 1614 | point |
||
| 1615 | -24.672,-14.192,-28.533 |
||
| 1616 | point |
||
| 1617 | -23.648,-14.192,-23.567 |
||
| 1618 | point |
||
| 1619 | -23.917,-14.192,-19.665 |
||
| 1620 | point |
||
| 1621 | -25.407,-14.192,-19.366 |
||
| 1622 | reverse |
||
| 1623 | // Pedestrian number 93 |
||
| 1624 | 7 // Ref num |
||
| 1625 | 4 // Number of instructions |
||
| 1626 | 2 // Initial instruction |
||
| 1627 | point |
||
| 1628 | -34.234,-14.192,-20.120 |
||
| 1629 | point |
||
| 1630 | -25.915,-14.192,-18.089 |
||
| 1631 | point |
||
| 1632 | -20.335,-14.192,-19.228 |
||
| 1633 | reverse |
||
| 1634 | // Pedestrian number 94 |
||
| 1635 | 5 // Ref num |
||
| 1636 | 6 // Number of instructions |
||
| 1637 | 3 // Initial instruction |
||
| 1638 | point |
||
| 1639 | -41.098,-14.192,-14.225 |
||
| 1640 | point |
||
| 1641 | -36.317,-14.192,-17.770 |
||
| 1642 | point |
||
| 1643 | -36.008,-14.192,-20.343 |
||
| 1644 | point |
||
| 1645 | -36.052,-14.192,-24.190 |
||
| 1646 | point |
||
| 1647 | -40.108,-14.192,-24.640 |
||
| 1648 | reverse |
||
| 1649 | // Pedestrian number 95 |
||
| 1650 | 7 // Ref num |
||
| 1651 | 6 // Number of instructions |
||
| 1652 | 3 // Initial instruction |
||
| 1653 | point |
||
| 1654 | -40.345,-14.192,-35.208 |
||
| 1655 | point |
||
| 1656 | -35.782,-14.192,-32.027 |
||
| 1657 | point |
||
| 1658 | -35.816,-14.192,-29.104 |
||
| 1659 | point |
||
| 1660 | -34.222,-14.192,-23.989 |
||
| 1661 | point |
||
| 1662 | -29.071,-14.192,-20.913 |
||
| 1663 | reverse |
||
| 1664 | // Pedestrian number 96 |
||
| 1665 | 13 // Ref num |
||
| 1666 | 6 // Number of instructions |
||
| 1667 | 4 // Initial instruction |
||
| 1668 | point |
||
| 1669 | -39.563,-14.192,-24.654 |
||
| 1670 | point |
||
| 1671 | -38.917,-14.192,-24.710 |
||
| 1672 | point |
||
| 1673 | -34.442,-14.192,-27.122 |
||
| 1674 | point |
||
| 1675 | -31.975,-14.192,-30.641 |
||
| 1676 | point |
||
| 1677 | -1.803,-14.192,-37.997 |
||
| 1678 | reverse |
||
| 1679 | // Pedestrian number 97 |
||
| 1680 | 11 // Ref num |
||
| 1681 | 5 // Number of instructions |
||
| 1682 | 2 // Initial instruction |
||
| 1683 | point |
||
| 1684 | -42.210,-14.192,-45.021 |
||
| 1685 | point |
||
| 1686 | -40.305,-14.192,-47.627 |
||
| 1687 | point |
||
| 1688 | -39.756,-14.192,-48.423 |
||
| 1689 | point |
||
| 1690 | -39.661,-14.192,-49.075 |
||
| 1691 | reverse |
||
| 1692 | // Pedestrian number 98 |
||
| 1693 | 5 // Ref num |
||
| 1694 | 4 // Number of instructions |
||
| 1695 | 2 // Initial instruction |
||
| 1696 | point |
||
| 1697 | -39.713,-14.192,-33.461 |
||
| 1698 | point |
||
| 1699 | -39.696,-14.192,-43.344 |
||
| 1700 | point |
||
| 1701 | -42.977,-14.192,-46.517 |
||
| 1702 | reverse |
||
| 1703 | // Pedestrian number 99 |
||
| 1704 | 9 // Ref num |
||
| 1705 | 5 // Number of instructions |
||
| 1706 | 2 // Initial instruction |
||
| 1707 | point |
||
| 1708 | -12.181,-18.115,-47.913 |
||
| 1709 | point |
||
| 1710 | -14.684,-18.115,-45.912 |
||
| 1711 | point |
||
| 1712 | -19.476,-18.115,-46.206 |
||
| 1713 | point |
||
| 1714 | -19.608,-18.115,-47.341 |
||
| 1715 | reverse |
||
| 1716 | // Pedestrian number 100 |
||
| 1717 | 9 // Ref num |
||
| 1718 | 6 // Number of instructions |
||
| 1719 | 2 // Initial instruction |
||
| 1720 | point |
||
| 1721 | -18.928,-18.115,-44.612 |
||
| 1722 | point |
||
| 1723 | -15.286,-18.115,-46.734 |
||
| 1724 | point |
||
| 1725 | -13.909,-18.115,-48.364 |
||
| 1726 | point |
||
| 1727 | -13.589,-18.115,-50.407 |
||
| 1728 | point |
||
| 1729 | -12.261,-18.115,-50.582 |
||
| 1730 | reverse |
||
| 1731 | // Pedestrian number 101 |
||
| 1732 | 9 // Ref num |
||
| 1733 | 5 // Number of instructions |
||
| 1734 | 2 // Initial instruction |
||
| 1735 | point |
||
| 1736 | -13.003,-18.115,-39.310 |
||
| 1737 | point |
||
| 1738 | -17.237,-18.115,-46.577 |
||
| 1739 | point |
||
| 1740 | -18.445,-18.115,-50.439 |
||
| 1741 | point |
||
| 1742 | -19.295,-18.115,-50.478 |
||
| 1743 | reverse |
||
| 1744 | // Pedestrian number 102 |
||
| 1745 | 9 // Ref num |
||
| 1746 | 5 // Number of instructions |
||
| 1747 | 2 // Initial instruction |
||
| 1748 | point |
||
| 1749 | -16.395,-18.115,-56.820 |
||
| 1750 | point |
||
| 1751 | -14.903,-18.115,-52.912 |
||
| 1752 | point |
||
| 1753 | -12.723,-18.115,-52.235 |
||
| 1754 | point |
||
| 1755 | -12.558,-18.115,-51.482 |
||
| 1756 | reverse |
||
| 1757 | // Pedestrian number 103 |
||
| 1758 | 10 // Ref num |
||
| 1759 | 5 // Number of instructions |
||
| 1760 | 2 // Initial instruction |
||
| 1761 | point |
||
| 1762 | -16.608,-18.115,-39.287 |
||
| 1763 | point |
||
| 1764 | -18.639,-18.115,-50.752 |
||
| 1765 | point |
||
| 1766 | -17.339,-18.115,-57.486 |
||
| 1767 | point |
||
| 1768 | -16.594,-18.115,-57.544 |
||
| 1769 | reverse |
||
| 1770 | // Pedestrian number 104 |
||
| 1771 | 10 // Ref num |
||
| 1772 | 5 // Number of instructions |
||
| 1773 | 2 // Initial instruction |
||
| 1774 | point |
||
| 1775 | -14.467,-18.115,-58.979 |
||
| 1776 | point |
||
| 1777 | -15.122,-18.115,-55.535 |
||
| 1778 | point |
||
| 1779 | -13.985,-18.115,-54.282 |
||
| 1780 | point |
||
| 1781 | -13.055,-18.115,-54.386 |
||
| 1782 | reverse |
||
| 1783 | // Pedestrian number 105 |
||
| 1784 | 11 // Ref num |
||
| 1785 | 4 // Number of instructions |
||
| 1786 | 2 // Initial instruction |
||
| 1787 | point |
||
| 1788 | -19.949,-18.115,-51.238 |
||
| 1789 | point |
||
| 1790 | -14.324,-18.115,-50.687 |
||
| 1791 | point |
||
| 1792 | -14.136,-18.115,-54.724 |
||
| 1793 | reverse |
||
| 1794 | // Pedestrian number 106 |
||
| 1795 | 7 // Ref num |
||
| 1796 | 5 // Number of instructions |
||
| 1797 | 2 // Initial instruction |
||
| 1798 | point |
||
| 1799 | -3.417,-14.192,-48.146 |
||
| 1800 | point |
||
| 1801 | -12.065,-14.192,-48.202 |
||
| 1802 | point |
||
| 1803 | -20.333,-14.192,-48.261 |
||
| 1804 | point |
||
| 1805 | -20.815,-14.192,-49.145 |
||
| 1806 | reverse |
||
| 1807 | // Pedestrian number 107 |
||
| 1808 | 3 // Ref num |
||
| 1809 | 5 // Number of instructions |
||
| 1810 | 2 // Initial instruction |
||
| 1811 | point |
||
| 1812 | -1.817,-14.192,-49.064 |
||
| 1813 | point |
||
| 1814 | -11.607,-14.192,-48.535 |
||
| 1815 | point |
||
| 1816 | -12.799,986.008,-48.392 |
||
| 1817 | point |
||
| 1818 | -22.468,986.008,-47.461 |
||
| 1819 | reverse |
||
| 1820 | // Pedestrian number 108 |
||
| 1821 | 10 // Ref num |
||
| 1822 | 4 // Number of instructions |
||
| 1823 | 2 // Initial instruction |
||
| 1824 | point |
||
| 1825 | -1.831,-14.192,-49.676 |
||
| 1826 | point |
||
| 1827 | -15.079,986.008,-50.004 |
||
| 1828 | point |
||
| 1829 | -17.122,986.008,-51.986 |
||
| 1830 | reverse |
||
| 1831 | // Pedestrian number 109 |
||
| 1832 | 3 // Ref num |
||
| 1833 | 5 // Number of instructions |
||
| 1834 | 2 // Initial instruction |
||
| 1835 | point |
||
| 1836 | -10.770,986.008,-50.630 |
||
| 1837 | point |
||
| 1838 | -17.605,986.008,-50.128 |
||
| 1839 | point |
||
| 1840 | -25.335,986.008,-50.462 |
||
| 1841 | point |
||
| 1842 | -28.119,986.008,-59.269 |
||
| 1843 | reverse |
||
| 1844 | // Pedestrian number 110 |
||
| 1845 | 3 // Ref num |
||
| 1846 | 5 // Number of instructions |
||
| 1847 | 3 // Initial instruction |
||
| 1848 | point |
||
| 1849 | -39.808,-14.164,-61.019 |
||
| 1850 | point |
||
| 1851 | -39.952,-14.151,-60.187 |
||
| 1852 | point |
||
| 1853 | -41.788,-14.114,-59.468 |
||
| 1854 | point |
||
| 1855 | -45.716,-14.032,-57.657 |
||
| 1856 | reverse |
||
| 1857 | // Pedestrian number 111 |
||
| 1858 | 10 // Ref num |
||
| 1859 | 5 // Number of instructions |
||
| 1860 | 2 // Initial instruction |
||
| 1861 | point |
||
| 1862 | -39.728,-14.187,-55.677 |
||
| 1863 | point |
||
| 1864 | -41.618,-14.186,-57.698 |
||
| 1865 | point |
||
| 1866 | -47.725,-14.217,-59.456 |
||
| 1867 | point |
||
| 1868 | -49.820,-14.192,-57.405 |
||
| 1869 | reverse |
||
| 1870 | // Pedestrian number 112 |
||
| 1871 | 11 // Ref num |
||
| 1872 | 5 // Number of instructions |
||
| 1873 | 2 // Initial instruction |
||
| 1874 | point |
||
| 1875 | -37.932,-14.192,-49.693 |
||
| 1876 | point |
||
| 1877 | -40.511,-14.176,-57.537 |
||
| 1878 | point |
||
| 1879 | -43.321,-14.161,-60.268 |
||
| 1880 | point |
||
| 1881 | -47.881,-14.229,-57.899 |
||
| 1882 | reverse |
||
| 1883 | // Pedestrian number 113 |
||
| 1884 | 5 // Ref num |
||
| 1885 | 6 // Number of instructions |
||
| 1886 | 2 // Initial instruction |
||
| 1887 | point |
||
| 1888 | -45.647,-14.192,-57.968 |
||
| 1889 | point |
||
| 1890 | -47.143,-14.174,-59.819 |
||
| 1891 | point |
||
| 1892 | -51.042,-14.209,-58.615 |
||
| 1893 | point |
||
| 1894 | -52.188,985.990,-58.556 |
||
| 1895 | point |
||
| 1896 | -53.320,986.118,-60.698 |
||
| 1897 | reverse |
||
| 1898 | // Pedestrian number 114 |
||
| 1899 | 9 // Ref num |
||
| 1900 | 5 // Number of instructions |
||
| 1901 | 2 // Initial instruction |
||
| 1902 | point |
||
| 1903 | -50.479,-14.192,-57.949 |
||
| 1904 | point |
||
| 1905 | -56.358,986.008,-58.965 |
||
| 1906 | point |
||
| 1907 | -58.249,986.118,-61.063 |
||
| 1908 | point |
||
| 1909 | -58.161,-14.084,-67.570 |
||
| 1910 | reverse |
||
| 1911 | // Pedestrian number 115 |
||
| 1912 | 7 // Ref num |
||
| 1913 | 6 // Number of instructions |
||
| 1914 | 3 // Initial instruction |
||
| 1915 | point |
||
| 1916 | -44.390,-14.192,-46.367 |
||
| 1917 | point |
||
| 1918 | -54.973,-14.192,-45.174 |
||
| 1919 | point |
||
| 1920 | -56.555,-14.192,-44.238 |
||
| 1921 | point |
||
| 1922 | -63.942,-14.192,-40.828 |
||
| 1923 | point |
||
| 1924 | -72.003,-18.115,-41.012 |
||
| 1925 | reverse |
||
| 1926 | // Pedestrian number 116 |
||
| 1927 | 10 // Ref num |
||
| 1928 | 7 // Number of instructions |
||
| 1929 | 4 // Initial instruction |
||
| 1930 | point |
||
| 1931 | -58.892,-14.159,-60.345 |
||
| 1932 | point |
||
| 1933 | -59.729,-14.191,-51.280 |
||
| 1934 | point |
||
| 1935 | -58.602,-14.191,-48.958 |
||
| 1936 | point |
||
| 1937 | -58.602,-14.191,-48.958 |
||
| 1938 | point |
||
| 1939 | -57.146,-14.191,-47.908 |
||
| 1940 | point |
||
| 1941 | -56.875,-14.192,-43.780 |
||
| 1942 | reverse |
||
| 1943 | // Pedestrian number 117 |
||
| 1944 | 11 // Ref num |
||
| 1945 | 6 // Number of instructions |
||
| 1946 | 2 // Initial instruction |
||
| 1947 | point |
||
| 1948 | -61.949,-14.192,-49.213 |
||
| 1949 | point |
||
| 1950 | -60.005,-14.192,-50.026 |
||
| 1951 | point |
||
| 1952 | -58.119,-14.192,-50.496 |
||
| 1953 | point |
||
| 1954 | -57.969,986.008,-59.321 |
||
| 1955 | point |
||
| 1956 | -57.747,986.119,-67.801 |
||
| 1957 | reverse |
||
| 1958 | // Pedestrian number 118 |
||
| 1959 | 7 // Ref num |
||
| 1960 | 6 // Number of instructions |
||
| 1961 | 3 // Initial instruction |
||
| 1962 | point |
||
| 1963 | -59.041,-14.192,-45.068 |
||
| 1964 | point |
||
| 1965 | -60.160,-14.192,-44.619 |
||
| 1966 | point |
||
| 1967 | -60.534,-14.192,-46.122 |
||
| 1968 | point |
||
| 1969 | -63.960,-14.192,-48.362 |
||
| 1970 | point |
||
| 1971 | -64.318,-14.192,-49.358 |
||
| 1972 | reverse |
||
| 1973 | // Pedestrian number 119 |
||
| 1974 | 3 // Ref num |
||
| 1975 | 4 // Number of instructions |
||
| 1976 | 2 // Initial instruction |
||
| 1977 | point |
||
| 1978 | -59.638,-14.192,-45.633 |
||
| 1979 | point |
||
| 1980 | -60.547,-14.192,-46.645 |
||
| 1981 | point |
||
| 1982 | -62.440,-14.192,-48.574 |
||
| 1983 | reverse |
||
| 1984 | // Pedestrian number 120 |
||
| 1985 | 9 // Ref num |
||
| 1986 | 5 // Number of instructions |
||
| 1987 | 2 // Initial instruction |
||
| 1988 | point |
||
| 1989 | -59.595,-14.192,-45.032 |
||
| 1990 | point |
||
| 1991 | -62.647,-14.192,-41.950 |
||
| 1992 | point |
||
| 1993 | -63.874,-14.192,-39.087 |
||
| 1994 | point |
||
| 1995 | -87.559,-14.192,-38.973 |
||
| 1996 | reverse |
||
| 1997 | // Pedestrian number 121 |
||
| 1998 | 9 // Ref num |
||
| 1999 | 4 // Number of instructions |
||
| 2000 | 2 // Initial instruction |
||
| 2001 | point |
||
| 2002 | -62.922,-14.192,-49.030 |
||
| 2003 | point |
||
| 2004 | -66.987,986.008,-48.398 |
||
| 2005 | point |
||
| 2006 | -72.445,986.008,-45.549 |
||
| 2007 | reverse |
||
| 2008 | // Pedestrian number 122 |
||
| 2009 | 9 // Ref num |
||
| 2010 | 4 // Number of instructions |
||
| 2011 | 2 // Initial instruction |
||
| 2012 | point |
||
| 2013 | -63.740,-14.192,-48.527 |
||
| 2014 | point |
||
| 2015 | -71.397,986.008,-48.325 |
||
| 2016 | point |
||
| 2017 | -83.251,986.008,-47.737 |
||
| 2018 | reverse |
||
| 2019 | // Pedestrian number 123 |
||
| 2020 | 11 // Ref num |
||
| 2021 | 4 // Number of instructions |
||
| 2022 | 2 // Initial instruction |
||
| 2023 | point |
||
| 2024 | -89.472,-14.192,-49.006 |
||
| 2025 | point |
||
| 2026 | -79.888,986.008,-48.798 |
||
| 2027 | point |
||
| 2028 | -73.101,986.008,-47.526 |
||
| 2029 | reverse |
||
| 2030 | // Pedestrian number 124 |
||
| 2031 | 13 // Ref num |
||
| 2032 | 4 // Number of instructions |
||
| 2033 | 2 // Initial instruction |
||
| 2034 | point |
||
| 2035 | -84.148,-14.192,-49.443 |
||
| 2036 | point |
||
| 2037 | -79.954,986.008,-48.509 |
||
| 2038 | point |
||
| 2039 | -66.721,986.008,-47.336 |
||
| 2040 | reverse |
||
| 2041 | // Pedestrian number 125 |
||
| 2042 | 13 // Ref num |
||
| 2043 | 4 // Number of instructions |
||
| 2044 | 2 // Initial instruction |
||
| 2045 | point |
||
| 2046 | -57.715,-14.192,-37.331 |
||
| 2047 | point |
||
| 2048 | -70.868,986.008,-38.471 |
||
| 2049 | point |
||
| 2050 | -73.851,986.008,-39.735 |
||
| 2051 | reverse |
||
| 2052 | // Pedestrian number 126 |
||
| 2053 | 13 // Ref num |
||
| 2054 | 5 // Number of instructions |
||
| 2055 | 2 // Initial instruction |
||
| 2056 | point |
||
| 2057 | -57.659,-14.192,-38.088 |
||
| 2058 | point |
||
| 2059 | -61.089,-14.192,-39.315 |
||
| 2060 | point |
||
| 2061 | -63.129,986.008,-39.778 |
||
| 2062 | point |
||
| 2063 | -73.532,986.008,-42.143 |
||
| 2064 | reverse |
||
| 2065 | // Pedestrian number 127 |
||
| 2066 | 9 // Ref num |
||
| 2067 | 5 // Number of instructions |
||
| 2068 | 2 // Initial instruction |
||
| 2069 | point |
||
| 2070 | -58.584,-14.192,-45.581 |
||
| 2071 | point |
||
| 2072 | -61.416,-14.192,-33.600 |
||
| 2073 | point |
||
| 2074 | -64.179,-14.192,-27.520 |
||
| 2075 | point |
||
| 2076 | -65.278,-14.192,-27.551 |
||
| 2077 | reverse |
||
| 2078 | // Pedestrian number 128 |
||
| 2079 | 4 // Ref num |
||
| 2080 | 5 // Number of instructions |
||
| 2081 | 2 // Initial instruction |
||
| 2082 | point |
||
| 2083 | -52.259,-14.192,-33.672 |
||
| 2084 | point |
||
| 2085 | -53.240,-14.192,-26.390 |
||
| 2086 | point |
||
| 2087 | -47.578,-14.192,-22.018 |
||
| 2088 | point |
||
| 2089 | -46.847,-14.192,-9.163 |
||
| 2090 | reverse |
||
| 2091 | // Pedestrian number 129 |
||
| 2092 | 9 // Ref num |
||
| 2093 | 5 // Number of instructions |
||
| 2094 | 2 // Initial instruction |
||
| 2095 | point |
||
| 2096 | -45.656,-14.192,-12.614 |
||
| 2097 | point |
||
| 2098 | -45.135,-14.192,-16.212 |
||
| 2099 | point |
||
| 2100 | -44.934,-14.192,-22.445 |
||
| 2101 | point |
||
| 2102 | -43.562,-14.192,-25.516 |
||
| 2103 | reverse |
||
| 2104 | // Pedestrian number 130 |
||
| 2105 | 10 // Ref num |
||
| 2106 | 6 // Number of instructions |
||
| 2107 | 2 // Initial instruction |
||
| 2108 | point |
||
| 2109 | -42.635,-14.192,-33.840 |
||
| 2110 | point |
||
| 2111 | -43.280,-14.192,-33.299 |
||
| 2112 | point |
||
| 2113 | -44.966,-14.192,-31.273 |
||
| 2114 | point |
||
| 2115 | -44.768,-14.192,-26.191 |
||
| 2116 | point |
||
| 2117 | -42.823,-14.192,-24.244 |
||
| 2118 | reverse |
||
| 2119 | // Pedestrian number 131 |
||
| 2120 | 4 // Ref num |
||
| 2121 | 6 // Number of instructions |
||
| 2122 | 2 // Initial instruction |
||
| 2123 | point |
||
| 2124 | -44.878,-14.192,-32.272 |
||
| 2125 | point |
||
| 2126 | -45.130,-14.192,-31.249 |
||
| 2127 | point |
||
| 2128 | -45.814,-14.192,-30.586 |
||
| 2129 | point |
||
| 2130 | -45.861,-14.192,-26.439 |
||
| 2131 | point |
||
| 2132 | -43.792,-14.192,-23.742 |
||
| 2133 | reverse |
||
| 2134 | // Pedestrian number 132 |
||
| 2135 | 7 // Ref num |
||
| 2136 | 8 // Number of instructions |
||
| 2137 | 6 // Initial instruction |
||
| 2138 | point |
||
| 2139 | -42.725,-14.192,-12.565 |
||
| 2140 | point |
||
| 2141 | -45.822,-14.192,-19.085 |
||
| 2142 | point |
||
| 2143 | -45.220,-14.192,-20.867 |
||
| 2144 | point |
||
| 2145 | -45.815,-14.192,-23.333 |
||
| 2146 | point |
||
| 2147 | -44.913,-14.192,-28.162 |
||
| 2148 | point |
||
| 2149 | -45.528,-14.192,-31.820 |
||
| 2150 | point |
||
| 2151 | -45.939,-14.192,-33.887 |
||
| 2152 | reverse |
||
| 2153 | // Pedestrian number 133 |
||
| 2154 | 9 // Ref num |
||
| 2155 | 5 // Number of instructions |
||
| 2156 | 2 // Initial instruction |
||
| 2157 | point |
||
| 2158 | -46.713,-14.192,-32.611 |
||
| 2159 | point |
||
| 2160 | -51.732,-14.192,-29.983 |
||
| 2161 | point |
||
| 2162 | -56.985,-14.192,-25.919 |
||
| 2163 | point |
||
| 2164 | -58.240,-14.192,-20.452 |
||
| 2165 | reverse |
||
| 2166 | // Pedestrian number 134 |
||
| 2167 | 9 // Ref num |
||
| 2168 | 6 // Number of instructions |
||
| 2169 | 3 // Initial instruction |
||
| 2170 | point |
||
| 2171 | -55.489,-14.192,-20.287 |
||
| 2172 | point |
||
| 2173 | -55.495,-14.192,-21.915 |
||
| 2174 | point |
||
| 2175 | -59.441,-14.192,-24.010 |
||
| 2176 | point |
||
| 2177 | -63.368,-14.192,-26.419 |
||
| 2178 | point |
||
| 2179 | -72.467,-14.192,-28.534 |
||
| 2180 | reverse |
||
| 2181 | // Pedestrian number 135 |
||
| 2182 | 10 // Ref num |
||
| 2183 | 8 // Number of instructions |
||
| 2184 | 5 // Initial instruction |
||
| 2185 | point |
||
| 2186 | -75.255,-14.192,-28.471 |
||
| 2187 | point |
||
| 2188 | -75.113,-14.192,-27.578 |
||
| 2189 | point |
||
| 2190 | -70.852,-14.192,-26.447 |
||
| 2191 | point |
||
| 2192 | -65.856,-14.192,-21.781 |
||
| 2193 | point |
||
| 2194 | -59.785,-14.192,-23.583 |
||
| 2195 | point |
||
| 2196 | -53.731,-14.192,-23.683 |
||
| 2197 | point |
||
| 2198 | -46.728,-14.192,-28.717 |
||
| 2199 | reverse |
||
| 2200 | // Pedestrian number 136 |
||
| 2201 | 13 // Ref num |
||
| 2202 | 7 // Number of instructions |
||
| 2203 | 2 // Initial instruction |
||
| 2204 | point |
||
| 2205 | -56.846,-14.192,-21.684 |
||
| 2206 | point |
||
| 2207 | -53.119,-14.192,-27.013 |
||
| 2208 | point |
||
| 2209 | -47.105,-14.191,-31.386 |
||
| 2210 | point |
||
| 2211 | -47.719,-14.192,-33.692 |
||
| 2212 | point |
||
| 2213 | -55.930,-14.192,-33.867 |
||
| 2214 | point |
||
| 2215 | -56.639,-14.192,-34.663 |
||
| 2216 | reverse |
||
| 2217 | // Pedestrian number 137 |
||
| 2218 | 14 // Ref num |
||
| 2219 | 5 // Number of instructions |
||
| 2220 | 2 // Initial instruction |
||
| 2221 | point |
||
| 2222 | -58.035,-14.192,-29.102 |
||
| 2223 | point |
||
| 2224 | -59.868,-14.192,-25.733 |
||
| 2225 | point |
||
| 2226 | -63.798,-14.192,-20.710 |
||
| 2227 | point |
||
| 2228 | -63.639,-14.192,-14.282 |
||
| 2229 | reverse |
||
| 2230 | // Pedestrian number 138 |
||
| 2231 | 3 // Ref num |
||
| 2232 | 6 // Number of instructions |
||
| 2233 | 2 // Initial instruction |
||
| 2234 | point |
||
| 2235 | -74.345,-14.195,-9.735 |
||
| 2236 | point |
||
| 2237 | -72.956,-14.195,-13.003 |
||
| 2238 | point |
||
| 2239 | -70.558,987.008,-13.381 |
||
| 2240 | point |
||
| 2241 | -69.039,986.008,-13.730 |
||
| 2242 | point |
||
| 2243 | -58.191,-14.192,-19.421 |
||
| 2244 | reverse |
||
| 2245 | // Pedestrian number 139 |
||
| 2246 | 7 // Ref num |
||
| 2247 | 6 // Number of instructions |
||
| 2248 | 2 // Initial instruction |
||
| 2249 | point |
||
| 2250 | -74.503,-14.192,-18.844 |
||
| 2251 | point |
||
| 2252 | -73.001,-14.192,-12.509 |
||
| 2253 | point |
||
| 2254 | -70.223,-14.192,-9.457 |
||
| 2255 | point |
||
| 2256 | -55.787,-14.192,-9.352 |
||
| 2257 | point |
||
| 2258 | -52.621,-14.192,-12.825 |
||
| 2259 | reverse |
||
| 2260 | // Pedestrian number 140 |
||
| 2261 | 10 // Ref num |
||
| 2262 | 5 // Number of instructions |
||
| 2263 | 2 // Initial instruction |
||
| 2264 | point |
||
| 2265 | -46.599,-14.192,-16.785 |
||
| 2266 | point |
||
| 2267 | -52.676,-14.192,-14.700 |
||
| 2268 | point |
||
| 2269 | -53.767,-14.192,-12.588 |
||
| 2270 | point |
||
| 2271 | -55.840,-14.192,-12.415 |
||
| 2272 | reverse |
||
| 2273 | // Pedestrian number 141 |
||
| 2274 | 9 // Ref num |
||
| 2275 | 6 // Number of instructions |
||
| 2276 | 2 // Initial instruction |
||
| 2277 | point |
||
| 2278 | -58.020,-14.192,-19.820 |
||
| 2279 | point |
||
| 2280 | -65.153,-14.192,-25.794 |
||
| 2281 | point |
||
| 2282 | -71.575,-14.192,-29.359 |
||
| 2283 | point |
||
| 2284 | -79.510,986.008,-38.728 |
||
| 2285 | point |
||
| 2286 | -80.350,986.008,-40.736 |
||
| 2287 | reverse |
||
| 2288 | // Pedestrian number 142 |
||
| 2289 | 9 // Ref num |
||
| 2290 | 4 // Number of instructions |
||
| 2291 | 2 // Initial instruction |
||
| 2292 | point |
||
| 2293 | -85.460,-14.192,-35.127 |
||
| 2294 | point |
||
| 2295 | -78.079,-14.192,-31.951 |
||
| 2296 | point |
||
| 2297 | -75.290,-14.192,-29.320 |
||
| 2298 | reverse |
||
| 2299 | // Pedestrian number 143 |
||
| 2300 | 10 // Ref num |
||
| 2301 | 6 // Number of instructions |
||
| 2302 | 2 // Initial instruction |
||
| 2303 | point |
||
| 2304 | -78.319,-14.192,-21.372 |
||
| 2305 | point |
||
| 2306 | -71.448,-14.192,-23.783 |
||
| 2307 | point |
||
| 2308 | -67.005,-14.192,-28.812 |
||
| 2309 | point |
||
| 2310 | -66.629,-14.192,-30.359 |
||
| 2311 | point |
||
| 2312 | -65.380,-14.192,-30.513 |
||
| 2313 | reverse |
||
| 2314 | // Pedestrian number 144 |
||
| 2315 | 5 // Ref num |
||
| 2316 | 4 // Number of instructions |
||
| 2317 | 2 // Initial instruction |
||
| 2318 | point |
||
| 2319 | -65.797,-14.192,-18.881 |
||
| 2320 | point |
||
| 2321 | -62.451,-14.192,-15.196 |
||
| 2322 | point |
||
| 2323 | -57.041,-14.192,-13.741 |
||
| 2324 | reverse |
||
| 2325 | // Pedestrian number 145 |
||
| 2326 | 11 // Ref num |
||
| 2327 | 4 // Number of instructions |
||
| 2328 | 2 // Initial instruction |
||
| 2329 | point |
||
| 2330 | -56.311,-14.192,-14.155 |
||
| 2331 | point |
||
| 2332 | -60.014,-14.192,-16.964 |
||
| 2333 | point |
||
| 2334 | -64.010,-14.192,-19.626 |
||
| 2335 | reverse |
||
| 2336 | // Pedestrian number 146 |
||
| 2337 | 11 // Ref num |
||
| 2338 | 8 // Number of instructions |
||
| 2339 | 3 // Initial instruction |
||
| 2340 | point |
||
| 2341 | -72.301,-14.192,-20.500 |
||
| 2342 | point |
||
| 2343 | -72.516,-14.192,-21.543 |
||
| 2344 | point |
||
| 2345 | -74.679,-14.192,-23.511 |
||
| 2346 | point |
||
| 2347 | -82.592,-14.192,-27.361 |
||
| 2348 | point |
||
| 2349 | -85.407,-14.192,-33.079 |
||
| 2350 | point |
||
| 2351 | -84.625,986.008,-38.338 |
||
| 2352 | point |
||
| 2353 | -83.078,986.008,-42.679 |
||
| 2354 | reverse |
||
| 2355 | // Pedestrian number 147 |
||
| 2356 | 7 // Ref num |
||
| 2357 | 4 // Number of instructions |
||
| 2358 | 2 // Initial instruction |
||
| 2359 | point |
||
| 2360 | -80.697,-14.192,-31.261 |
||
| 2361 | point |
||
| 2362 | -80.205,-14.192,-36.113 |
||
| 2363 | point |
||
| 2364 | -80.719,-14.192,-39.064 |
||
| 2365 | reverse |
||
| 2366 | // Pedestrian number 148 |
||
| 2367 | 3 // Ref num |
||
| 2368 | 5 // Number of instructions |
||
| 2369 | 3 // Initial instruction |
||
| 2370 | point |
||
| 2371 | -73.883,-14.192,-30.194 |
||
| 2372 | point |
||
| 2373 | -69.178,-14.192,-35.533 |
||
| 2374 | point |
||
| 2375 | -64.462,-14.192,-36.999 |
||
| 2376 | point |
||
| 2377 | -57.738,-14.192,-39.260 |
||
| 2378 | reverse |
||
| 2379 | // Pedestrian number 149 |
||
| 2380 | 9 // Ref num |
||
| 2381 | 7 // Number of instructions |
||
| 2382 | 2 // Initial instruction |
||
| 2383 | point |
||
| 2384 | -58.207,-14.192,-46.328 |
||
| 2385 | point |
||
| 2386 | -56.219,-14.192,-45.591 |
||
| 2387 | point |
||
| 2388 | -48.744,-14.192,-45.987 |
||
| 2389 | point |
||
| 2390 | -46.641,-14.192,-44.759 |
||
| 2391 | point |
||
| 2392 | -45.194,-14.192,-46.462 |
||
| 2393 | point |
||
| 2394 | -44.166,-14.192,-44.877 |
||
| 2395 | reverse |
||
| 2396 | // Pedestrian number 150 |
||
| 2397 | 10 // Ref num |
||
| 2398 | 8 // Number of instructions |
||
| 2399 | 4 // Initial instruction |
||
| 2400 | point |
||
| 2401 | -49.603,-14.192,-9.072 |
||
| 2402 | point |
||
| 2403 | -52.998,-14.192,-12.667 |
||
| 2404 | point |
||
| 2405 | -57.322,-14.192,-10.814 |
||
| 2406 | point |
||
| 2407 | -59.910,-14.192,-11.178 |
||
| 2408 | point |
||
| 2409 | -64.198,-14.192,-12.093 |
||
| 2410 | point |
||
| 2411 | -66.534,-14.192,-9.721 |
||
| 2412 | point |
||
| 2413 | -69.809,-14.192,-12.953 |
||
| 2414 | reverse |
||
| 2415 | // Pedestrian number 151 |
||
| 2416 | 10 // Ref num |
||
| 2417 | 7 // Number of instructions |
||
| 2418 | 2 // Initial instruction |
||
| 2419 | point |
||
| 2420 | -67.690,-14.192,-13.350 |
||
| 2421 | point |
||
| 2422 | -71.338,-14.192,-10.725 |
||
| 2423 | point |
||
| 2424 | -72.403,-14.192,-9.955 |
||
| 2425 | point |
||
| 2426 | -76.733,-14.192,-10.686 |
||
| 2427 | point |
||
| 2428 | -83.418,-14.192,-16.616 |
||
| 2429 | point |
||
| 2430 | -82.643,-14.192,-19.431 |
||
| 2431 | reverse |
||
| 2432 | // Pedestrian number 152 |
||
| 2433 | 5 // Ref num |
||
| 2434 | 4 // Number of instructions |
||
| 2435 | 2 // Initial instruction |
||
| 2436 | point |
||
| 2437 | -89.934,-14.192,-47.902 |
||
| 2438 | point |
||
| 2439 | -90.128,-14.192,-45.938 |
||
| 2440 | point |
||
| 2441 | -92.376,-14.192,-41.178 |
||
| 2442 | reverse |
||
| 2443 | // Pedestrian number 153 |
||
| 2444 | 9 // Ref num |
||
| 2445 | 4 // Number of instructions |
||
| 2446 | 2 // Initial instruction |
||
| 2447 | point |
||
| 2448 | -88.844,-14.192,-40.912 |
||
| 2449 | point |
||
| 2450 | -90.073,-14.192,-44.078 |
||
| 2451 | point |
||
| 2452 | -91.247,-14.192,-47.031 |
||
| 2453 | reverse |
||
| 2454 | // Pedestrian number 154 |
||
| 2455 | 10 // Ref num |
||
| 2456 | 6 // Number of instructions |
||
| 2457 | 2 // Initial instruction |
||
| 2458 | point |
||
| 2459 | -92.592,-14.192,-45.087 |
||
| 2460 | point |
||
| 2461 | -89.652,-14.192,-45.488 |
||
| 2462 | point |
||
| 2463 | -87.992,-14.192,-45.860 |
||
| 2464 | point |
||
| 2465 | -80.025,-18.103,-46.667 |
||
| 2466 | point |
||
| 2467 | -79.419,-18.115,-46.907 |
||
| 2468 | reverse |
||
| 2469 | // Pedestrian number 155 |
||
| 2470 | 5 // Ref num |
||
| 2471 | 5 // Number of instructions |
||
| 2472 | 3 // Initial instruction |
||
| 2473 | point |
||
| 2474 | -103.949,-14.192,-44.604 |
||
| 2475 | point |
||
| 2476 | -91.663,-14.192,-50.075 |
||
| 2477 | point |
||
| 2478 | -88.295,-14.192,-50.144 |
||
| 2479 | point |
||
| 2480 | -61.254,-14.192,-50.099 |
||
| 2481 | reverse |
||
| 2482 | // Pedestrian number 156 |
||
| 2483 | 10 // Ref num |
||
| 2484 | 4 // Number of instructions |
||
| 2485 | 2 // Initial instruction |
||
| 2486 | point |
||
| 2487 | -61.265,-14.162,-60.197 |
||
| 2488 | point |
||
| 2489 | -63.688,-14.192,-55.929 |
||
| 2490 | point |
||
| 2491 | -62.607,-14.192,-49.789 |
||
| 2492 | reverse |
||
| 2493 | // Pedestrian number 157 |
||
| 2494 | 11 // Ref num |
||
| 2495 | 5 // Number of instructions |
||
| 2496 | 2 // Initial instruction |
||
| 2497 | point |
||
| 2498 | -63.837,-14.192,-49.752 |
||
| 2499 | point |
||
| 2500 | -63.814,-14.192,-52.072 |
||
| 2501 | point |
||
| 2502 | -62.716,986.008,-60.136 |
||
| 2503 | point |
||
| 2504 | -62.732,986.118,-67.874 |
||
| 2505 | reverse |
||
| 2506 | // Pedestrian number 158 |
||
| 2507 | 9 // Ref num |
||
| 2508 | 5 // Number of instructions |
||
| 2509 | 2 // Initial instruction |
||
| 2510 | point |
||
| 2511 | -72.092,-14.164,-61.142 |
||
| 2512 | point |
||
| 2513 | -78.663,-14.192,-59.904 |
||
| 2514 | point |
||
| 2515 | -82.752,986.008,-59.485 |
||
| 2516 | point |
||
| 2517 | -82.856,986.008,-57.159 |
||
| 2518 | reverse |
||
| 2519 | // Pedestrian number 159 |
||
| 2520 | 9 // Ref num |
||
| 2521 | 9 // Number of instructions |
||
| 2522 | 2 // Initial instruction |
||
| 2523 | point |
||
| 2524 | -93.062,-14.192,-41.176 |
||
| 2525 | point |
||
| 2526 | -104.146,-14.192,-48.722 |
||
| 2527 | point |
||
| 2528 | -107.958,-14.192,-47.554 |
||
| 2529 | point |
||
| 2530 | -121.374,-15.147,-50.972 |
||
| 2531 | point |
||
| 2532 | -124.973,-15.182,-47.471 |
||
| 2533 | point |
||
| 2534 | -135.559,-15.182,-48.355 |
||
| 2535 | point |
||
| 2536 | -138.980,-15.182,-42.306 |
||
| 2537 | point |
||
| 2538 | -135.660,-15.182,-40.187 |
||
| 2539 | reverse |
||
| 2540 | // Pedestrian number 160 |
||
| 2541 | 9 // Ref num |
||
| 2542 | 9 // Number of instructions |
||
| 2543 | 3 // Initial instruction |
||
| 2544 | point |
||
| 2545 | -139.092,-15.182,-34.269 |
||
| 2546 | point |
||
| 2547 | -139.038,-15.182,-40.246 |
||
| 2548 | point |
||
| 2549 | -137.363,-15.182,-43.088 |
||
| 2550 | point |
||
| 2551 | -131.371,-15.182,-47.117 |
||
| 2552 | point |
||
| 2553 | -128.986,-15.182,-47.527 |
||
| 2554 | point |
||
| 2555 | -121.985,-15.182,-47.444 |
||
| 2556 | point |
||
| 2557 | -107.986,-14.192,-50.938 |
||
| 2558 | point |
||
| 2559 | -106.747,-14.192,-51.796 |
||
| 2560 | reverse |
||
| 2561 | // Pedestrian number 161 |
||
| 2562 | 3 // Ref num |
||
| 2563 | 5 // Number of instructions |
||
| 2564 | 2 // Initial instruction |
||
| 2565 | point |
||
| 2566 | -104.406,-14.192,-47.146 |
||
| 2567 | point |
||
| 2568 | -112.649,-14.192,-46.891 |
||
| 2569 | point |
||
| 2570 | -116.137,-14.192,-46.231 |
||
| 2571 | point |
||
| 2572 | -116.371,-14.192,-45.397 |
||
| 2573 | reverse |
||
| 2574 | // Pedestrian number 162 |
||
| 2575 | 2 // Ref num |
||
| 2576 | 6 // Number of instructions |
||
| 2577 | 2 // Initial instruction |
||
| 2578 | point |
||
| 2579 | -121.002,-14.192,-46.830 |
||
| 2580 | point |
||
| 2581 | -112.458,-14.192,-46.678 |
||
| 2582 | point |
||
| 2583 | -111.496,-14.192,-45.066 |
||
| 2584 | point |
||
| 2585 | -111.449,-14.192,-42.401 |
||
| 2586 | point |
||
| 2587 | -108.000,-14.192,-40.980 |
||
| 2588 | reverse |
||
| 2589 | // Pedestrian number 163 |
||
| 2590 | 10 // Ref num |
||
| 2591 | 8 // Number of instructions |
||
| 2592 | 3 // Initial instruction |
||
| 2593 | point |
||
| 2594 | -108.190,-14.192,-41.974 |
||
| 2595 | point |
||
| 2596 | -111.645,-14.192,-42.625 |
||
| 2597 | point |
||
| 2598 | -113.378,-14.192,-46.091 |
||
| 2599 | point |
||
| 2600 | -116.574,986.008,-47.040 |
||
| 2601 | point |
||
| 2602 | -121.007,986.008,-50.342 |
||
| 2603 | point |
||
| 2604 | -122.245,984.991,-51.016 |
||
| 2605 | point |
||
| 2606 | -129.711,-15.180,-50.896 |
||
| 2607 | reverse |
||
| 2608 | // Pedestrian number 164 |
||
| 2609 | 11 // Ref num |
||
| 2610 | 8 // Number of instructions |
||
| 2611 | 2 // Initial instruction |
||
| 2612 | point |
||
| 2613 | -121.353,-14.192,-41.142 |
||
| 2614 | point |
||
| 2615 | -118.960,-14.192,-42.539 |
||
| 2616 | point |
||
| 2617 | -116.851,-14.192,-46.218 |
||
| 2618 | point |
||
| 2619 | -114.120,-14.192,-46.250 |
||
| 2620 | point |
||
| 2621 | -112.945,-14.192,-42.053 |
||
| 2622 | point |
||
| 2623 | -109.542,-14.192,-42.092 |
||
| 2624 | point |
||
| 2625 | -107.891,-14.192,-46.448 |
||
| 2626 | reverse |
||
| 2627 | // Pedestrian number 165 |
||
| 2628 | 10 // Ref num |
||
| 2629 | 6 // Number of instructions |
||
| 2630 | 3 // Initial instruction |
||
| 2631 | point |
||
| 2632 | -109.789,-14.192,-41.000 |
||
| 2633 | point |
||
| 2634 | -109.750,-14.192,-43.779 |
||
| 2635 | point |
||
| 2636 | -107.910,-14.192,-45.842 |
||
| 2637 | point |
||
| 2638 | -105.901,-14.192,-46.348 |
||
| 2639 | point |
||
| 2640 | -104.274,-14.192,-51.989 |
||
| 2641 | reverse |
||
| 2642 | // Pedestrian number 166 |
||
| 2643 | 9 // Ref num |
||
| 2644 | 6 // Number of instructions |
||
| 2645 | 2 // Initial instruction |
||
| 2646 | point |
||
| 2647 | -107.228,-14.192,-47.335 |
||
| 2648 | point |
||
| 2649 | -106.167,-14.192,-49.563 |
||
| 2650 | point |
||
| 2651 | -111.947,-14.192,-56.842 |
||
| 2652 | point |
||
| 2653 | -112.371,-14.192,-60.412 |
||
| 2654 | point |
||
| 2655 | -121.344,-14.192,-61.153 |
||
| 2656 | reverse |
||
| 2657 | // Pedestrian number 167 |
||
| 2658 | 9 // Ref num |
||
| 2659 | 4 // Number of instructions |
||
| 2660 | 2 // Initial instruction |
||
| 2661 | point |
||
| 2662 | -118.574,-14.192,-54.818 |
||
| 2663 | point |
||
| 2664 | -118.098,-14.192,-53.930 |
||
| 2665 | point |
||
| 2666 | -119.106,-14.192,-52.574 |
||
| 2667 | reverse |
||
| 2668 | // Pedestrian number 168 |
||
| 2669 | 5 // Ref num |
||
| 2670 | 5 // Number of instructions |
||
| 2671 | 3 // Initial instruction |
||
| 2672 | point |
||
| 2673 | -116.062,986.008,-47.255 |
||
| 2674 | point |
||
| 2675 | -117.898,986.008,-51.480 |
||
| 2676 | point |
||
| 2677 | -118.148,-14.192,-52.963 |
||
| 2678 | point |
||
| 2679 | -119.054,-14.192,-53.884 |
||
| 2680 | reverse |
||
| 2681 | // Pedestrian number 169 |
||
| 2682 | 10 // Ref num |
||
| 2683 | 4 // Number of instructions |
||
| 2684 | 2 // Initial instruction |
||
| 2685 | point |
||
| 2686 | -115.464,-14.192,-51.258 |
||
| 2687 | point |
||
| 2688 | -118.208,-14.192,-53.238 |
||
| 2689 | point |
||
| 2690 | -121.366,-14.192,-53.782 |
||
| 2691 | reverse |
||
| 2692 | // Pedestrian number 170 |
||
| 2693 | 5 // Ref num |
||
| 2694 | 6 // Number of instructions |
||
| 2695 | 3 // Initial instruction |
||
| 2696 | point |
||
| 2697 | -121.377,986.008,-47.348 |
||
| 2698 | point |
||
| 2699 | -121.028,986.008,-51.462 |
||
| 2700 | point |
||
| 2701 | -119.430,-14.192,-52.931 |
||
| 2702 | point |
||
| 2703 | -117.819,-14.192,-53.764 |
||
| 2704 | point |
||
| 2705 | -116.264,-14.192,-58.725 |
||
| 2706 | reverse |
||
| 2707 | // Pedestrian number 171 |
||
| 2708 | 9 // Ref num |
||
| 2709 | 5 // Number of instructions |
||
| 2710 | 3 // Initial instruction |
||
| 2711 | point |
||
| 2712 | -120.355,-14.192,-59.202 |
||
| 2713 | point |
||
| 2714 | -120.348,-14.192,-58.155 |
||
| 2715 | point |
||
| 2716 | -116.501,-14.192,-55.399 |
||
| 2717 | point |
||
| 2718 | -106.987,-14.192,-52.457 |
||
| 2719 | reverse |
||
| 2720 | // Pedestrian number 172 |
||
| 2721 | 7 // Ref num |
||
| 2722 | 4 // Number of instructions |
||
| 2723 | 2 // Initial instruction |
||
| 2724 | point |
||
| 2725 | -106.260,-14.192,-55.999 |
||
| 2726 | point |
||
| 2727 | -106.187,-14.192,-54.728 |
||
| 2728 | point |
||
| 2729 | -106.752,-14.192,-52.600 |
||
| 2730 | reverse |
||
| 2731 | // Pedestrian number 173 |
||
| 2732 | 4 // Ref num |
||
| 2733 | 7 // Number of instructions |
||
| 2734 | 3 // Initial instruction |
||
| 2735 | point |
||
| 2736 | -103.944,-14.192,-60.916 |
||
| 2737 | point |
||
| 2738 | -104.016,-14.192,-56.284 |
||
| 2739 | point |
||
| 2740 | -106.283,-14.192,-54.541 |
||
| 2741 | point |
||
| 2742 | -111.269,986.008,-51.328 |
||
| 2743 | point |
||
| 2744 | -117.783,986.008,-50.822 |
||
| 2745 | point |
||
| 2746 | -118.118,-14.915,-47.454 |
||
| 2747 | reverse |
||
| 2748 | // Pedestrian number 174 |
||
| 2749 | 5 // Ref num |
||
| 2750 | 7 // Number of instructions |
||
| 2751 | 2 // Initial instruction |
||
| 2752 | point |
||
| 2753 | -107.963,-14.192,-61.147 |
||
| 2754 | point |
||
| 2755 | -108.268,-14.192,-57.687 |
||
| 2756 | point |
||
| 2757 | -110.706,-14.192,-56.993 |
||
| 2758 | point |
||
| 2759 | -112.261,-14.192,-57.234 |
||
| 2760 | point |
||
| 2761 | -112.503,-14.192,-59.720 |
||
| 2762 | point |
||
| 2763 | -110.686,-14.192,-61.030 |
||
| 2764 | reverse |
||
| 2765 | // Pedestrian number 175 |
||
| 2766 | 9 // Ref num |
||
| 2767 | 6 // Number of instructions |
||
| 2768 | 2 // Initial instruction |
||
| 2769 | point |
||
| 2770 | -119.102,-14.985,-47.327 |
||
| 2771 | point |
||
| 2772 | -121.871,-15.180,-48.866 |
||
| 2773 | point |
||
| 2774 | -124.108,-15.180,-47.700 |
||
| 2775 | point |
||
| 2776 | -126.730,-15.180,-50.991 |
||
| 2777 | point |
||
| 2778 | -130.836,-15.180,-47.016 |
||
| 2779 | reverse |
||
| 2780 | // Pedestrian number 176 |
||
| 2781 | 9 // Ref num |
||
| 2782 | 9 // Number of instructions |
||
| 2783 | 2 // Initial instruction |
||
| 2784 | point |
||
| 2785 | -122.058,-15.180,-47.244 |
||
| 2786 | point |
||
| 2787 | -128.473,-15.180,-50.311 |
||
| 2788 | point |
||
| 2789 | -130.622,-15.180,-48.710 |
||
| 2790 | point |
||
| 2791 | -134.457,-15.180,-49.395 |
||
| 2792 | point |
||
| 2793 | -134.803,-15.180,-43.821 |
||
| 2794 | point |
||
| 2795 | -137.513,-15.180,-39.479 |
||
| 2796 | point |
||
| 2797 | -135.439,-15.180,-36.024 |
||
| 2798 | point |
||
| 2799 | -135.485,-15.180,-34.206 |
||
| 2800 | reverse |
||
| 2801 | // Pedestrian number 177 |
||
| 2802 | 9 // Ref num |
||
| 2803 | 5 // Number of instructions |
||
| 2804 | 2 // Initial instruction |
||
| 2805 | point |
||
| 2806 | -135.859,-15.182,-28.759 |
||
| 2807 | point |
||
| 2808 | -138.305,-15.182,-24.138 |
||
| 2809 | point |
||
| 2810 | -135.298,-15.182,-21.438 |
||
| 2811 | point |
||
| 2812 | -134.347,-12.614,-14.950 |
||
| 2813 | reverse |
||
| 2814 | // Pedestrian number 178 |
||
| 2815 | 9 // Ref num |
||
| 2816 | 10 // Number of instructions |
||
| 2817 | 3 // Initial instruction |
||
| 2818 | point |
||
| 2819 | -138.701,984.686,-30.213 |
||
| 2820 | point |
||
| 2821 | -138.596,985.020,-28.431 |
||
| 2822 | point |
||
| 2823 | -136.488,-15.180,-24.653 |
||
| 2824 | point |
||
| 2825 | -135.997,-15.180,-23.477 |
||
| 2826 | point |
||
| 2827 | -139.281,-15.180,-21.278 |
||
| 2828 | point |
||
| 2829 | -137.490,-12.604,-14.924 |
||
| 2830 | point |
||
| 2831 | -137.443,-11.153,-10.180 |
||
| 2832 | point |
||
| 2833 | -137.412,-9.989,-3.775 |
||
| 2834 | point |
||
| 2835 | -145.839,-8.432,2.105 |
||
| 2836 | reverse |
||
| 2837 | // Pedestrian number 179 |
||
| 2838 | 9 // Ref num |
||
| 2839 | 8 // Number of instructions |
||
| 2840 | 2 // Initial instruction |
||
| 2841 | point |
||
| 2842 | -134.358,-8.432,2.932 |
||
| 2843 | point |
||
| 2844 | -138.316,-8.432,4.484 |
||
| 2845 | point |
||
| 2846 | -141.569,-8.432,5.328 |
||
| 2847 | point |
||
| 2848 | -144.490,-8.432,8.731 |
||
| 2849 | point |
||
| 2850 | -155.257,-8.432,10.333 |
||
| 2851 | point |
||
| 2852 | -162.354,-8.432,1.050 |
||
| 2853 | point |
||
| 2854 | -162.790,-8.432,-2.576 |
||
| 2855 | reverse |
||
| 2856 | // Pedestrian number 180 |
||
| 2857 | 9 // Ref num |
||
| 2858 | 6 // Number of instructions |
||
| 2859 | 3 // Initial instruction |
||
| 2860 | point |
||
| 2861 | -165.800,-8.432,-1.072 |
||
| 2862 | point |
||
| 2863 | -159.479,-8.432,1.540 |
||
| 2864 | point |
||
| 2865 | -155.793,-8.432,7.063 |
||
| 2866 | point |
||
| 2867 | -146.577,-8.432,10.434 |
||
| 2868 | point |
||
| 2869 | -138.519,-8.432,6.283 |
||
| 2870 | reverse |
||
| 2871 | // Pedestrian number 181 |
||
| 2872 | 9 // Ref num |
||
| 2873 | 9 // Number of instructions |
||
| 2874 | 2 // Initial instruction |
||
| 2875 | point |
||
| 2876 | -134.324,-8.432,5.120 |
||
| 2877 | point |
||
| 2878 | -138.594,-8.432,4.019 |
||
| 2879 | point |
||
| 2880 | -140.089,-8.432,8.272 |
||
| 2881 | point |
||
| 2882 | -144.080,-8.432,9.659 |
||
| 2883 | point |
||
| 2884 | -150.800,-8.432,2.572 |
||
| 2885 | point |
||
| 2886 | -154.707,-8.432,2.535 |
||
| 2887 | point |
||
| 2888 | -167.622,-8.432,-0.054 |
||
| 2889 | point |
||
| 2890 | -169.983,-8.432,1.125 |
||
| 2891 | reverse |
||
| 2892 | // Pedestrian number 182 |
||
| 2893 | 9 // Ref num |
||
| 2894 | 7 // Number of instructions |
||
| 2895 | 5 // Initial instruction |
||
| 2896 | point |
||
| 2897 | -169.129,-8.432,0.623 |
||
| 2898 | point |
||
| 2899 | -166.164,-8.432,2.219 |
||
| 2900 | point |
||
| 2901 | -164.554,-8.432,6.644 |
||
| 2902 | point |
||
| 2903 | -160.752,-8.432,7.320 |
||
| 2904 | point |
||
| 2905 | -155.651,-8.432,6.584 |
||
| 2906 | point |
||
| 2907 | -152.885,-8.432,2.615 |
||
| 2908 | reverse |
||
| 2909 | // Pedestrian number 183 |
||
| 2910 | 9 // Ref num |
||
| 2911 | 8 // Number of instructions |
||
| 2912 | 2 // Initial instruction |
||
| 2913 | point |
||
| 2914 | -166.639,-8.432,-0.626 |
||
| 2915 | point |
||
| 2916 | -161.282,-8.432,2.836 |
||
| 2917 | point |
||
| 2918 | -160.706,-8.432,7.574 |
||
| 2919 | point |
||
| 2920 | -158.176,-8.432,8.999 |
||
| 2921 | point |
||
| 2922 | -151.860,-8.432,4.530 |
||
| 2923 | point |
||
| 2924 | -145.991,-8.432,3.069 |
||
| 2925 | point |
||
| 2926 | -134.442,-8.432,10.579 |
||
| 2927 | reverse |
||
| 2928 | // Pedestrian number 184 |
||
| 2929 | 9 // Ref num |
||
| 2930 | 6 // Number of instructions |
||
| 2931 | 2 // Initial instruction |
||
| 2932 | point |
||
| 2933 | -135.173,-8.432,13.857 |
||
| 2934 | point |
||
| 2935 | -137.743,-8.432,16.019 |
||
| 2936 | point |
||
| 2937 | -140.069,-8.432,15.608 |
||
| 2938 | point |
||
| 2939 | -144.544,-8.432,20.741 |
||
| 2940 | point |
||
| 2941 | -143.278,-8.432,22.287 |
||
| 2942 | reverse |
||
| 2943 | // Pedestrian number 185 |
||
| 2944 | 9 // Ref num |
||
| 2945 | 7 // Number of instructions |
||
| 2946 | 2 // Initial instruction |
||
| 2947 | point |
||
| 2948 | -143.106,-8.432,21.751 |
||
| 2949 | point |
||
| 2950 | -146.168,-8.432,23.144 |
||
| 2951 | point |
||
| 2952 | -145.916,-8.432,27.192 |
||
| 2953 | point |
||
| 2954 | -148.900,-8.432,32.692 |
||
| 2955 | point |
||
| 2956 | -152.959,-8.432,39.892 |
||
| 2957 | point |
||
| 2958 | -156.723,-8.432,47.456 |
||
| 2959 | reverse |
||
| 2960 | // Pedestrian number 186 |
||
| 2961 | 9 // Ref num |
||
| 2962 | 7 // Number of instructions |
||
| 2963 | 2 // Initial instruction |
||
| 2964 | point |
||
| 2965 | -143.204,-8.432,23.292 |
||
| 2966 | point |
||
| 2967 | -149.606,-8.432,29.819 |
||
| 2968 | point |
||
| 2969 | -149.665,-8.432,33.503 |
||
| 2970 | point |
||
| 2971 | -153.402,-8.432,35.154 |
||
| 2972 | point |
||
| 2973 | -154.013,-8.432,40.547 |
||
| 2974 | point |
||
| 2975 | -156.335,-8.432,40.522 |
||
| 2976 | reverse |
||
| 2977 | // Pedestrian number 187 |
||
| 2978 | 9 // Ref num |
||
| 2979 | 7 // Number of instructions |
||
| 2980 | 2 // Initial instruction |
||
| 2981 | point |
||
| 2982 | -157.192,-8.432,48.408 |
||
| 2983 | point |
||
| 2984 | -159.720,-8.432,51.222 |
||
| 2985 | point |
||
| 2986 | -158.043,-8.432,54.045 |
||
| 2987 | point |
||
| 2988 | -156.257,-8.432,62.267 |
||
| 2989 | point |
||
| 2990 | -158.396,-8.432,66.507 |
||
| 2991 | point |
||
| 2992 | -154.464,-8.432,71.276 |
||
| 2993 | reverse |
||
| 2994 | // Pedestrian number 188 |
||
| 2995 | 9 // Ref num |
||
| 2996 | 8 // Number of instructions |
||
| 2997 | 4 // Initial instruction |
||
| 2998 | point |
||
| 2999 | -155.669,-8.432,91.352 |
||
| 3000 | point |
||
| 3001 | -152.168,-8.432,89.747 |
||
| 3002 | point |
||
| 3003 | -152.994,-8.432,87.014 |
||
| 3004 | point |
||
| 3005 | -152.591,-8.432,84.516 |
||
| 3006 | point |
||
| 3007 | -155.701,-8.432,81.661 |
||
| 3008 | point |
||
| 3009 | -156.400,-8.432,75.782 |
||
| 3010 | point |
||
| 3011 | -154.234,-8.432,72.230 |
||
| 3012 | reverse |
||
| 3013 | // Pedestrian number 189 |
||
| 3014 | 9 // Ref num |
||
| 3015 | 9 // Number of instructions |
||
| 3016 | 4 // Initial instruction |
||
| 3017 | point |
||
| 3018 | -157.251,-8.432,71.705 |
||
| 3019 | point |
||
| 3020 | -154.664,-8.432,71.967 |
||
| 3021 | point |
||
| 3022 | -153.471,-8.432,75.413 |
||
| 3023 | point |
||
| 3024 | -153.230,-8.432,79.849 |
||
| 3025 | point |
||
| 3026 | -155.649,-8.432,83.223 |
||
| 3027 | point |
||
| 3028 | -152.245,-8.432,87.517 |
||
| 3029 | point |
||
| 3030 | -152.347,-8.432,91.001 |
||
| 3031 | point |
||
| 3032 | -152.652,-8.432,92.266 |
||
| 3033 | reverse |
||
| 3034 | // Pedestrian number 190 |
||
| 3035 | 9 // Ref num |
||
| 3036 | 5 // Number of instructions |
||
| 3037 | 2 // Initial instruction |
||
| 3038 | point |
||
| 3039 | -155.218,-8.432,88.268 |
||
| 3040 | point |
||
| 3041 | -152.733,-8.432,83.903 |
||
| 3042 | point |
||
| 3043 | -152.965,-8.432,79.151 |
||
| 3044 | point |
||
| 3045 | -156.272,-8.432,77.248 |
||
| 3046 | reverse |
||
| 3047 | // Pedestrian number 191 |
||
| 3048 | 9 // Ref num |
||
| 3049 | 4 // Number of instructions |
||
| 3050 | 2 // Initial instruction |
||
| 3051 | point |
||
| 3052 | -154.194,-8.432,71.283 |
||
| 3053 | point |
||
| 3054 | -158.092,-8.432,62.768 |
||
| 3055 | point |
||
| 3056 | -156.588,-8.432,60.324 |
||
| 3057 | reverse |
||
| 3058 | // Pedestrian number 192 |
||
| 3059 | 9 // Ref num |
||
| 3060 | 10 // Number of instructions |
||
| 3061 | 2 // Initial instruction |
||
| 3062 | point |
||
| 3063 | -161.827,-8.432,51.998 |
||
| 3064 | point |
||
| 3065 | -158.403,-8.432,52.926 |
||
| 3066 | point |
||
| 3067 | -158.209,-8.432,53.435 |
||
| 3068 | point |
||
| 3069 | -160.125,-8.432,59.309 |
||
| 3070 | point |
||
| 3071 | -155.612,-8.432,64.734 |
||
| 3072 | point |
||
| 3073 | -153.949,-8.432,72.121 |
||
| 3074 | point |
||
| 3075 | -152.779,-8.432,79.937 |
||
| 3076 | point |
||
| 3077 | -148.660,-8.704,84.560 |
||
| 3078 | point |
||
| 3079 | -114.168,-11.321,70.799 |
||
| 3080 | reverse |
||
| 3081 | // Pedestrian number 193 |
||
| 3082 | 9 // Ref num |
||
| 3083 | 4 // Number of instructions |
||
| 3084 | 2 // Initial instruction |
||
| 3085 | point |
||
| 3086 | -115.400,-11.321,65.445 |
||
| 3087 | point |
||
| 3088 | -110.411,-11.321,66.576 |
||
| 3089 | point |
||
| 3090 | -105.277,-11.321,65.066 |
||
| 3091 | reverse |
||
| 3092 | // Pedestrian number 194 |
||
| 3093 | 9 // Ref num |
||
| 3094 | 7 // Number of instructions |
||
| 3095 | 2 // Initial instruction |
||
| 3096 | point |
||
| 3097 | -104.075,-11.321,69.979 |
||
| 3098 | point |
||
| 3099 | -108.416,-11.321,67.214 |
||
| 3100 | point |
||
| 3101 | -111.159,-11.321,65.596 |
||
| 3102 | point |
||
| 3103 | -114.759,-11.321,65.423 |
||
| 3104 | point |
||
| 3105 | -113.971,-11.321,71.026 |
||
| 3106 | point |
||
| 3107 | -109.372,-11.321,73.728 |
||
| 3108 | reverse |
||
| 3109 | // Pedestrian number 195 |
||
| 3110 | 9 // Ref num |
||
| 3111 | 5 // Number of instructions |
||
| 3112 | 2 // Initial instruction |
||
| 3113 | point |
||
| 3114 | -109.195,-11.321,73.739 |
||
| 3115 | point |
||
| 3116 | -108.460,-11.321,70.895 |
||
| 3117 | point |
||
| 3118 | -104.757,-11.321,67.196 |
||
| 3119 | point |
||
| 3120 | -105.440,-11.321,64.476 |
||
| 3121 | reverse |
||
| 3122 | // Pedestrian number 196 |
||
| 3123 | 9 // Ref num |
||
| 3124 | 6 // Number of instructions |
||
| 3125 | 3 // Initial instruction |
||
| 3126 | point |
||
| 3127 | -97.432,-15.280,48.647 |
||
| 3128 | point |
||
| 3129 | -98.697,-15.322,45.976 |
||
| 3130 | point |
||
| 3131 | -94.846,-15.444,39.149 |
||
| 3132 | point |
||
| 3133 | -90.611,984.684,35.401 |
||
| 3134 | point |
||
| 3135 | -87.873,984.692,36.197 |
||
| 3136 | reverse |
||
| 3137 | // Pedestrian number 197 |
||
| 3138 | 9 // Ref num |
||
| 3139 | 5 // Number of instructions |
||
| 3140 | 3 // Initial instruction |
||
| 3141 | point |
||
| 3142 | -89.895,984.747,39.208 |
||
| 3143 | point |
||
| 3144 | -91.884,984.690,35.589 |
||
| 3145 | point |
||
| 3146 | -89.981,-15.581,31.561 |
||
| 3147 | point |
||
| 3148 | -84.233,984.252,27.845 |
||
| 3149 | reverse |
||
| 3150 | // Pedestrian number 198 |
||
| 3151 | 9 // Ref num |
||
| 3152 | 6 // Number of instructions |
||
| 3153 | 3 // Initial instruction |
||
| 3154 | point |
||
| 3155 | -93.509,984.642,32.797 |
||
| 3156 | point |
||
| 3157 | -91.053,984.642,32.377 |
||
| 3158 | point |
||
| 3159 | -80.157,-15.558,33.425 |
||
| 3160 | point |
||
| 3161 | -70.816,984.642,34.654 |
||
| 3162 | point |
||
| 3163 | -67.531,984.642,35.273 |
||
| 3164 | reverse |
||
| 3165 | // Pedestrian number 199 |
||
| 3166 | 9 // Ref num |
||
| 3167 | 4 // Number of instructions |
||
| 3168 | 2 // Initial instruction |
||
| 3169 | point |
||
| 3170 | -65.411,984.642,38.961 |
||
| 3171 | point |
||
| 3172 | -64.864,984.642,41.985 |
||
| 3173 | point |
||
| 3174 | -63.860,984.642,52.338 |
||
| 3175 | reverse |
||
| 3176 | // Pedestrian number 200 |
||
| 3177 | 9 // Ref num |
||
| 3178 | 4 // Number of instructions |
||
| 3179 | 2 // Initial instruction |
||
| 3180 | point |
||
| 3181 | -64.585,984.642,53.084 |
||
| 3182 | point |
||
| 3183 | -66.973,984.642,55.064 |
||
| 3184 | point |
||
| 3185 | -72.829,984.642,65.771 |
||
| 3186 | reverse |
||
| 3187 | // Pedestrian number 201 |
||
| 3188 | 9 // Ref num |
||
| 3189 | 7 // Number of instructions |
||
| 3190 | 2 // Initial instruction |
||
| 3191 | point |
||
| 3192 | -73.686,984.642,65.570 |
||
| 3193 | point |
||
| 3194 | -76.680,984.642,63.497 |
||
| 3195 | point |
||
| 3196 | -80.311,984.642,61.091 |
||
| 3197 | point |
||
| 3198 | -86.280,984.642,60.567 |
||
| 3199 | point |
||
| 3200 | -95.117,984.642,47.667 |
||
| 3201 | point |
||
| 3202 | -98.114,984.642,50.307 |
||
| 3203 | reverse |
||
| 3204 | // Pedestrian number 202 |
||
| 3205 | 9 // Ref num |
||
| 3206 | 4 // Number of instructions |
||
| 3207 | 2 // Initial instruction |
||
| 3208 | point |
||
| 3209 | -70.055,984.642,45.650 |
||
| 3210 | point |
||
| 3211 | -65.419,984.642,41.959 |
||
| 3212 | point |
||
| 3213 | -61.625,984.642,43.289 |
||
| 3214 | reverse |
||
| 3215 | // Pedestrian number 203 |
||
| 3216 | 9 // Ref num |
||
| 3217 | 5 // Number of instructions |
||
| 3218 | 2 // Initial instruction |
||
| 3219 | point |
||
| 3220 | -61.399,984.642,43.973 |
||
| 3221 | point |
||
| 3222 | -62.130,984.642,45.811 |
||
| 3223 | point |
||
| 3224 | -68.907,984.642,50.345 |
||
| 3225 | point |
||
| 3226 | -71.219,984.642,49.649 |
||
| 3227 | reverse |
||
| 3228 | // Pedestrian number 204 |
||
| 3229 | 9 // Ref num |
||
| 3230 | 4 // Number of instructions |
||
| 3231 | 3 // Initial instruction |
||
| 3232 | point |
||
| 3233 | -75.328,984.642,57.037 |
||
| 3234 | point |
||
| 3235 | -71.079,984.642,59.092 |
||
| 3236 | point |
||
| 3237 | -68.388,984.642,61.568 |
||
| 3238 | reverse |
||
| 3239 | // Pedestrian number 205 |
||
| 3240 | 9 // Ref num |
||
| 3241 | 6 // Number of instructions |
||
| 3242 | 2 // Initial instruction |
||
| 3243 | point |
||
| 3244 | -87.483,984.642,56.437 |
||
| 3245 | point |
||
| 3246 | -91.136,984.642,56.335 |
||
| 3247 | point |
||
| 3248 | -94.109,-15.558,53.542 |
||
| 3249 | point |
||
| 3250 | -96.504,984.642,52.590 |
||
| 3251 | point |
||
| 3252 | -99.996,984.642,50.406 |
||
| 3253 | reverse |
||
| 3254 | // Pedestrian number 206 |
||
| 3255 | 9 // Ref num |
||
| 3256 | 4 // Number of instructions |
||
| 3257 | 2 // Initial instruction |
||
| 3258 | point |
||
| 3259 | -100.471,984.880,45.927 |
||
| 3260 | point |
||
| 3261 | -100.573,985.276,49.861 |
||
| 3262 | point |
||
| 3263 | -105.424,-11.359,64.167 |
||
| 3264 | reverse |
||
| 3265 | // Pedestrian number 207 |
||
| 3266 | 9 // Ref num |
||
| 3267 | 5 // Number of instructions |
||
| 3268 | 2 // Initial instruction |
||
| 3269 | point |
||
| 3270 | -90.692,-8.527,89.390 |
||
| 3271 | point |
||
| 3272 | -89.749,-8.527,90.533 |
||
| 3273 | point |
||
| 3274 | -89.497,-8.527,93.242 |
||
| 3275 | point |
||
| 3276 | -87.332,-8.527,95.833 |
||
| 3277 | reverse |
||
| 3278 | // Pedestrian number 208 |
||
| 3279 | 9 // Ref num |
||
| 3280 | 5 // Number of instructions |
||
| 3281 | 2 // Initial instruction |
||
| 3282 | point |
||
| 3283 | -86.987,-8.527,95.898 |
||
| 3284 | point |
||
| 3285 | -86.401,-8.527,93.695 |
||
| 3286 | point |
||
| 3287 | -84.202,-8.527,91.254 |
||
| 3288 | point |
||
| 3289 | -86.452,-8.527,86.104 |
||
| 3290 | reverse |
||
| 3291 | // Pedestrian number 209 |
||
| 3292 | 9 // Ref num |
||
| 3293 | 5 // Number of instructions |
||
| 3294 | 3 // Initial instruction |
||
| 3295 | point |
||
| 3296 | -69.666,991.673,56.807 |
||
| 3297 | point |
||
| 3298 | -80.476,991.673,82.057 |
||
| 3299 | point |
||
| 3300 | -82.522,-8.527,88.739 |
||
| 3301 | point |
||
| 3302 | -83.552,-8.527,96.168 |
||
| 3303 | reverse |
||
| 3304 | // Pedestrian number 210 |
||
| 3305 | 9 // Ref num |
||
| 3306 | 4 // Number of instructions |
||
| 3307 | 2 // Initial instruction |
||
| 3308 | point |
||
| 3309 | -89.251,-8.527,94.386 |
||
| 3310 | point |
||
| 3311 | -87.119,-8.527,92.983 |
||
| 3312 | point |
||
| 3313 | -80.162,-8.527,89.069 |
||
| 3314 | reverse |
||
| 3315 | // Pedestrian number 211 |
||
| 3316 | 9 // Ref num |
||
| 3317 | 4 // Number of instructions |
||
| 3318 | 2 // Initial instruction |
||
| 3319 | point |
||
| 3320 | -79.182,-8.527,92.328 |
||
| 3321 | point |
||
| 3322 | -83.149,-8.527,91.780 |
||
| 3323 | point |
||
| 3324 | -89.946,-8.527,91.832 |
||
| 3325 | reverse |
||
| 3326 | // Pedestrian number 212 |
||
| 3327 | 9 // Ref num |
||
| 3328 | 4 // Number of instructions |
||
| 3329 | 2 // Initial instruction |
||
| 3330 | point |
||
| 3331 | -54.564,-8.806,130.143 |
||
| 3332 | point |
||
| 3333 | -50.273,-8.806,125.442 |
||
| 3334 | point |
||
| 3335 | -46.405,-8.806,121.091 |
||
| 3336 | reverse |
||
| 3337 | // Pedestrian number 213 |
||
| 3338 | 9 // Ref num |
||
| 3339 | 4 // Number of instructions |
||
| 3340 | 2 // Initial instruction |
||
| 3341 | point |
||
| 3342 | -42.358,-8.806,121.140 |
||
| 3343 | point |
||
| 3344 | -46.492,-8.806,122.484 |
||
| 3345 | point |
||
| 3346 | -50.801,-8.806,125.495 |
||
| 3347 | reverse |
||
| 3348 | // Pedestrian number 214 |
||
| 3349 | 9 // Ref num |
||
| 3350 | 4 // Number of instructions |
||
| 3351 | 2 // Initial instruction |
||
| 3352 | point |
||
| 3353 | -51.391,-8.806,125.064 |
||
| 3354 | point |
||
| 3355 | -46.542,-8.806,122.149 |
||
| 3356 | point |
||
| 3357 | -46.188,-8.806,121.134 |
||
| 3358 | reverse |
||
| 3359 | // Pedestrian number 215 |
||
| 3360 | 9 // Ref num |
||
| 3361 | 5 // Number of instructions |
||
| 3362 | 3 // Initial instruction |
||
| 3363 | point |
||
| 3364 | -51.798,-8.806,131.690 |
||
| 3365 | point |
||
| 3366 | -50.857,-8.806,129.565 |
||
| 3367 | point |
||
| 3368 | -46.673,-8.806,123.163 |
||
| 3369 | point |
||
| 3370 | -44.919,-8.806,119.374 |
||
| 3371 | reverse |
||
| 3372 | // Pedestrian number 216 |
||
| 3373 | 9 // Ref num |
||
| 3374 | 6 // Number of instructions |
||
| 3375 | 2 // Initial instruction |
||
| 3376 | point |
||
| 3377 | -53.853,-8.806,130.655 |
||
| 3378 | point |
||
| 3379 | -45.619,-8.806,122.727 |
||
| 3380 | point |
||
| 3381 | -41.597,-8.806,116.369 |
||
| 3382 | point |
||
| 3383 | -31.642,-8.806,112.670 |
||
| 3384 | point |
||
| 3385 | -23.289,-8.806,102.094 |
||
| 3386 | reverse |
||
| 3387 | // Pedestrian number 217 |
||
| 3388 | 9 // Ref num |
||
| 3389 | 8 // Number of instructions |
||
| 3390 | 6 // Initial instruction |
||
| 3391 | point |
||
| 3392 | -23.630,-8.806,101.963 |
||
| 3393 | point |
||
| 3394 | -23.500,-8.806,106.660 |
||
| 3395 | point |
||
| 3396 | -33.226,-8.806,110.127 |
||
| 3397 | point |
||
| 3398 | -41.184,-8.806,116.110 |
||
| 3399 | point |
||
| 3400 | -41.601,-8.806,119.842 |
||
| 3401 | point |
||
| 3402 | -46.920,-8.806,122.130 |
||
| 3403 | point |
||
| 3404 | -53.037,-8.806,123.675 |
||
| 3405 | reverse |
||
| 3406 | // Pedestrian number 218 |
||
| 3407 | 9 // Ref num |
||
| 3408 | 12 // Number of instructions |
||
| 3409 | 2 // Initial instruction |
||
| 3410 | point |
||
| 3411 | -47.570,-8.806,126.324 |
||
| 3412 | point |
||
| 3413 | -44.262,-8.806,122.439 |
||
| 3414 | point |
||
| 3415 | -43.720,-8.806,118.217 |
||
| 3416 | point |
||
| 3417 | -36.944,-8.806,116.683 |
||
| 3418 | point |
||
| 3419 | -34.032,-8.806,111.357 |
||
| 3420 | point |
||
| 3421 | -28.829,-8.806,107.015 |
||
| 3422 | point |
||
| 3423 | -21.896,-8.806,105.183 |
||
| 3424 | point |
||
| 3425 | -22.329,-8.806,96.122 |
||
| 3426 | point |
||
| 3427 | -20.086,-8.806,87.337 |
||
| 3428 | point |
||
| 3429 | -17.595,-8.806,74.009 |
||
| 3430 | point |
||
| 3431 | -15.498,-8.806,69.855 |
||
| 3432 | reverse |
||
| 3433 | // Pedestrian number 219 |
||
| 3434 | 9 // Ref num |
||
| 3435 | 17 // Number of instructions |
||
| 3436 | 13 // Initial instruction |
||
| 3437 | point |
||
| 3438 | -16.795,-8.806,70.548 |
||
| 3439 | point |
||
| 3440 | -14.783,-8.806,73.580 |
||
| 3441 | point |
||
| 3442 | -17.016,-8.806,87.351 |
||
| 3443 | point |
||
| 3444 | -21.485,-8.806,94.381 |
||
| 3445 | point |
||
| 3446 | -20.152,-8.806,99.049 |
||
| 3447 | point |
||
| 3448 | -23.025,-8.806,101.868 |
||
| 3449 | point |
||
| 3450 | -23.668,-8.806,104.460 |
||
| 3451 | point |
||
| 3452 | -27.222,-8.806,106.031 |
||
| 3453 | point |
||
| 3454 | -29.685,-8.806,111.002 |
||
| 3455 | point |
||
| 3456 | -33.321,-8.806,112.544 |
||
| 3457 | point |
||
| 3458 | -37.785,-8.806,116.244 |
||
| 3459 | point |
||
| 3460 | -42.254,-8.806,116.898 |
||
| 3461 | point |
||
| 3462 | -44.565,-8.806,120.136 |
||
| 3463 | point |
||
| 3464 | -45.186,-8.806,124.097 |
||
| 3465 | point |
||
| 3466 | -52.344,-8.806,128.723 |
||
| 3467 | point |
||
| 3468 | -52.426,-8.806,131.299 |
||
| 3469 | reverse |
||
| 3470 | // Pedestrian number 220 |
||
| 3471 | 9 // Ref num |
||
| 3472 | 6 // Number of instructions |
||
| 3473 | 2 // Initial instruction |
||
| 3474 | point |
||
| 3475 | -17.152,-8.806,71.123 |
||
| 3476 | point |
||
| 3477 | -16.015,-8.806,70.600 |
||
| 3478 | point |
||
| 3479 | -14.667,-8.806,69.687 |
||
| 3480 | point |
||
| 3481 | -14.610,-8.806,62.637 |
||
| 3482 | point |
||
| 3483 | -16.042,-8.806,61.870 |
||
| 3484 | reverse |
||
| 3485 | // Pedestrian number 221 |
||
| 3486 | 9 // Ref num |
||
| 3487 | 6 // Number of instructions |
||
| 3488 | 3 // Initial instruction |
||
| 3489 | point |
||
| 3490 | -137.398,-8.432,17.139 |
||
| 3491 | point |
||
| 3492 | -133.436,-8.432,20.431 |
||
| 3493 | point |
||
| 3494 | -128.670,-8.432,30.715 |
||
| 3495 | point |
||
| 3496 | -125.416,991.756,32.744 |
||
| 3497 | point |
||
| 3498 | -92.107,991.398,46.834 |
||
| 3499 | reverse |
||
| 3500 | // Pedestrian number 222 |
||
| 3501 | 9 // Ref num |
||
| 3502 | 9 // Number of instructions |
||
| 3503 | 2 // Initial instruction |
||
| 3504 | point |
||
| 3505 | -142.251,-8.432,21.635 |
||
| 3506 | point |
||
| 3507 | -141.266,-8.432,21.768 |
||
| 3508 | point |
||
| 3509 | -133.129,-8.432,28.548 |
||
| 3510 | point |
||
| 3511 | -127.505,-8.432,25.618 |
||
| 3512 | point |
||
| 3513 | -124.753,-8.432,27.112 |
||
| 3514 | point |
||
| 3515 | -121.081,-8.489,34.114 |
||
| 3516 | point |
||
| 3517 | -91.256,-8.803,44.429 |
||
| 3518 | point |
||
| 3519 | -85.941,-8.804,48.701 |
||
| 3520 | reverse |
||
| 3521 | // Pedestrian number 223 |
||
| 3522 | 9 // Ref num |
||
| 3523 | 6 // Number of instructions |
||
| 3524 | 2 // Initial instruction |
||
| 3525 | point |
||
| 3526 | -81.706,-8.804,37.021 |
||
| 3527 | point |
||
| 3528 | -83.393,-8.804,42.120 |
||
| 3529 | point |
||
| 3530 | -84.503,-8.804,45.768 |
||
| 3531 | point |
||
| 3532 | -83.078,-8.804,50.034 |
||
| 3533 | point |
||
| 3534 | -83.404,-8.804,50.692 |
||
| 3535 | reverse |
||
| 3536 | // Pedestrian number 224 |
||
| 3537 | 9 // Ref num |
||
| 3538 | 5 // Number of instructions |
||
| 3539 | 2 // Initial instruction |
||
| 3540 | point |
||
| 3541 | -81.686,-8.804,56.706 |
||
| 3542 | point |
||
| 3543 | -82.117,-8.804,50.691 |
||
| 3544 | point |
||
| 3545 | -80.941,-8.804,46.110 |
||
| 3546 | point |
||
| 3547 | -81.943,-8.804,43.217 |
||
| 3548 | reverse |
||
| 3549 | // Pedestrian number 225 |
||
| 3550 | 9 // Ref num |
||
| 3551 | 6 // Number of instructions |
||
| 3552 | 2 // Initial instruction |
||
| 3553 | point |
||
| 3554 | -72.369,-8.804,41.679 |
||
| 3555 | point |
||
| 3556 | -76.578,-8.804,45.150 |
||
| 3557 | point |
||
| 3558 | -78.013,-8.804,48.546 |
||
| 3559 | point |
||
| 3560 | -81.011,-8.804,50.396 |
||
| 3561 | point |
||
| 3562 | -80.436,-8.804,56.640 |
||
| 3563 | reverse |
||
| 3564 | // Pedestrian number 226 |
||
| 3565 | 9 // Ref num |
||
| 3566 | 6 // Number of instructions |
||
| 3567 | 3 // Initial instruction |
||
| 3568 | point |
||
| 3569 | -78.797,-8.804,56.855 |
||
| 3570 | point |
||
| 3571 | -73.669,-8.804,55.719 |
||
| 3572 | point |
||
| 3573 | -72.633,-8.804,53.721 |
||
| 3574 | point |
||
| 3575 | -70.624,-8.804,50.128 |
||
| 3576 | point |
||
| 3577 | -71.549,-8.804,42.600 |
||
| 3578 | reverse |
||
| 3579 | // Pedestrian number 227 |
||
| 3580 | 9 // Ref num |
||
| 3581 | 5 // Number of instructions |
||
| 3582 | 3 // Initial instruction |
||
| 3583 | point |
||
| 3584 | -74.284,991.396,38.400 |
||
| 3585 | point |
||
| 3586 | -74.622,991.396,39.151 |
||
| 3587 | point |
||
| 3588 | -77.541,-8.804,43.737 |
||
| 3589 | point |
||
| 3590 | -84.081,-8.804,49.257 |
||
| 3591 | reverse |
||
| 3592 | // Pedestrian number 228 |
||
| 3593 | 9 // Ref num |
||
| 3594 | 6 // Number of instructions |
||
| 3595 | 3 // Initial instruction |
||
| 3596 | point |
||
| 3597 | -79.204,991.396,36.496 |
||
| 3598 | point |
||
| 3599 | -78.970,991.396,37.367 |
||
| 3600 | point |
||
| 3601 | -78.491,-8.804,45.775 |
||
| 3602 | point |
||
| 3603 | -76.317,991.396,57.389 |
||
| 3604 | point |
||
| 3605 | -75.571,991.396,58.669 |
||
| 3606 | reverse |
||
| 3607 | // Pedestrian number 229 |
||
| 3608 | 9 // Ref num |
||
| 3609 | 6 // Number of instructions |
||
| 3610 | 2 // Initial instruction |
||
| 3611 | point |
||
| 3612 | -74.620,-8.804,57.935 |
||
| 3613 | point |
||
| 3614 | -77.716,-8.804,52.079 |
||
| 3615 | point |
||
| 3616 | -84.277,-8.804,48.102 |
||
| 3617 | point |
||
| 3618 | -86.104,991.396,40.932 |
||
| 3619 | point |
||
| 3620 | -88.935,991.396,38.311 |
||
| 3621 | reverse |
||
| 3622 | // Pedestrian number 230 |
||
| 3623 | 9 // Ref num |
||
| 3624 | 7 // Number of instructions |
||
| 3625 | 3 // Initial instruction |
||
| 3626 | point |
||
| 3627 | -86.434,991.396,36.122 |
||
| 3628 | point |
||
| 3629 | -86.252,991.396,37.454 |
||
| 3630 | point |
||
| 3631 | -86.483,-8.804,41.352 |
||
| 3632 | point |
||
| 3633 | -86.898,-8.804,47.514 |
||
| 3634 | point |
||
| 3635 | -90.001,991.396,50.897 |
||
| 3636 | point |
||
| 3637 | -91.551,991.396,52.728 |
||
| 3638 | reverse |
||
| 3639 | // Pedestrian number 231 |
||
| 3640 | 9 // Ref num |
||
| 3641 | 8 // Number of instructions |
||
| 3642 | 5 // Initial instruction |
||
| 3643 | point |
||
| 3644 | -87.162,-8.804,55.819 |
||
| 3645 | point |
||
| 3646 | -85.705,-8.804,51.654 |
||
| 3647 | point |
||
| 3648 | -86.345,-8.804,49.391 |
||
| 3649 | point |
||
| 3650 | -85.721,-8.804,47.563 |
||
| 3651 | point |
||
| 3652 | -81.943,-8.804,44.766 |
||
| 3653 | point |
||
| 3654 | -79.390,-8.804,42.343 |
||
| 3655 | point |
||
| 3656 | -76.002,-8.804,37.569 |
||
| 3657 | reverse |
||
| 3658 | // Pedestrian number 232 |
||
| 3659 | 9 // Ref num |
||
| 3660 | 6 // Number of instructions |
||
| 3661 | 3 // Initial instruction |
||
| 3662 | point |
||
| 3663 | -68.046,991.396,46.108 |
||
| 3664 | point |
||
| 3665 | -68.801,991.396,46.219 |
||
| 3666 | point |
||
| 3667 | -72.321,-8.804,47.778 |
||
| 3668 | point |
||
| 3669 | -78.622,-8.804,51.076 |
||
| 3670 | point |
||
| 3671 | -83.301,-8.804,50.280 |
||
| 3672 | reverse |
||
| 3673 | // Pedestrian number 233 |
||
| 3674 | 9 // Ref num |
||
| 3675 | 4 // Number of instructions |
||
| 3676 | 2 // Initial instruction |
||
| 3677 | point |
||
| 3678 | -84.793,-8.804,49.988 |
||
| 3679 | point |
||
| 3680 | -82.704,-8.804,51.973 |
||
| 3681 | point |
||
| 3682 | -77.002,991.396,60.379 |
||
| 3683 | reverse |
||
| 3684 | // Pedestrian number 234 |
||
| 3685 | 9 // Ref num |
||
| 3686 | 11 // Number of instructions |
||
| 3687 | 4 // Initial instruction |
||
| 3688 | point |
||
| 3689 | -75.211,991.396,58.383 |
||
| 3690 | point |
||
| 3691 | -72.736,991.396,53.766 |
||
| 3692 | point |
||
| 3693 | -62.095,-8.805,57.594 |
||
| 3694 | point |
||
| 3695 | -59.647,-8.805,56.869 |
||
| 3696 | point |
||
| 3697 | -51.214,-8.805,56.747 |
||
| 3698 | point |
||
| 3699 | -41.125,-8.805,60.100 |
||
| 3700 | point |
||
| 3701 | -36.003,-8.806,67.475 |
||
| 3702 | point |
||
| 3703 | -29.100,-8.806,68.787 |
||
| 3704 | point |
||
| 3705 | -17.712,-8.806,69.256 |
||
| 3706 | point |
||
| 3707 | -16.829,-8.806,69.851 |
||
| 3708 | reverse |
||
| 3709 | // Pedestrian number 235 |
||
| 3710 | 9 // Ref num |
||
| 3711 | 4 // Number of instructions |
||
| 3712 | 2 // Initial instruction |
||
| 3713 | point |
||
| 3714 | -17.684,-8.806,61.375 |
||
| 3715 | point |
||
| 3716 | -16.759,-8.806,59.720 |
||
| 3717 | point |
||
| 3718 | -13.951,-8.806,57.900 |
||
| 3719 | reverse |
||
| 3720 | // Pedestrian number 236 |
||
| 3721 | 9 // Ref num |
||
| 3722 | 4 // Number of instructions |
||
| 3723 | 2 // Initial instruction |
||
| 3724 | point |
||
| 3725 | -16.319,-8.806,61.716 |
||
| 3726 | point |
||
| 3727 | -15.731,-8.806,59.432 |
||
| 3728 | point |
||
| 3729 | -16.815,-8.806,56.947 |
||
| 3730 | reverse |
||
| 3731 | // Pedestrian number 237 |
||
| 3732 | 9 // Ref num |
||
| 3733 | 15 // Number of instructions |
||
| 3734 | 11 // Initial instruction |
||
| 3735 | point |
||
| 3736 | -16.770,-8.806,62.114 |
||
| 3737 | point |
||
| 3738 | -18.214,-8.806,63.099 |
||
| 3739 | point |
||
| 3740 | -23.502,-8.806,62.803 |
||
| 3741 | point |
||
| 3742 | -28.782,-8.806,63.213 |
||
| 3743 | point |
||
| 3744 | -34.178,-8.806,62.301 |
||
| 3745 | point |
||
| 3746 | -38.915,-8.806,60.734 |
||
| 3747 | point |
||
| 3748 | -43.126,-8.806,64.772 |
||
| 3749 | point |
||
| 3750 | -51.663,-8.806,61.827 |
||
| 3751 | point |
||
| 3752 | -56.666,-8.806,54.901 |
||
| 3753 | point |
||
| 3754 | -57.683,-8.806,54.493 |
||
| 3755 | point |
||
| 3756 | -59.298,-8.806,56.076 |
||
| 3757 | point |
||
| 3758 | -63.857,-8.806,55.839 |
||
| 3759 | point |
||
| 3760 | -66.733,991.394,51.674 |
||
| 3761 | point |
||
| 3762 | -67.379,991.394,50.185 |
||
| 3763 | reverse |
||
| 3764 | // Pedestrian number 238 |
||
| 3765 | 13 // Ref num |
||
| 3766 | 5 // Number of instructions |
||
| 3767 | 2 // Initial instruction |
||
| 3768 | point |
||
| 3769 | -15.395,-8.806,69.434 |
||
| 3770 | point |
||
| 3771 | -2.993,991.394,68.349 |
||
| 3772 | point |
||
| 3773 | -0.463,991.646,62.900 |
||
| 3774 | point |
||
| 3775 | 9.579,993.555,56.607 |
||
| 3776 | reverse |
||
| 3777 | // Pedestrian number 239 |
||
| 3778 | 13 // Ref num |
||
| 3779 | 7 // Number of instructions |
||
| 3780 | 3 // Initial instruction |
||
| 3781 | point |
||
| 3782 | -15.254,-8.806,62.693 |
||
| 3783 | point |
||
| 3784 | -13.949,-8.806,63.727 |
||
| 3785 | point |
||
| 3786 | -3.023,991.394,63.263 |
||
| 3787 | point |
||
| 3788 | -0.221,992.076,59.977 |
||
| 3789 | point |
||
| 3790 | -2.591,-6.421,47.109 |
||
| 3791 | point |
||
| 3792 | -2.433,-6.396,41.089 |
||
| 3793 | reverse |
||
| 3794 | // Pedestrian number 240 |
||
| 3795 | 3 // Ref num |
||
| 3796 | 6 // Number of instructions |
||
| 3797 | 2 // Initial instruction |
||
| 3798 | point |
||
| 3799 | 9.835,-7.534,65.569 |
||
| 3800 | point |
||
| 3801 | 4.254,-8.086,65.899 |
||
| 3802 | point |
||
| 3803 | 0.964,-8.412,68.783 |
||
| 3804 | point |
||
| 3805 | -2.878,-8.792,68.577 |
||
| 3806 | point |
||
| 3807 | -3.607,-8.806,69.247 |
||
| 3808 | reverse |
||
| 3809 | // Pedestrian number 241 |
||
| 3810 | 4 // Ref num |
||
| 3811 | 9 // Number of instructions |
||
| 3812 | 4 // Initial instruction |
||
| 3813 | point |
||
| 3814 | -2.933,-8.799,62.740 |
||
| 3815 | point |
||
| 3816 | 0.690,-8.439,68.371 |
||
| 3817 | point |
||
| 3818 | 2.438,-8.266,68.730 |
||
| 3819 | point |
||
| 3820 | 4.259,-8.086,66.266 |
||
| 3821 | point |
||
| 3822 | 8.601,-7.656,63.048 |
||
| 3823 | point |
||
| 3824 | 9.757,-7.541,62.818 |
||
| 3825 | point |
||
| 3826 | 15.091,992.670,62.893 |
||
| 3827 | point |
||
| 3828 | 19.646,992.670,64.049 |
||
| 3829 | reverse |
||
| 3830 | // Pedestrian number 242 |
||
| 3831 | 5 // Ref num |
||
| 3832 | 7 // Number of instructions |
||
| 3833 | 3 // Initial instruction |
||
| 3834 | point |
||
| 3835 | -6.823,-8.806,62.742 |
||
| 3836 | point |
||
| 3837 | -3.020,-8.806,65.591 |
||
| 3838 | point |
||
| 3839 | 4.435,-8.069,64.726 |
||
| 3840 | point |
||
| 3841 | 9.849,-7.533,69.270 |
||
| 3842 | point |
||
| 3843 | 14.556,992.670,69.026 |
||
| 3844 | point |
||
| 3845 | 28.071,991.806,69.414 |
||
| 3846 | reverse |
||
| 3847 | // Pedestrian number 243 |
||
| 3848 | 10 // Ref num |
||
| 3849 | 7 // Number of instructions |
||
| 3850 | 3 // Initial instruction |
||
| 3851 | point |
||
| 3852 | -2.536,-8.758,69.235 |
||
| 3853 | point |
||
| 3854 | 3.405,-8.170,69.245 |
||
| 3855 | point |
||
| 3856 | 3.668,-8.144,67.899 |
||
| 3857 | point |
||
| 3858 | 5.218,-7.990,67.214 |
||
| 3859 | point |
||
| 3860 | 7.625,-7.752,68.378 |
||
| 3861 | point |
||
| 3862 | 9.771,-7.540,66.323 |
||
| 3863 | reverse |
||
| 3864 | // Pedestrian number 244 |
||
| 3865 | 14 // Ref num |
||
| 3866 | 11 // Number of instructions |
||
| 3867 | 4 // Initial instruction |
||
| 3868 | point |
||
| 3869 | -11.812,-8.809,62.878 |
||
| 3870 | point |
||
| 3871 | -9.311,-8.809,62.815 |
||
| 3872 | point |
||
| 3873 | -4.858,-8.809,66.904 |
||
| 3874 | point |
||
| 3875 | -2.971,-8.809,65.962 |
||
| 3876 | point |
||
| 3877 | -0.819,-8.589,68.105 |
||
| 3878 | point |
||
| 3879 | 2.041,-8.306,63.068 |
||
| 3880 | point |
||
| 3881 | 5.781,-7.935,63.122 |
||
| 3882 | point |
||
| 3883 | 9.866,-7.530,67.317 |
||
| 3884 | point |
||
| 3885 | 10.661,-7.530,67.243 |
||
| 3886 | point |
||
| 3887 | 10.827,-7.530,66.249 |
||
| 3888 | reverse |
||
| 3889 | // Pedestrian number 245 |
||
| 3890 | 13 // Ref num |
||
| 3891 | 7 // Number of instructions |
||
| 3892 | 2 // Initial instruction |
||
| 3893 | point |
||
| 3894 | 28.032,-7.530,81.255 |
||
| 3895 | point |
||
| 3896 | 26.084,-7.530,81.560 |
||
| 3897 | point |
||
| 3898 | 24.766,-7.530,82.915 |
||
| 3899 | point |
||
| 3900 | 22.311,-7.530,83.149 |
||
| 3901 | point |
||
| 3902 | 20.151,992.670,81.457 |
||
| 3903 | point |
||
| 3904 | 19.627,992.670,71.368 |
||
| 3905 | reverse |
||
| 3906 | // Pedestrian number 246 |
||
| 3907 | 13 // Ref num |
||
| 3908 | 7 // Number of instructions |
||
| 3909 | 5 // Initial instruction |
||
| 3910 | point |
||
| 3911 | 27.550,992.526,78.709 |
||
| 3912 | point |
||
| 3913 | 27.699,-7.530,80.571 |
||
| 3914 | point |
||
| 3915 | 27.421,-7.530,81.630 |
||
| 3916 | point |
||
| 3917 | 23.269,-7.530,82.278 |
||
| 3918 | point |
||
| 3919 | 21.427,-7.530,81.897 |
||
| 3920 | point |
||
| 3921 | 19.230,-7.530,80.812 |
||
| 3922 | reverse |
||
| 3923 | // Pedestrian number 247 |
||
| 3924 | 13 // Ref num |
||
| 3925 | 5 // Number of instructions |
||
| 3926 | 2 // Initial instruction |
||
| 3927 | point |
||
| 3928 | 19.240,-7.530,83.127 |
||
| 3929 | point |
||
| 3930 | 22.180,-7.530,81.764 |
||
| 3931 | point |
||
| 3932 | 24.599,-7.530,81.684 |
||
| 3933 | point |
||
| 3934 | 28.144,-7.530,80.908 |
||
| 3935 | reverse |
||
| 3936 | // Pedestrian number 248 |
||
| 3937 | 13 // Ref num |
||
| 3938 | 8 // Number of instructions |
||
| 3939 | 4 // Initial instruction |
||
| 3940 | point |
||
| 3941 | 28.189,-7.530,83.220 |
||
| 3942 | point |
||
| 3943 | 26.617,-7.530,82.200 |
||
| 3944 | point |
||
| 3945 | 25.988,-7.530,82.425 |
||
| 3946 | point |
||
| 3947 | 22.222,-7.530,81.632 |
||
| 3948 | point |
||
| 3949 | 20.579,-7.530,80.941 |
||
| 3950 | point |
||
| 3951 | 19.238,-7.530,81.843 |
||
| 3952 | point |
||
| 3953 | 19.222,-7.530,82.856 |
||
| 3954 | reverse |
||
| 3955 | // Pedestrian number 249 |
||
| 3956 | 14 // Ref num |
||
| 3957 | 6 // Number of instructions |
||
| 3958 | 2 // Initial instruction |
||
| 3959 | point |
||
| 3960 | 20.619,-7.530,83.212 |
||
| 3961 | point |
||
| 3962 | 22.081,-7.530,81.334 |
||
| 3963 | point |
||
| 3964 | 24.806,-7.530,80.833 |
||
| 3965 | point |
||
| 3966 | 26.677,-7.530,82.099 |
||
| 3967 | point |
||
| 3968 | 28.183,-7.530,81.877 |
||
| 3969 | reverse |
||
| 3970 | // Pedestrian number 250 |
||
| 3971 | 13 // Ref num |
||
| 3972 | 10 // Number of instructions |
||
| 3973 | 4 // Initial instruction |
||
| 3974 | point |
||
| 3975 | 9.356,-5.591,49.463 |
||
| 3976 | point |
||
| 3977 | 9.389,-5.591,49.485 |
||
| 3978 | point |
||
| 3979 | 9.692,-5.205,47.116 |
||
| 3980 | point |
||
| 3981 | 9.860,-5.177,46.725 |
||
| 3982 | point |
||
| 3983 | 12.060,-5.177,42.686 |
||
| 3984 | point |
||
| 3985 | 16.886,-5.177,39.522 |
||
| 3986 | point |
||
| 3987 | 16.429,-5.177,34.070 |
||
| 3988 | point |
||
| 3989 | 12.408,-5.177,30.585 |
||
| 3990 | point |
||
| 3991 | 12.187,-5.177,29.256 |
||
| 3992 | reverse |
||
| 3993 | // Pedestrian number 251 |
||
| 3994 | 13 // Ref num |
||
| 3995 | 11 // Number of instructions |
||
| 3996 | 4 // Initial instruction |
||
| 3997 | point |
||
| 3998 | -2.887,-6.441,44.940 |
||
| 3999 | point |
||
| 4000 | 0.881,-6.068,41.187 |
||
| 4001 | point |
||
| 4002 | 6.763,-5.486,46.732 |
||
| 4003 | point |
||
| 4004 | 9.830,-5.177,43.468 |
||
| 4005 | point |
||
| 4006 | 16.514,-5.177,42.636 |
||
| 4007 | point |
||
| 4008 | 16.393,-5.177,39.027 |
||
| 4009 | point |
||
| 4010 | 13.029,-5.177,34.971 |
||
| 4011 | point |
||
| 4012 | 15.890,-5.177,29.901 |
||
| 4013 | point |
||
| 4014 | 14.429,-5.177,24.547 |
||
| 4015 | point |
||
| 4016 | 7.808,-5.177,18.291 |
||
| 4017 | reverse |
||
| 4018 | // Pedestrian number 252 |
||
| 4019 | 3 // Ref num |
||
| 4020 | 8 // Number of instructions |
||
| 4021 | 4 // Initial instruction |
||
| 4022 | point |
||
| 4023 | 5.077,-5.651,41.089 |
||
| 4024 | point |
||
| 4025 | 3.792,-5.785,47.083 |
||
| 4026 | point |
||
| 4027 | 3.355,-6.256,49.934 |
||
| 4028 | point |
||
| 4029 | 5.639,-6.417,52.502 |
||
| 4030 | point |
||
| 4031 | 7.192,-6.792,56.029 |
||
| 4032 | point |
||
| 4033 | 6.364,-7.871,62.638 |
||
| 4034 | point |
||
| 4035 | 5.516,-7.960,69.167 |
||
| 4036 | reverse |
||
| 4037 | // Pedestrian number 253 |
||
| 4038 | 5 // Ref num |
||
| 4039 | 6 // Number of instructions |
||
| 4040 | 3 // Initial instruction |
||
| 4041 | point |
||
| 4042 | 9.708,-7.470,62.158 |
||
| 4043 | point |
||
| 4044 | 5.656,-7.591,60.309 |
||
| 4045 | point |
||
| 4046 | 4.011,-7.490,58.568 |
||
| 4047 | point |
||
| 4048 | 1.265,-6.931,53.064 |
||
| 4049 | point |
||
| 4050 | -2.710,-7.204,52.230 |
||
| 4051 | reverse |
||
| 4052 | // Pedestrian number 254 |
||
| 4053 | 10 // Ref num |
||
| 4054 | 7 // Number of instructions |
||
| 4055 | 5 // Initial instruction |
||
| 4056 | point |
||
| 4057 | -2.881,-6.449,47.106 |
||
| 4058 | point |
||
| 4059 | -2.628,-7.051,51.267 |
||
| 4060 | point |
||
| 4061 | -1.079,-7.182,53.147 |
||
| 4062 | point |
||
| 4063 | 2.741,-6.998,54.411 |
||
| 4064 | point |
||
| 4065 | 4.728,-7.392,58.319 |
||
| 4066 | point |
||
| 4067 | 9.763,-7.073,59.572 |
||
| 4068 | reverse |
||
| 4069 | // Pedestrian number 255 |
||
| 4070 | 11 // Ref num |
||
| 4071 | 7 // Number of instructions |
||
| 4072 | 2 // Initial instruction |
||
| 4073 | point |
||
| 4074 | -2.890,-8.704,62.074 |
||
| 4075 | point |
||
| 4076 | -1.116,-8.257,60.264 |
||
| 4077 | point |
||
| 4078 | 3.092,-7.711,59.424 |
||
| 4079 | point |
||
| 4080 | 5.177,-7.082,56.599 |
||
| 4081 | point |
||
| 4082 | 9.540,-6.256,53.946 |
||
| 4083 | point |
||
| 4084 | 9.696,-5.675,50.241 |
||
| 4085 | reverse |
||
| 4086 | // Pedestrian number 256 |
||
| 4087 | 9 // Ref num |
||
| 4088 | 4 // Number of instructions |
||
| 4089 | 2 // Initial instruction |
||
| 4090 | point |
||
| 4091 | -31.071,-14.192,-30.456 |
||
| 4092 | point |
||
| 4093 | -30.584,-14.192,-33.225 |
||
| 4094 | point |
||
| 4095 | -23.668,-14.192,-38.907 |
||
| 4096 | reverse |
||
| 4097 | // Pedestrian number 257 |
||
| 4098 | 9 // Ref num |
||
| 4099 | 4 // Number of instructions |
||
| 4100 | 2 // Initial instruction |
||
| 4101 | point |
||
| 4102 | -22.262,-14.192,-30.123 |
||
| 4103 | point |
||
| 4104 | -23.703,-14.192,-33.184 |
||
| 4105 | point |
||
| 4106 | -28.744,-14.192,-38.870 |
||
| 4107 | reverse |
||
| 4108 | // Pedestrian number 258 |
||
| 4109 | 10 // Ref num |
||
| 4110 | 5 // Number of instructions |
||
| 4111 | 3 // Initial instruction |
||
| 4112 | point |
||
| 4113 | -22.451,-14.192,-48.070 |
||
| 4114 | point |
||
| 4115 | -28.057,-14.192,-48.112 |
||
| 4116 | point |
||
| 4117 | -29.201,-14.192,-46.908 |
||
| 4118 | point |
||
| 4119 | -31.906,-14.192,-41.748 |
||
| 4120 | reverse |
||
| 4121 | // Pedestrian number 259 |
||
| 4122 | 10 // Ref num |
||
| 4123 | 4 // Number of instructions |
||
| 4124 | 2 // Initial instruction |
||
| 4125 | point |
||
| 4126 | -41.417,-14.192,-46.500 |
||
| 4127 | point |
||
| 4128 | -33.726,-14.192,-38.168 |
||
| 4129 | point |
||
| 4130 | -26.738,-14.192,-31.028 |
||
| 4131 | reverse |
||
| 4132 | // Pedestrian number 260 |
||
| 4133 | 10 // Ref num |
||
| 4134 | 5 // Number of instructions |
||
| 4135 | 2 // Initial instruction |
||
| 4136 | point |
||
| 4137 | -35.147,-14.192,-49.040 |
||
| 4138 | point |
||
| 4139 | -35.657,-14.192,-42.275 |
||
| 4140 | point |
||
| 4141 | -39.685,-14.192,-36.177 |
||
| 4142 | point |
||
| 4143 | -40.213,-14.192,-33.585 |
||
| 4144 | reverse |
||
| 4145 | // Pedestrian number 261 |
||
| 4146 | 10 // Ref num |
||
| 4147 | 4 // Number of instructions |
||
| 4148 | 2 // Initial instruction |
||
| 4149 | point |
||
| 4150 | -45.777,-14.192,-31.631 |
||
| 4151 | point |
||
| 4152 | -41.741,-14.192,-33.543 |
||
| 4153 | point |
||
| 4154 | -38.730,-14.192,-33.293 |
||
| 4155 | reverse |
||
| 4156 | // Pedestrian number 262 |
||
| 4157 | 10 // Ref num |
||
| 4158 | 4 // Number of instructions |
||
| 4159 | 2 // Initial instruction |
||
| 4160 | point |
||
| 4161 | -20.471,-14.192,-22.666 |
||
| 4162 | point |
||
| 4163 | -23.821,-14.192,-22.550 |
||
| 4164 | point |
||
| 4165 | -36.341,-14.192,-21.541 |
||
| 4166 | reverse |
||
| 4167 | // Pedestrian number 263 |
||
| 4168 | 9 // Ref num |
||
| 4169 | 4 // Number of instructions |
||
| 4170 | 2 // Initial instruction |
||
| 4171 | point |
||
| 4172 | -37.378,-14.192,-23.608 |
||
| 4173 | point |
||
| 4174 | -33.411,-14.192,-27.591 |
||
| 4175 | point |
||
| 4176 | -29.360,-14.192,-29.467 |
||
| 4177 | reverse |
||
| 4178 | // Pedestrian number 264 |
||
| 4179 | 10 // Ref num |
||
| 4180 | 4 // Number of instructions |
||
| 4181 | 2 // Initial instruction |
||
| 4182 | point |
||
| 4183 | -22.880,-14.192,-15.492 |
||
| 4184 | point |
||
| 4185 | -21.128,-14.192,-26.710 |
||
| 4186 | point |
||
| 4187 | -22.168,-14.192,-28.985 |
||
| 4188 | reverse |
||
| 4189 | // Pedestrian number 265 |
||
| 4190 | 9 // Ref num |
||
| 4191 | 4 // Number of instructions |
||
| 4192 | 2 // Initial instruction |
||
| 4193 | point |
||
| 4194 | -26.488,-14.192,-25.586 |
||
| 4195 | point |
||
| 4196 | -24.680,-14.192,-26.866 |
||
| 4197 | point |
||
| 4198 | -22.793,-14.192,-29.429 |
||
| 4199 | reverse |
||
| 4200 | // Pedestrian number 266 |
||
| 4201 | 112 // Ref num |
||
| 4202 | 2 // Number of instructions |
||
| 4203 | 1 // Initial instruction |
||
| 4204 | point |
||
| 4205 | -49.502,-12.953,-52.640 |
||
| 4206 | reverse |
||
| 4207 | // Pedestrian number 267 |
||
| 4208 | 112 // Ref num |
||
| 4209 | 2 // Number of instructions |
||
| 4210 | 1 // Initial instruction |
||
| 4211 | point |
||
| 4212 | -47.996,-12.953,-51.258 |
||
| 4213 | reverse |
||
| 4214 | // Pedestrian number 268 |
||
| 4215 | 109 // Ref num |
||
| 4216 | 2 // Number of instructions |
||
| 4217 | 1 // Initial instruction |
||
| 4218 | point |
||
| 4219 | -48.029,-12.953,-52.649 |
||
| 4220 | reverse |
||
| 4221 | // Pedestrian number 269 |
||
| 4222 | 100 // Ref num |
||
| 4223 | 2 // Number of instructions |
||
| 4224 | 1 // Initial instruction |
||
| 4225 | point |
||
| 4226 | -49.449,-12.953,-51.278 |
||
| 4227 | reverse |
||
| 4228 | // Pedestrian number 270 |
||
| 4229 | 138 // Ref num |
||
| 4230 | 2 // Number of instructions |
||
| 4231 | 1 // Initial instruction |
||
| 4232 | point |
||
| 4233 | -48.789,-12.953,-57.027 |
||
| 4234 | reverse |
||
| 4235 | // Pedestrian number 271 |
||
| 4236 | 101 // Ref num |
||
| 4237 | 2 // Number of instructions |
||
| 4238 | 1 // Initial instruction |
||
| 4239 | point |
||
| 4240 | -55.427,-12.953,-57.062 |
||
| 4241 | reverse |
||
| 4242 | // Pedestrian number 272 |
||
| 4243 | 9 // Ref num |
||
| 4244 | 4 // Number of instructions |
||
| 4245 | 2 // Initial instruction |
||
| 4246 | point |
||
| 4247 | -30.321,-14.192,-58.463 |
||
| 4248 | point |
||
| 4249 | -35.618,-14.192,-59.868 |
||
| 4250 | point |
||
| 4251 | -39.614,-14.168,-61.078 |
||
| 4252 | reverse |
||
| 4253 | // Pedestrian number 273 |
||
| 4254 | 9 // Ref num |
||
| 4255 | 5 // Number of instructions |
||
| 4256 | 2 // Initial instruction |
||
| 4257 | point |
||
| 4258 | -46.677,-14.192,-57.514 |
||
| 4259 | point |
||
| 4260 | -47.673,-14.192,-58.910 |
||
| 4261 | point |
||
| 4262 | -48.762,-14.192,-59.087 |
||
| 4263 | point |
||
| 4264 | -49.500,-14.192,-58.006 |
||
| 4265 | reverse |
||
| 4266 | // Pedestrian number 274 |
||
| 4267 | 9 // Ref num |
||
| 4268 | 4 // Number of instructions |
||
| 4269 | 2 // Initial instruction |
||
| 4270 | point |
||
| 4271 | -48.643,-14.192,-58.045 |
||
| 4272 | point |
||
| 4273 | -49.291,-14.192,-58.779 |
||
| 4274 | point |
||
| 4275 | -53.016,-14.159,-60.280 |
||
| 4276 | reverse |
||
| 4277 | // Pedestrian number 275 |
||
| 4278 | 9 // Ref num |
||
| 4279 | 5 // Number of instructions |
||
| 4280 | 2 // Initial instruction |
||
| 4281 | point |
||
| 4282 | -60.311,-14.192,-58.465 |
||
| 4283 | point |
||
| 4284 | -57.124,-14.186,-59.411 |
||
| 4285 | point |
||
| 4286 | -49.165,-14.166,-60.071 |
||
| 4287 | point |
||
| 4288 | -43.332,-14.192,-57.470 |
||
| 4289 | reverse |
||
| 4290 | // Pedestrian number 276 |
||
| 4291 | 112 // Ref num |
||
| 4292 | 2 // Number of instructions |
||
| 4293 | 1 // Initial instruction |
||
| 4294 | point |
||
| 4295 | -66.691,-12.747,-13.185 |
||
| 4296 | reverse |
||
| 4297 | // Pedestrian number 277 |
||
| 4298 | 112 // Ref num |
||
| 4299 | 2 // Number of instructions |
||
| 4300 | 1 // Initial instruction |
||
| 4301 | point |
||
| 4302 | -65.231,-12.747,-13.192 |
||
| 4303 | reverse |
||
| 4304 | // Pedestrian number 278 |
||
| 4305 | 109 // Ref num |
||
| 4306 | 2 // Number of instructions |
||
| 4307 | 1 // Initial instruction |
||
| 4308 | point |
||
| 4309 | -63.375,-12.747,-13.146 |
||
| 4310 | reverse |
||
| 4311 | // Pedestrian number 279 |
||
| 4312 | 138 // Ref num |
||
| 4313 | 2 // Number of instructions |
||
| 4314 | 1 // Initial instruction |
||
| 4315 | point |
||
| 4316 | -62.212,-12.747,-13.244 |
||
| 4317 | reverse |
||
| 4318 | // Pedestrian number 280 |
||
| 4319 | 112 // Ref num |
||
| 4320 | 2 // Number of instructions |
||
| 4321 | 1 // Initial instruction |
||
| 4322 | point |
||
| 4323 | -60.308,-12.747,-13.305 |
||
| 4324 | reverse |
||
| 4325 | // Pedestrian number 281 |
||
| 4326 | 100 // Ref num |
||
| 4327 | 2 // Number of instructions |
||
| 4328 | 1 // Initial instruction |
||
| 4329 | point |
||
| 4330 | -50.011,-12.747,-13.418 |
||
| 4331 | reverse |
||
| 4332 | // Pedestrian number 282 |
||
| 4333 | 112 // Ref num |
||
| 4334 | 2 // Number of instructions |
||
| 4335 | 1 // Initial instruction |
||
| 4336 | point |
||
| 4337 | -50.485,-12.747,-13.169 |
||
| 4338 | reverse |
||
| 4339 | // Pedestrian number 283 |
||
| 4340 | 112 // Ref num |
||
| 4341 | 2 // Number of instructions |
||
| 4342 | 1 // Initial instruction |
||
| 4343 | point |
||
| 4344 | -50.498,-12.747,-13.811 |
||
| 4345 | reverse |
||
| 4346 | // Pedestrian number 284 |
||
| 4347 | 128 // Ref num |
||
| 4348 | 2 // Number of instructions |
||
| 4349 | 1 // Initial instruction |
||
| 4350 | point |
||
| 4351 | -168.055,-8.432,2.723 |
||
| 4352 | reverse |
||
| 4353 | // Pedestrian number 285 |
||
| 4354 | 112 // Ref num |
||
| 4355 | 2 // Number of instructions |
||
| 4356 | 1 // Initial instruction |
||
| 4357 | point |
||
| 4358 | -168.924,-8.432,1.260 |
||
| 4359 | reverse |
||
| 4360 | // Pedestrian number 286 |
||
| 4361 | 112 // Ref num |
||
| 4362 | 2 // Number of instructions |
||
| 4363 | 1 // Initial instruction |
||
| 4364 | point |
||
| 4365 | -167.286,-8.432,0.371 |
||
| 4366 | reverse |
||
| 4367 | // Pedestrian number 287 |
||
| 4368 | 112 // Ref num |
||
| 4369 | 2 // Number of instructions |
||
| 4370 | 1 // Initial instruction |
||
| 4371 | point |
||
| 4372 | -164.091,-8.432,-1.199 |
||
| 4373 | reverse |
||
| 4374 | // Pedestrian number 288 |
||
| 4375 | 112 // Ref num |
||
| 4376 | 2 // Number of instructions |
||
| 4377 | 1 // Initial instruction |
||
| 4378 | point |
||
| 4379 | -155.760,-8.433,2.756 |
||
| 4380 | reverse |
||
| 4381 | // Pedestrian number 289 |
||
| 4382 | 112 // Ref num |
||
| 4383 | 2 // Number of instructions |
||
| 4384 | 1 // Initial instruction |
||
| 4385 | point |
||
| 4386 | -152.986,-8.432,91.329 |
||
| 4387 | reverse |
||
| 4388 | // Pedestrian number 290 |
||
| 4389 | 112 // Ref num |
||
| 4390 | 2 // Number of instructions |
||
| 4391 | 1 // Initial instruction |
||
| 4392 | point |
||
| 4393 | -154.246,-8.432,91.798 |
||
| 4394 | reverse |
||
| 4395 | // Pedestrian number 291 |
||
| 4396 | 128 // Ref num |
||
| 4397 | 2 // Number of instructions |
||
| 4398 | 1 // Initial instruction |
||
| 4399 | point |
||
| 4400 | -155.232,-8.432,84.930 |
||
| 4401 | reverse |
||
| 4402 | // Pedestrian number 292 |
||
| 4403 | 9 // Ref num |
||
| 4404 | 4 // Number of instructions |
||
| 4405 | 2 // Initial instruction |
||
| 4406 | point |
||
| 4407 | -88.373,-14.193,-58.680 |
||
| 4408 | point |
||
| 4409 | -92.023,-14.193,-58.770 |
||
| 4410 | point |
||
| 4411 | -103.692,-14.192,-59.038 |
||
| 4412 | reverse |
||
| 4413 | // Pedestrian number 293 |
||
| 4414 | 9 // Ref num |
||
| 4415 | 4 // Number of instructions |
||
| 4416 | 2 // Initial instruction |
||
| 4417 | point |
||
| 4418 | -89.744,-14.192,-56.298 |
||
| 4419 | point |
||
| 4420 | -91.711,-14.192,-53.788 |
||
| 4421 | point |
||
| 4422 | -92.047,-14.192,-50.020 |
||
| 4423 | reverse |
||
| 4424 | // Pedestrian number 294 |
||
| 4425 | 9 // Ref num |
||
| 4426 | 4 // Number of instructions |
||
| 4427 | 2 // Initial instruction |
||
| 4428 | point |
||
| 4429 | -103.407,-14.192,-50.259 |
||
| 4430 | point |
||
| 4431 | -101.404,-14.192,-49.684 |
||
| 4432 | point |
||
| 4433 | -93.655,-14.192,-41.020 |
||
| 4434 | reverse |
||
| 4435 | // Pedestrian number 295 |
||
| 4436 | 9 // Ref num |
||
| 4437 | 4 // Number of instructions |
||
| 4438 | 2 // Initial instruction |
||
| 4439 | point |
||
| 4440 | -96.022,-14.192,-41.092 |
||
| 4441 | point |
||
| 4442 | -94.993,-14.192,-46.348 |
||
| 4443 | point |
||
| 4444 | -101.215,-14.192,-61.056 |
||
| 4445 | reverse |
||
| 4446 | // Pedestrian number 296 |
||
| 4447 | 9 // Ref num |
||
| 4448 | 4 // Number of instructions |
||
| 4449 | 2 // Initial instruction |
||
| 4450 | point |
||
| 4451 | -100.629,-14.192,-55.771 |
||
| 4452 | point |
||
| 4453 | -96.913,-14.192,-55.433 |
||
| 4454 | point |
||
| 4455 | -89.606,-14.192,-57.771 |
||
| 4456 | reverse |
||
| 4457 | // Pedestrian number 297 |
||
| 4458 | 9 // Ref num |
||
| 4459 | 4 // Number of instructions |
||
| 4460 | 2 // Initial instruction |
||
| 4461 | point |
||
| 4462 | -72.400,-14.159,-60.745 |
||
| 4463 | point |
||
| 4464 | -78.269,-14.192,-60.879 |
||
| 4465 | point |
||
| 4466 | -96.958,-14.192,-57.974 |
||
| 4467 | reverse |
||
| 4468 | // Pedestrian number 298 |
||
| 4469 | 9 // Ref num |
||
| 4470 | 5 // Number of instructions |
||
| 4471 | 2 // Initial instruction |
||
| 4472 | point |
||
| 4473 | -88.538,-14.192,-58.467 |
||
| 4474 | point |
||
| 4475 | -87.930,-14.192,-59.825 |
||
| 4476 | point |
||
| 4477 | -84.700,-14.192,-61.066 |
||
| 4478 | point |
||
| 4479 | -81.532,-14.192,-59.306 |
||
| 4480 | reverse |
||
| 4481 | // Pedestrian number 299 |
||
| 4482 | 9 // Ref num |
||
| 4483 | 6 // Number of instructions |
||
| 4484 | 3 // Initial instruction |
||
| 4485 | point |
||
| 4486 | -63.438,-14.163,-60.220 |
||
| 4487 | point |
||
| 4488 | -65.670,-14.188,-59.330 |
||
| 4489 | point |
||
| 4490 | -67.076,-14.187,-59.353 |
||
| 4491 | point |
||
| 4492 | -72.141,-14.156,-60.431 |
||
| 4493 | point |
||
| 4494 | -73.298,-14.167,-61.159 |
||
| 4495 | reverse |
||
| 4496 | // Pedestrian number 300 |
||
| 4497 | 9 // Ref num |
||
| 4498 | 4 // Number of instructions |
||
| 4499 | 2 // Initial instruction |
||
| 4500 | point |
||
| 4501 | -63.737,-14.190,-59.264 |
||
| 4502 | point |
||
| 4503 | -68.687,-14.187,-59.360 |
||
| 4504 | point |
||
| 4505 | -87.321,-14.192,-59.301 |
||
| 4506 | reverse |
||
| 4507 | // Pedestrian number 301 |
||
| 4508 | 9 // Ref num |
||
| 4509 | 4 // Number of instructions |
||
| 4510 | 2 // Initial instruction |
||
| 4511 | point |
||
| 4512 | -95.436,-14.192,-61.113 |
||
| 4513 | point |
||
| 4514 | -94.607,-14.192,-57.305 |
||
| 4515 | point |
||
| 4516 | -89.696,-14.192,-49.894 |
||
| 4517 | reverse |
||
| 4518 | // Pedestrian number 302 |
||
| 4519 | 9 // Ref num |
||
| 4520 | 4 // Number of instructions |
||
| 4521 | 2 // Initial instruction |
||
| 4522 | point |
||
| 4523 | -88.394,-14.192,-53.913 |
||
| 4524 | point |
||
| 4525 | -90.357,-14.192,-52.281 |
||
| 4526 | point |
||
| 4527 | -91.385,-14.192,-49.867 |
||
| 4528 | reverse |
||
| 4529 | // Pedestrian number 303 |
||
| 4530 | 9 // Ref num |
||
| 4531 | 4 // Number of instructions |
||
| 4532 | 2 // Initial instruction |
||
| 4533 | point |
||
| 4534 | -104.020,-14.192,-56.819 |
||
| 4535 | point |
||
| 4536 | -101.011,-14.192,-50.806 |
||
| 4537 | point |
||
| 4538 | -93.184,-14.192,-47.082 |
||
| 4539 | reverse |
||
| 4540 | // Pedestrian number 304 |
||
| 4541 | 112 // Ref num |
||
| 4542 | 2 // Number of instructions |
||
| 4543 | 1 // Initial instruction |
||
| 4544 | point |
||
| 4545 | -92.773,-13.702,-47.468 |
||
| 4546 | reverse |
||
| 4547 | // Pedestrian number 305 |
||
| 4548 | 112 // Ref num |
||
| 4549 | 2 // Number of instructions |
||
| 4550 | 1 // Initial instruction |
||
| 4551 | point |
||
| 4552 | -92.737,-13.702,-45.129 |
||
| 4553 | reverse |
||
| 4554 | // Pedestrian number 306 |
||
| 4555 | 109 // Ref num |
||
| 4556 | 2 // Number of instructions |
||
| 4557 | 1 // Initial instruction |
||
| 4558 | point |
||
| 4559 | -90.261,-13.702,-49.703 |
||
| 4560 | reverse |
||
| 4561 | // Pedestrian number 307 |
||
| 4562 | 112 // Ref num |
||
| 4563 | 2 // Number of instructions |
||
| 4564 | 1 // Initial instruction |
||
| 4565 | point |
||
| 4566 | -86.992,-14.192,-49.945 |
||
| 4567 | reverse |
||
| 4568 | // Pedestrian number 308 |
||
| 4569 | 128 // Ref num |
||
| 4570 | 2 // Number of instructions |
||
| 4571 | 1 // Initial instruction |
||
| 4572 | point |
||
| 4573 | -88.712,-14.192,-56.680 |
||
| 4574 | reverse |
||
| 4575 | // Pedestrian number 309 |
||
| 4576 | 112 // Ref num |
||
| 4577 | 2 // Number of instructions |
||
| 4578 | 1 // Initial instruction |
||
| 4579 | point |
||
| 4580 | -119.753,-14.192,-54.351 |
||
| 4581 | reverse |
||
| 4582 | START OF OPPONENT PATHS |
||
| 4583 | 147 // Number of path nodes |
||
| 4584 | 14.022, -5.177, 28.540 // Node #0 |
||
| 4585 | 14.022, -5.177, 13.290 // Node #1 |
||
| 4586 | 13.628, -8.093, -1.687 // Node #2 |
||
| 4587 | 8.594, -8.944, -5.199 // Node #3 |
||
| 4588 | 4.622, -9.316, -5.238 // Node #4 |
||
| 4589 | 0.360, -9.747, -3.743 // Node #5 |
||
| 4590 | -1.934, -10.637, 0.871 // Node #6 |
||
| 4591 | -2.102, -14.108, 21.277 // Node #7 |
||
| 4592 | -5.314, -14.107, 23.694 // Node #8 |
||
| 4593 | -6.640, -14.139, 19.754 // Node #9 |
||
| 4594 | -4.291, -14.192, -33.186 // Node #10 |
||
| 4595 | -2.739, -14.193, -39.317 // Node #11 |
||
| 4596 | -2.708, -14.192, -43.199 // Node #12 |
||
| 4597 | -13.729, -18.115, -47.086 // Node #13 |
||
| 4598 | -14.117, -18.115, -53.870 // Node #14 |
||
| 4599 | -29.879, -14.138, -60.096 // Node #15 |
||
| 4600 | -45.584, -14.188, -59.342 // Node #16 |
||
| 4601 | -56.410, -14.159, -59.419 // Node #17 |
||
| 4602 | -59.445, -14.195, -56.245 // Node #18 |
||
| 4603 | -59.793, -14.194, -48.033 // Node #19 |
||
| 4604 | -62.205, -14.194, -44.545 // Node #20 |
||
| 4605 | -72.829, -18.115, -44.733 // Node #21 |
||
| 4606 | -73.991, -18.115, -48.235 // Node #22 |
||
| 4607 | -74.122, -18.115, -52.935 // Node #23 |
||
| 4608 | -88.964, -14.183, -53.276 // Node #24 |
||
| 4609 | -103.971, -14.196, -51.655 // Node #25 |
||
| 4610 | -123.445, -15.186, -49.237 // Node #26 |
||
| 4611 | -132.963, -15.185, -47.904 // Node #27 |
||
| 4612 | -136.973, -15.185, -43.158 // Node #28 |
||
| 4613 | -137.417, -15.184, -24.991 // Node #29 |
||
| 4614 | -136.078, -12.518, -14.670 // Node #30 |
||
| 4615 | -135.838, -10.913, -8.886 // Node #31 |
||
| 4616 | -135.992, -8.357, 2.386 // Node #32 |
||
| 4617 | -136.006, -8.432, 7.489 // Node #33 |
||
| 4618 | 14.020, -5.177, 21.554 // Node #34 |
||
| 4619 | 32.942, -5.171, 27.512 // Node #35 |
||
| 4620 | 6.764, -5.177, 28.566 // Node #36 |
||
| 4621 | 7.384, -5.175, 35.543 // Node #37 |
||
| 4622 | 0.310, -5.178, 28.808 // Node #38 |
||
| 4623 | 0.395, -5.180, 22.688 // Node #39 |
||
| 4624 | 9.416, -5.182, 11.057 // Node #40 |
||
| 4625 | 9.825, -5.185, -0.901 // Node #41 |
||
| 4626 | 2.639, -5.187, -1.180 // Node #42 |
||
| 4627 | 1.931, -5.183, 11.666 // Node #43 |
||
| 4628 | 33.396, -5.175, 14.131 // Node #44 |
||
| 4629 | 32.172, -5.174, 16.559 // Node #45 |
||
| 4630 | 18.029, -1.413, 16.383 // Node #46 |
||
| 4631 | -6.284, -3.490, 16.533 // Node #47 |
||
| 4632 | -7.642, -3.490, 26.471 // Node #48 |
||
| 4633 | 0.569, -3.490, 33.865 // Node #49 |
||
| 4634 | 4.058, -3.490, 33.652 // Node #50 |
||
| 4635 | -6.170, -14.155, -11.005 // Node #51 |
||
| 4636 | -9.340, -14.155, -11.101 // Node #52 |
||
| 4637 | -9.685, -14.155, -13.375 // Node #53 |
||
| 4638 | -26.996, -14.155, -13.685 // Node #54 |
||
| 4639 | -27.029, -14.155, -8.748 // Node #55 |
||
| 4640 | -9.993, -14.155, -8.950 // Node #56 |
||
| 4641 | -17.788, -14.155, -34.236 // Node #57 |
||
| 4642 | -136.211, -8.432, 12.216 // Node #58 |
||
| 4643 | -140.482, -8.432, 18.145 // Node #59 |
||
| 4644 | -126.627, -8.432, 29.231 // Node #60 |
||
| 4645 | -112.309, -8.432, 34.500 // Node #61 |
||
| 4646 | -90.419, -8.806, 42.510 // Node #62 |
||
| 4647 | -70.796, -8.804, 52.347 // Node #63 |
||
| 4648 | -31.595, -8.804, 65.598 // Node #64 |
||
| 4649 | -7.867, -8.804, 65.902 // Node #65 |
||
| 4650 | 1.768, -8.333, 64.799 // Node #66 |
||
| 4651 | 4.189, -6.590, 52.650 // Node #67 |
||
| 4652 | 4.481, -5.711, 45.714 // Node #68 |
||
| 4653 | 11.650, -5.177, 44.466 // Node #69 |
||
| 4654 | 15.154, -5.177, 41.983 // Node #70 |
||
| 4655 | 15.351, -5.177, 37.733 // Node #71 |
||
| 4656 | -147.212, -8.432, 26.191 // Node #72 |
||
| 4657 | -160.428, -8.432, 51.535 // Node #73 |
||
| 4658 | -155.477, -8.432, 73.713 // Node #74 |
||
| 4659 | -154.206, -8.432, 85.196 // Node #75 |
||
| 4660 | -154.244, -8.432, 91.640 // Node #76 |
||
| 4661 | -111.418, -11.321, 67.381 // Node #77 |
||
| 4662 | -107.264, -11.458, 62.513 // Node #78 |
||
| 4663 | -98.813, -15.260, 48.666 // Node #79 |
||
| 4664 | -89.681, -15.558, 31.808 // Node #80 |
||
| 4665 | -73.442, -15.558, 33.127 // Node #81 |
||
| 4666 | -63.077, -15.558, 45.818 // Node #82 |
||
| 4667 | -72.231, -15.558, 62.740 // Node #83 |
||
| 4668 | -88.218, -15.558, 61.420 // Node #84 |
||
| 4669 | -96.461, -15.558, 51.190 // Node #85 |
||
| 4670 | -88.242, -15.558, 35.474 // Node #86 |
||
| 4671 | -76.130, -8.804, 38.406 // Node #87 |
||
| 4672 | -80.480, -8.527, 58.048 // Node #88 |
||
| 4673 | -84.611, -8.527, 90.418 // Node #89 |
||
| 4674 | -88.894, -8.527, 87.617 // Node #90 |
||
| 4675 | -105.846, -11.286, 71.405 // Node #91 |
||
| 4676 | -80.761, -8.527, 94.943 // Node #92 |
||
| 4677 | -47.893, -8.806, 124.058 // Node #93 |
||
| 4678 | -21.512, -8.806, 102.257 // Node #94 |
||
| 4679 | -16.214, -8.806, 74.028 // Node #95 |
||
| 4680 | -16.057, -8.806, 65.756 // Node #96 |
||
| 4681 | -53.363, -8.806, 130.878 // Node #97 |
||
| 4682 | -15.561, -8.806, 57.341 // Node #98 |
||
| 4683 | 15.165, -7.530, 65.930 // Node #99 |
||
| 4684 | 27.716, -8.398, 62.959 // Node #100 |
||
| 4685 | 19.474, -8.398, 66.863 // Node #101 |
||
| 4686 | 23.411, -8.358, 69.875 // Node #102 |
||
| 4687 | 23.917, -7.530, 82.032 // Node #103 |
||
| 4688 | 19.484, -7.530, 83.065 // Node #104 |
||
| 4689 | 27.762, -7.530, 83.052 // Node #105 |
||
| 4690 | -92.222, -14.186, -60.073 // Node #106 |
||
| 4691 | -4.759, -14.192, -60.321 // Node #107 |
||
| 4692 | -2.833, -14.192, -59.206 // Node #108 |
||
| 4693 | -38.016, -14.192, -34.094 // Node #109 |
||
| 4694 | -59.184, -14.192, -31.432 // Node #110 |
||
| 4695 | -81.862, -14.192, -33.324 // Node #111 |
||
| 4696 | -82.391, -14.192, -34.158 // Node #112 |
||
| 4697 | -93.527, -14.192, -52.799 // Node #113 |
||
| 4698 | -24.179, -16.066, -55.008 // Node #114 |
||
| 4699 | -27.939, -14.192, -39.824 // Node #115 |
||
| 4700 | -28.130, -14.192, -36.011 // Node #116 |
||
| 4701 | -34.982, -14.192, -44.947 // Node #117 |
||
| 4702 | -42.786, -14.192, -46.372 // Node #118 |
||
| 4703 | -28.302, -14.192, -48.538 // Node #119 |
||
| 4704 | -2.796, -14.192, -49.404 // Node #120 |
||
| 4705 | -56.252, -14.192, -45.498 // Node #121 |
||
| 4706 | -44.375, -14.192, -45.533 // Node #122 |
||
| 4707 | -59.050, -14.192, -42.485 // Node #123 |
||
| 4708 | -64.797, -14.192, -36.041 // Node #124 |
||
| 4709 | -78.322, -18.115, -40.727 // Node #125 |
||
| 4710 | -87.335, -14.192, -42.444 // Node #126 |
||
| 4711 | -61.388, -14.192, -39.871 // Node #127 |
||
| 4712 | -84.909, -14.192, -31.993 // Node #128 |
||
| 4713 | -84.748, -14.192, -25.365 // Node #129 |
||
| 4714 | -82.226, -14.192, -16.950 // Node #130 |
||
| 4715 | -73.732, -14.192, -11.065 // Node #131 |
||
| 4716 | -48.086, -14.192, -10.679 // Node #132 |
||
| 4717 | -52.907, -14.192, -32.230 // Node #133 |
||
| 4718 | -76.022, -14.192, -16.924 // Node #134 |
||
| 4719 | -76.476, -14.192, -32.888 // Node #135 |
||
| 4720 | -70.752, -14.192, -29.823 // Node #136 |
||
| 4721 | -69.716, -14.192, -17.931 // Node #137 |
||
| 4722 | -59.894, -14.192, -16.895 // Node #138 |
||
| 4723 | -60.251, -14.192, -26.998 // Node #139 |
||
| 4724 | -64.204, -14.192, -31.844 // Node #140 |
||
| 4725 | -60.123, -14.192, -24.212 // Node #141 |
||
| 4726 | -50.863, -14.192, -23.910 // Node #142 |
||
| 4727 | -70.247, -14.192, -24.181 // Node #143 |
||
| 4728 | -76.245, -14.192, -24.494 // Node #144 |
||
| 4729 | -80.480, -14.192, -35.339 // Node #145 |
||
| 4730 | -2.776, -14.192, -50.732 // Node #146 |
||
| 4731 | 176 // Number of path sections |
||
| 4732 | 0, 34, 0, 255, 0, 255, 1.0, 0 // Section #0 |
||
| 4733 | 1, 2, 0, 255, 0, 255, 1.0, 0 // Section #1 |
||
| 4734 | 2, 3, 0, 255, 0, 255, 1.0, 0 // Section #2 |
||
| 4735 | 3, 4, 0, 255, 0, 255, 1.0, 0 // Section #3 |
||
| 4736 | 4, 5, 0, 255, 0, 255, 1.0, 0 // Section #4 |
||
| 4737 | 5, 6, 0, 255, 0, 255, 1.0, 0 // Section #5 |
||
| 4738 | 6, 7, 0, 255, 0, 255, 1.0, 0 // Section #6 |
||
| 4739 | 7, 8, 0, 255, 0, 255, 1.0, 0 // Section #7 |
||
| 4740 | 8, 9, 0, 255, 0, 255, 1.0, 0 // Section #8 |
||
| 4741 | 9, 51, 0, 255, 0, 255, 1.0, 0 // Section #9 |
||
| 4742 | 11, 10, 0, 255, 0, 255, 1.0, 1 // Section #10 |
||
| 4743 | 12, 11, 0, 255, 0, 255, 1.0, 1 // Section #11 |
||
| 4744 | 13, 12, 0, 255, 0, 255, 1.0, 0 // Section #12 |
||
| 4745 | 14, 13, 0, 255, 0, 255, 1.0, 0 // Section #13 |
||
| 4746 | 14, 114, 0, 255, 0, 255, 1.0, 0 // Section #14 |
||
| 4747 | 16, 15, 0, 255, 0, 255, 1.0, 1 // Section #15 |
||
| 4748 | 17, 16, 0, 255, 0, 255, 1.0, 1 // Section #16 |
||
| 4749 | 17, 18, 0, 255, 0, 255, 1.0, 0 // Section #17 |
||
| 4750 | 18, 19, 0, 255, 0, 255, 1.0, 0 // Section #18 |
||
| 4751 | 19, 20, 0, 255, 0, 255, 1.0, 0 // Section #19 |
||
| 4752 | 20, 21, 0, 255, 0, 255, 1.0, 0 // Section #20 |
||
| 4753 | 21, 22, 0, 255, 0, 255, 1.0, 0 // Section #21 |
||
| 4754 | 22, 23, 0, 255, 0, 255, 1.0, 0 // Section #22 |
||
| 4755 | 23, 24, 0, 255, 0, 255, 1.0, 0 // Section #23 |
||
| 4756 | 24, 113, 0, 255, 0, 255, 1.0, 0 // Section #24 |
||
| 4757 | 26, 25, 0, 255, 0, 255, 0.4, 0 // Section #25 |
||
| 4758 | 26, 27, 0, 255, 0, 255, 1.0, 0 // Section #26 |
||
| 4759 | 27, 28, 0, 255, 0, 255, 1.0, 0 // Section #27 |
||
| 4760 | 28, 29, 0, 255, 0, 255, 1.0, 0 // Section #28 |
||
| 4761 | 29, 30, 0, 255, 0, 255, 1.0, 0 // Section #29 |
||
| 4762 | 30, 31, 0, 255, 0, 255, 1.0, 0 // Section #30 |
||
| 4763 | 31, 32, 0, 255, 0, 255, 1.0, 0 // Section #31 |
||
| 4764 | 32, 33, 0, 255, 0, 255, 1.0, 0 // Section #32 |
||
| 4765 | 35, 34, 0, 255, 0, 255, 1.0, 1000 // Section #33 |
||
| 4766 | 34, 1, 0, 255, 0, 255, 1.0, 0 // Section #34 |
||
| 4767 | 34, 36, 0, 255, 0, 255, 1.0, 0 // Section #35 |
||
| 4768 | 37, 36, 0, 255, 0, 255, 1.0, 1000 // Section #36 |
||
| 4769 | 38, 36, 0, 255, 0, 255, 1.0, 1000 // Section #37 |
||
| 4770 | 39, 34, 0, 255, 0, 255, 1.0, 1000 // Section #38 |
||
| 4771 | 40, 34, 0, 255, 0, 255, 1.0, 0 // Section #39 |
||
| 4772 | 41, 40, 0, 255, 0, 255, 1.0, 0 // Section #40 |
||
| 4773 | 41, 42, 0, 255, 0, 255, 1.0, 0 // Section #41 |
||
| 4774 | 42, 43, 0, 255, 0, 255, 1.0, 0 // Section #42 |
||
| 4775 | 43, 40, 0, 255, 0, 255, 1.0, 1000 // Section #43 |
||
| 4776 | 43, 39, 0, 255, 0, 255, 1.0, 0 // Section #44 |
||
| 4777 | 44, 1, 0, 255, 0, 255, 1.0, 1000 // Section #45 |
||
| 4778 | 44, 45, 0, 255, 0, 255, 1.0, 0 // Section #46 |
||
| 4779 | 45, 46, 0, 255, 0, 255, 1.0, 0 // Section #47 |
||
| 4780 | 46, 47, 0, 255, 0, 255, 1.0, 0 // Section #48 |
||
| 4781 | 47, 48, 0, 255, 0, 255, 1.0, 0 // Section #49 |
||
| 4782 | 48, 49, 0, 255, 0, 255, 1.0, 0 // Section #50 |
||
| 4783 | 49, 50, 0, 255, 0, 255, 1.0, 0 // Section #51 |
||
| 4784 | 50, 36, 0, 255, 0, 255, 1.0, 1000 // Section #52 |
||
| 4785 | 52, 51, 0, 255, 0, 255, 1.0, 0 // Section #53 |
||
| 4786 | 51, 10, 0, 255, 0, 255, 0.4, 0 // Section #54 |
||
| 4787 | 52, 53, 0, 255, 0, 255, 1.0, 0 // Section #55 |
||
| 4788 | 53, 54, 0, 255, 0, 255, 1.0, 0 // Section #56 |
||
| 4789 | 54, 55, 0, 255, 0, 255, 1.0, 0 // Section #57 |
||
| 4790 | 55, 56, 0, 255, 0, 255, 1.0, 0 // Section #58 |
||
| 4791 | 56, 52, 0, 255, 0, 255, 1.0, 0 // Section #59 |
||
| 4792 | 10, 57, 0, 255, 0, 255, 1.0, 1 // Section #60 |
||
| 4793 | 33, 58, 0, 255, 0, 255, 1.0, 0 // Section #61 |
||
| 4794 | 58, 59, 0, 255, 0, 255, 1.0, 0 // Section #62 |
||
| 4795 | 59, 60, 0, 255, 0, 255, 1.0, 0 // Section #63 |
||
| 4796 | 60, 61, 0, 255, 0, 255, 1.0, 0 // Section #64 |
||
| 4797 | 61, 62, 0, 255, 0, 255, 1.0, 0 // Section #65 |
||
| 4798 | 62, 63, 0, 255, 0, 255, 1.0, 0 // Section #66 |
||
| 4799 | 63, 64, 0, 255, 0, 255, 1.0, 0 // Section #67 |
||
| 4800 | 64, 96, 0, 255, 0, 255, 1.0, 0 // Section #68 |
||
| 4801 | 65, 66, 0, 255, 0, 255, 1.0, 0 // Section #69 |
||
| 4802 | 66, 67, 0, 255, 0, 255, 1.0, 0 // Section #70 |
||
| 4803 | 67, 68, 0, 255, 0, 255, 1.0, 0 // Section #71 |
||
| 4804 | 68, 69, 0, 255, 0, 255, 1.0, 0 // Section #72 |
||
| 4805 | 69, 70, 0, 255, 0, 255, 1.0, 0 // Section #73 |
||
| 4806 | 70, 71, 0, 255, 0, 255, 1.0, 0 // Section #74 |
||
| 4807 | 71, 0, 0, 255, 0, 255, 1.0, 0 // Section #75 |
||
| 4808 | 72, 59, 0, 255, 0, 255, 1.0, 0 // Section #76 |
||
| 4809 | 73, 72, 0, 255, 0, 255, 1.0, 0 // Section #77 |
||
| 4810 | 74, 73, 0, 255, 0, 255, 1.0, 0 // Section #78 |
||
| 4811 | 75, 74, 0, 255, 0, 255, 1.0, 0 // Section #79 |
||
| 4812 | 76, 75, 0, 255, 0, 255, 1.0, 1000 // Section #80 |
||
| 4813 | 75, 77, 0, 255, 0, 255, 1.0, 0 // Section #81 |
||
| 4814 | 77, 78, 0, 255, 0, 255, 1.0, 0 // Section #82 |
||
| 4815 | 78, 79, 0, 255, 0, 255, 1.0, 0 // Section #83 |
||
| 4816 | 79, 80, 0, 255, 0, 255, 1.0, 0 // Section #84 |
||
| 4817 | 80, 81, 0, 255, 0, 255, 1.0, 0 // Section #85 |
||
| 4818 | 81, 82, 0, 255, 0, 255, 1.0, 0 // Section #86 |
||
| 4819 | 82, 83, 0, 255, 0, 255, 1.0, 0 // Section #87 |
||
| 4820 | 83, 84, 0, 255, 0, 255, 1.0, 0 // Section #88 |
||
| 4821 | 84, 85, 0, 255, 0, 255, 1.0, 0 // Section #89 |
||
| 4822 | 85, 86, 0, 255, 0, 255, 1.0, 0 // Section #90 |
||
| 4823 | 86, 81, 0, 255, 0, 255, 1.0, 0 // Section #91 |
||
| 4824 | 81, 87, 0, 255, 0, 255, 1.0, 1000 // Section #92 |
||
| 4825 | 87, 63, 0, 255, 0, 255, 1.0, 0 // Section #93 |
||
| 4826 | 87, 62, 0, 255, 0, 255, 1.0, 0 // Section #94 |
||
| 4827 | 63, 88, 0, 255, 0, 255, 1.0, 0 // Section #95 |
||
| 4828 | 88, 62, 0, 255, 0, 255, 1.0, 0 // Section #96 |
||
| 4829 | 88, 89, 0, 255, 0, 255, 1.0, 0 // Section #97 |
||
| 4830 | 89, 90, 0, 255, 0, 255, 1.0, 0 // Section #98 |
||
| 4831 | 90, 91, 0, 255, 0, 255, 1.0, 0 // Section #99 |
||
| 4832 | 91, 77, 0, 255, 0, 255, 1.0, 0 // Section #100 |
||
| 4833 | 89, 92, 0, 255, 0, 255, 1.0, 0 // Section #101 |
||
| 4834 | 92, 93, 0, 255, 0, 255, 1.0, 0 // Section #102 |
||
| 4835 | 93, 94, 0, 255, 0, 255, 1.0, 0 // Section #103 |
||
| 4836 | 94, 95, 0, 255, 0, 255, 1.0, 0 // Section #104 |
||
| 4837 | 95, 96, 0, 255, 0, 255, 1.0, 0 // Section #105 |
||
| 4838 | 96, 65, 0, 255, 0, 255, 1.0, 0 // Section #106 |
||
| 4839 | 97, 93, 0, 255, 0, 255, 1.0, 1000 // Section #107 |
||
| 4840 | 98, 96, 0, 255, 0, 255, 1.0, 1000 // Section #108 |
||
| 4841 | 99, 66, 0, 255, 0, 255, 1.0, 0 // Section #109 |
||
| 4842 | 100, 99, 0, 255, 0, 255, 1.0, 1000 // Section #110 |
||
| 4843 | 99, 101, 0, 255, 0, 255, 1.0, 0 // Section #111 |
||
| 4844 | 101, 102, 0, 255, 0, 255, 1.0, 0 // Section #112 |
||
| 4845 | 102, 103, 0, 255, 0, 255, 1.0, 0 // Section #113 |
||
| 4846 | 104, 103, 0, 255, 0, 255, 1.0, 1000 // Section #114 |
||
| 4847 | 105, 103, 0, 255, 0, 255, 1.0, 1000 // Section #115 |
||
| 4848 | 25, 113, 0, 255, 0, 255, 1.0, 0 // Section #116 |
||
| 4849 | 106, 17, 0, 255, 0, 255, 0.5, 1 // Section #117 |
||
| 4850 | 15, 107, 0, 255, 0, 255, 1.0, 1 // Section #118 |
||
| 4851 | 107, 108, 0, 255, 0, 255, 1.0, 1 // Section #119 |
||
| 4852 | 108, 146, 0, 255, 0, 255, 1.0, 1 // Section #120 |
||
| 4853 | 57, 109, 0, 255, 0, 255, 1.0, 1 // Section #121 |
||
| 4854 | 109, 133, 0, 255, 0, 255, 1.0, 1 // Section #122 |
||
| 4855 | 110, 140, 0, 255, 0, 255, 1.0, 1 // Section #123 |
||
| 4856 | 111, 112, 0, 255, 0, 255, 1.0, 1 // Section #124 |
||
| 4857 | 112, 126, 0, 255, 0, 255, 1.0, 1 // Section #125 |
||
| 4858 | 113, 106, 0, 255, 0, 255, 1.0, 1 // Section #126 |
||
| 4859 | 114, 15, 0, 255, 0, 255, 1.0, 0 // Section #127 |
||
| 4860 | 14, 108, 0, 255, 0, 255, 1.0, 0 // Section #128 |
||
| 4861 | 13, 115, 0, 255, 0, 255, 1.0, 0 // Section #129 |
||
| 4862 | 115, 116, 0, 255, 0, 255, 1.0, 0 // Section #130 |
||
| 4863 | 116, 109, 0, 255, 0, 255, 1.0, 0 // Section #131 |
||
| 4864 | 117, 109, 0, 255, 0, 255, 1.0, 1000 // Section #132 |
||
| 4865 | 118, 117, 0, 255, 0, 255, 1.0, 1000 // Section #133 |
||
| 4866 | 119, 117, 0, 255, 0, 255, 1.0, 0 // Section #134 |
||
| 4867 | 119, 120, 0, 255, 0, 255, 0.5, 0 // Section #135 |
||
| 4868 | 120, 12, 0, 255, 0, 255, 1.0, 1 // Section #136 |
||
| 4869 | 13, 117, 0, 255, 0, 255, 1.0, 0 // Section #137 |
||
| 4870 | 121, 19, 0, 255, 0, 255, 1.0, 0 // Section #138 |
||
| 4871 | 122, 121, 0, 255, 0, 255, 1.0, 1000 // Section #139 |
||
| 4872 | 121, 123, 0, 255, 0, 255, 1.0, 0 // Section #140 |
||
| 4873 | 123, 127, 0, 255, 0, 255, 1.0, 0 // Section #141 |
||
| 4874 | 124, 111, 0, 255, 0, 255, 1.0, 0 // Section #142 |
||
| 4875 | 22, 125, 0, 255, 0, 255, 1.0, 0 // Section #143 |
||
| 4876 | 125, 126, 0, 255, 0, 255, 1.0, 0 // Section #144 |
||
| 4877 | 126, 113, 0, 255, 0, 255, 1.0, 1 // Section #145 |
||
| 4878 | 127, 125, 0, 255, 0, 255, 1.0, 0 // Section #146 |
||
| 4879 | 127, 124, 0, 255, 0, 255, 1.0, 0 // Section #147 |
||
| 4880 | 111, 128, 0, 255, 0, 255, 1.0, 0 // Section #148 |
||
| 4881 | 128, 129, 0, 255, 0, 255, 1.0, 0 // Section #149 |
||
| 4882 | 129, 130, 0, 255, 0, 255, 1.0, 0 // Section #150 |
||
| 4883 | 130, 131, 0, 255, 0, 255, 1.0, 0 // Section #151 |
||
| 4884 | 131, 132, 0, 255, 0, 255, 1.0, 0 // Section #152 |
||
| 4885 | 132, 142, 0, 255, 0, 255, 1.0, 0 // Section #153 |
||
| 4886 | 133, 110, 0, 255, 0, 255, 1.0, 1 // Section #154 |
||
| 4887 | 131, 134, 0, 255, 0, 255, 1.0, 0 // Section #155 |
||
| 4888 | 134, 144, 0, 255, 0, 255, 1.0, 0 // Section #156 |
||
| 4889 | 135, 111, 0, 255, 0, 255, 1.0, 1 // Section #157 |
||
| 4890 | 136, 135, 0, 255, 0, 255, 1.0, 0 // Section #158 |
||
| 4891 | 137, 143, 0, 255, 0, 255, 1.0, 0 // Section #159 |
||
| 4892 | 137, 138, 0, 255, 0, 255, 1.0, 0 // Section #160 |
||
| 4893 | 138, 141, 0, 255, 0, 255, 1.0, 0 // Section #161 |
||
| 4894 | 139, 140, 0, 255, 0, 255, 1.0, 0 // Section #162 |
||
| 4895 | 140, 135, 0, 255, 0, 255, 1.0, 1 // Section #163 |
||
| 4896 | 134, 137, 0, 255, 0, 255, 1.0, 0 // Section #164 |
||
| 4897 | 141, 142, 0, 255, 0, 255, 1.0, 0 // Section #165 |
||
| 4898 | 141, 139, 0, 255, 0, 255, 1.0, 0 // Section #166 |
||
| 4899 | 142, 133, 0, 255, 0, 255, 1.0, 0 // Section #167 |
||
| 4900 | 141, 143, 0, 255, 0, 255, 1.0, 0 // Section #168 |
||
| 4901 | 143, 136, 0, 255, 0, 255, 1.0, 0 // Section #169 |
||
| 4902 | 143, 144, 0, 255, 0, 255, 1.0, 0 // Section #170 |
||
| 4903 | 144, 135, 0, 255, 0, 255, 1.0, 0 // Section #171 |
||
| 4904 | 144, 129, 0, 255, 0, 255, 1.0, 0 // Section #172 |
||
| 4905 | 112, 145, 0, 255, 0, 255, 1.0, 1 // Section #173 |
||
| 4906 | 146, 14, 0, 255, 0, 255, 1.0, 1000 // Section #174 |
||
| 4907 | 120, 146, 0, 255, 0, 255, 1.0, 1000 // Section #175 |
||
| 4908 | 9 // Number of cop start points |
||
| 4909 | -8.405, -14.106, 23.807, 0.000, 0.000, 0.000 // Cop start point #0 |
||
| 4910 | -13.556, -18.115, -44.480, 0.000, 0.000, 0.000 // Cop start point #1 |
||
| 4911 | -35.622, -14.192, -46.782, 0.000, 0.000, 0.000 // Cop start point #2 |
||
| 4912 | -82.141, -14.192, -24.073, 0.000, 0.000, 0.000 // Cop start point #3 |
||
| 4913 | -107.550, -14.192, -53.578, 0.000, 0.000, 0.000 // Cop start point #4 |
||
| 4914 | -16.200, -18.115, -56.439, 0.000, 0.000, 0.000 // Cop start point #5 |
||
| 4915 | -43.351, -12.953, -51.109, 0.000, 0.000, 0.000 // Cop start point #6 |
||
| 4916 | -52.453, -12.953, -40.415, 0.000, 0.000, 0.000 // Cop start point #7 |
||
| 4917 | -53.240, -14.192, -17.137, 0.000, 0.000, 0.000 // Cop start point #8 |
||
| 4918 | END OF OPPONENT PATHS |
||
| 4919 | 2 // number of material modifiers |
||
| 4920 | // default materias |
||
| 4921 | 1.0 // car wall friction |
||
| 4922 | 1.0 // tyre road friction |
||
| 4923 | 1.0 // down force |
||
| 4924 | 0.0 // bumpiness |
||
| 4925 | |||
| 4926 | |||
| 4927 | |||
| 4928 | 1.0 // sparkiness |
||
| 4929 | 1 // room for expansion |
||
| 4930 | 1 // skid mark material |
||
| 4931 | //Ab|;_ya|k2T |
||
| 4932 | 1.0 // car wall friction |
||
| 4933 | 1.0 // tyre road friction |
||
| 4934 | |||
| 4935 | 0.0 // bumpiness |
||
| 4936 | -1 // tyre sound index |
||
| 4937 | |||
| 4938 | |||
| 4939 | 0.0 // sparkiness |
||
| 4940 | 1 // room for expansion |
||
| 4941 | none // room for expansion |
||
| 4942 | // Non CarObjects |
||
| 4943 | 1 // number of non car objects |
||
| 4944 | CONE.TXT |
||
| 4945 | |||
| 4946 | 10 // Number of network start points |
||
| 4947 | -4.5,-14.19,-34.34 //1 |
||
| 4948 | 90 |
||
| 4949 | -13.96,-18.11,-43.35 //2 |
||
| 4950 | |||
| 4951 | -14.36,-18.11,-54.81 //3 |
||
| 4952 | 90 |
||
| 4953 | -33.78,-14.19,-54.71 //4 |
||
| 4954 | 62 |
||
| 4955 | -5.02,-14.19,-60.29 //5 |
||
| 4956 | 90 |
||
| 4957 | -39.68,-14.19,-46.02 //6 |
||
| 4958 | 210 |
||
| 4959 | -32.36,-14.19,-18.56 //7 |
||
| 4960 | |||
| 4961 | -21.96,-14.19,-18.29 //8 |
||
| 4962 | 90 |
||
| 4963 | -26.29,-14.19,-35.18 //9 |
||
| 4964 | 270 |
||
| 4965 | -59.13,-14.19,-59.27 //10 |
||
| 4966 | 270 |
||
| 4967 | 1 // number of splash files |
||
| 4968 | SPLSHYEL.PIX // name of pixelmapfile for splashes |
||
| 4969 | 1 |
||
| 4970 | INDUSTB2.TXT |