-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsimulation3.wrl
More file actions
732 lines (729 loc) · 13.6 KB
/
simulation3.wrl
File metadata and controls
732 lines (729 loc) · 13.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
#VRML V2.0 utf8
# Generated by VRML 2.0 driver of GEANT4
#---------- CAMERA
Viewpoint {
position 0 0 4350.66
}
#---------- SOLID: world.0
Shape {
appearance Appearance {
material Material {
diffuseColor 1 1 1
transparency 0.7
}
}
geometry IndexedFaceSet {
coord Coordinate {
point [
-605 -605 -2000,
605 -605 -2000,
605 605 -2000,
-605 605 -2000,
-605 -605 2000,
605 -605 2000,
605 605 2000,
-605 605 2000,
]
}
coordIndex [
0, 3, 2, 1, -1,
4, 7, 3, 0, -1,
7, 6, 2, 3, -1,
6, 5, 1, 2, -1,
5, 4, 0, 1, -1,
4, 5, 6, 7, -1,
]
solid FALSE
}
}
#---------- SOLID: PhantomBox.0
Shape {
appearance Appearance {
material Material {
diffuseColor 0 0.9 1
transparency 0.7
}
}
geometry IndexedFaceSet {
coord Coordinate {
point [
-600 -600 900,
600 -600 900,
600 600 900,
-600 600 900,
-600 -600 1100,
600 -600 1100,
600 600 1100,
-600 600 1100,
]
}
coordIndex [
0, 3, 2, 1, -1,
4, 7, 3, 0, -1,
7, 6, 2, 3, -1,
6, 5, 1, 2, -1,
5, 4, 0, 1, -1,
4, 5, 6, 7, -1,
]
solid FALSE
}
}
#---------- POLYLINE
Shape {
appearance Appearance {
material Material {
diffuseColor 1 0 0
emissiveColor 1 0 0
}
}
geometry IndexedLineSet {
coord Coordinate {
point [
0 0 -900,
-258.919 -224.156 900,
-258.934 -224.145 900.027,
-258.933 -224.117 900.031,
-258.924 -224.113 900.059,
-258.894 -224.106 900.069,
-258.859 -224.113 900.08,
-258.852 -224.101 900.042,
-258.868 -224.095 900.016,
-258.877 -224.103 900.001,
-258.877 -224.104 900,
-155.204 -605 335.924,
]
}
coordIndex [
0, 1, 2, 3, 4, 5, 6, 7, 8, 9,
10, 11, -1
]
}
}
#---------- POLYLINE
Shape {
appearance Appearance {
material Material {
diffuseColor 1 0 0
emissiveColor 1 0 0
}
}
geometry IndexedLineSet {
coord Coordinate {
point [
0 0 -900,
577.347 -151.452 900,
577.357 -151.458 900.015,
577.372 -151.474 900.038,
577.374 -151.489 900.013,
577.371 -151.482 900,
-605 -550.872 -932.257,
]
}
coordIndex [
0, 1, 2, 3, 4, 5, 6, -1
]
}
}
#---------- POLYLINE
Shape {
appearance Appearance {
material Material {
diffuseColor 1 0 0
emissiveColor 1 0 0
}
}
geometry IndexedLineSet {
coord Coordinate {
point [
0 0 -900,
-169.172 -172.604 900,
-169.171 -172.597 900.021,
-169.15 -172.577 900.027,
-169.137 -172.557 900.031,
-169.14 -172.531 900.024,
-169.154 -172.517 900.03,
-169.177 -172.51 900.027,
-169.189 -172.494 900.015,
-169.186 -172.494 900,
605 -114.295 -497.609,
]
}
coordIndex [
0, 1, 2, 3, 4, 5, 6, 7, 8, 9,
10, -1
]
}
}
#---------- POLYLINE
Shape {
appearance Appearance {
material Material {
diffuseColor 1 0 0
emissiveColor 1 0 0
}
}
geometry IndexedLineSet {
coord Coordinate {
point [
0 0 -900,
-251.83 370.33 900,
-251.847 370.346 900.02,
-251.856 370.35 900.047,
-251.856 370.342 900.075,
-251.872 370.311 900.084,
-251.845 370.282 900.073,
-251.875 370.286 900.09,
-251.916 370.317 900.104,
-251.936 370.3 900.138,
-251.905 370.265 900.136,
-251.912 370.213 900.129,
-251.882 370.256 900.144,
-251.87 370.253 900.137,
]
}
coordIndex [
0, 1, 2, 3, 4, 5, 6, 7, 8, 9,
10, 11, 12, 13, -1
]
}
}
#---------- POLYLINE
Shape {
appearance Appearance {
material Material {
diffuseColor 1 0 0
emissiveColor 1 0 0
}
}
geometry IndexedLineSet {
coord Coordinate {
point [
0 0 -900,
-346.521 -207.137 900,
-346.525 -207.13 900.021,
-346.53 -207.132 900.043,
-346.531 -207.156 900.051,
-346.547 -207.181 900.045,
-346.559 -207.202 900.045,
-346.546 -207.22 900.031,
-346.554 -207.226 900.009,
-346.553 -207.214 900,
-605 11.5299 403.629,
]
}
coordIndex [
0, 1, 2, 3, 4, 5, 6, 7, 8, 9,
10, -1
]
}
}
#---------- POLYLINE
Shape {
appearance Appearance {
material Material {
diffuseColor 1 0 0
emissiveColor 1 0 0
}
}
geometry IndexedLineSet {
coord Coordinate {
point [
0 0 -900,
-132.572 131.705 900,
-132.568 131.72 900.022,
-132.583 131.736 900.043,
-132.594 131.734 900.064,
-132.613 131.722 900.077,
-132.652 131.707 900.095,
-132.658 131.766 900.082,
-132.686 131.77 900.1,
-132.673 131.719 900.079,
-132.678 131.74 900.062,
-132.7 131.733 900.063,
-132.696 131.728 900.085,
-132.729 131.729 900.094,
-132.775 131.748 900.069,
-132.772 131.757 900.065,
]
}
coordIndex [
0, 1, 2, 3, 4, 5, 6, 7, 8, 9,
10, 11, 12, 13, 14, 15, -1
]
}
}
#---------- POLYLINE
Shape {
appearance Appearance {
material Material {
diffuseColor 1 0 0
emissiveColor 1 0 0
}
}
geometry IndexedLineSet {
coord Coordinate {
point [
0 0 -900,
-559.625 334.649 900,
-559.636 334.66 900.017,
-559.639 334.654 900.04,
-559.651 334.643 900.052,
-559.666 334.626 900.078,
-559.635 334.64 900.098,
-559.641 334.695 900.081,
-559.626 334.723 900.058,
-559.626 334.706 900.032,
-559.624 334.709 900.006,
-559.635 334.723 900.007,
-559.657 334.72 900.006,
-559.674 334.714 900.009,
-559.695 334.725 900.017,
-559.692 334.738 900.034,
-559.678 334.758 900.024,
-559.66 334.77 900.036,
-559.639 334.788 900.021,
-559.625 334.766 900.022,
-559.624 334.753 900.011,
-559.621 334.742 900.01,
-559.611 334.739 900.002,
-559.613 334.739 900,
605 327.853 226.953,
]
}
coordIndex [
0, 1, 2, 3, 4, 5, 6, 7, 8, 9,
10, 11, 12, 13, 14, 15, 16, 17, 18, 19,
20, 21, 22, 23, 24, -1
]
}
}
#---------- POLYLINE
Shape {
appearance Appearance {
material Material {
diffuseColor 1 0 0
emissiveColor 1 0 0
}
}
geometry IndexedLineSet {
coord Coordinate {
point [
0 0 -900,
265.32 -276.799 900,
265.336 -276.814 900.022,
265.314 -276.82 900.04,
265.298 -276.81 900.064,
265.307 -276.774 900.069,
265.278 -276.785 900.057,
265.267 -276.781 900.037,
265.262 -276.769 900.05,
265.276 -276.751 900.06,
265.26 -276.735 900.035,
265.242 -276.721 900.044,
265.226 -276.737 900.022,
265.213 -276.724 900.037,
265.208 -276.711 900.063,
265.186 -276.732 900.058,
265.16 -276.744 900.059,
265.161 -276.747 900.054,
]
}
coordIndex [
0, 1, 2, 3, 4, 5, 6, 7, 8, 9,
10, 11, 12, 13, 14, 15, 16, 17, -1
]
}
}
#---------- POLYLINE
Shape {
appearance Appearance {
material Material {
diffuseColor 1 0 0
emissiveColor 1 0 0
}
}
geometry IndexedLineSet {
coord Coordinate {
point [
0 0 -900,
465.144 -482.001 900,
465.155 -482.008 900.016,
465.163 -482.012 900.027,
465.154 -482.022 900.038,
465.158 -482.012 900.022,
465.156 -482.002 900.002,
465.146 -482.002 900,
465.143 -481.997 900,
465.139 -481.994 900.005,
465.139 -481.992 900.014,
465.145 -481.993 900.015,
465.15 -481.993 900.022,
465.161 -481.995 900.023,
465.164 -482.004 900.031,
465.166 -482.016 900.032,
465.174 -482.013 900.043,
465.199 -482.002 900.035,
465.199 -482.005 900.032,
]
}
coordIndex [
0, 1, 2, 3, 4, 5, 6, 7, 8, 9,
10, 11, 12, 13, 14, 15, 16, 17, 18, -1
]
}
}
#---------- POLYLINE
Shape {
appearance Appearance {
material Material {
diffuseColor 1 1 1
emissiveColor 1 1 1
}
}
geometry IndexedLineSet {
coord Coordinate {
point [
465.163 -482.012 900.027,
465.327 -482.153 900.947,
]
}
coordIndex [
0, 1, -1
]
}
}
#---------- POLYLINE
Shape {
appearance Appearance {
material Material {
diffuseColor 1 0 0
emissiveColor 1 0 0
}
}
geometry IndexedLineSet {
coord Coordinate {
point [
465.327 -482.153 900.947,
465.327 -482.154 900.947,
]
}
coordIndex [
0, 1, -1
]
}
}
#---------- POLYLINE
Shape {
appearance Appearance {
material Material {
diffuseColor 1 0 0
emissiveColor 1 0 0
}
}
geometry IndexedLineSet {
coord Coordinate {
point [
0 0 -900,
86.6887 605 913.033,
]
}
coordIndex [
0, 1, -1
]
}
}
#---------- POLYLINE
Shape {
appearance Appearance {
material Material {
diffuseColor 1 0 0
emissiveColor 1 0 0
}
}
geometry IndexedLineSet {
coord Coordinate {
point [
0 0 -900,
118.367 506.153 900,
118.366 506.172 900.018,
118.37 506.188 900.031,
118.394 506.198 900.032,
118.416 506.21 900.04,
118.417 506.235 900.053,
118.444 506.236 900.063,
118.477 506.236 900.085,
118.462 506.272 900.12,
118.505 506.292 900.06,
118.531 506.306 900.045,
118.543 506.3 900.022,
118.563 506.298 900.016,
118.57 506.287 900.027,
118.569 506.262 900.037,
118.555 506.254 900.03,
118.532 506.242 900.026,
118.533 506.254 900.015,
118.533 506.256 900.031,
118.53 506.257 900.031,
]
}
coordIndex [
0, 1, 2, 3, 4, 5, 6, 7, 8, 9,
10, 11, 12, 13, 14, 15, 16, 17, 18, 19,
20, -1
]
}
}
#---------- POLYLINE
Shape {
appearance Appearance {
material Material {
diffuseColor 1 0 0
emissiveColor 1 0 0
}
}
geometry IndexedLineSet {
coord Coordinate {
point [
0 0 -900,
-229 339.385 900,
-229.013 339.393 900.016,
-229.005 339.386 900.041,
-229.011 339.406 900.062,
-229 339.386 900.039,
-228.986 339.4 900.027,
-228.984 339.405 900.005,
-228.982 339.407 900,
-15.8223 605 488.554,
]
}
coordIndex [
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, -1
]
}
}
#---------- POLYLINE
Shape {
appearance Appearance {
material Material {
diffuseColor 1 0 0
emissiveColor 1 0 0
}
}
geometry IndexedLineSet {
coord Coordinate {
point [
0 0 -900,
-605 338.687 911.232,
]
}
coordIndex [
0, 1, -1
]
}
}
#---------- POLYLINE
Shape {
appearance Appearance {
material Material {
diffuseColor 1 0 0
emissiveColor 1 0 0
}
}
geometry IndexedLineSet {
coord Coordinate {
point [
0 0 -900,
-102.278 -56.0399 900,
-102.289 -56.0251 900.025,
-102.299 -56.022 900.043,
-102.271 -56.0189 900.057,
-102.254 -56.0069 900.082,
-102.233 -56.0007 900.119,
-102.279 -56.038 900.109,
-102.3 -56.0296 900.066,
-102.274 -56.0199 900.059,
-102.258 -56.0335 900.069,
-102.296 -56.0281 900.054,
-102.309 -56.0374 900.076,
-102.307 -56.0774 900.093,
-102.296 -56.0826 900.112,
-102.289 -56.0943 900.111,
]
}
coordIndex [
0, 1, 2, 3, 4, 5, 6, 7, 8, 9,
10, 11, 12, 13, 14, 15, -1
]
}
}
#---------- POLYLINE
Shape {
appearance Appearance {
material Material {
diffuseColor 1 0 0
emissiveColor 1 0 0
}
}
geometry IndexedLineSet {
coord Coordinate {
point [
0 0 -900,
-605 294.595 880.965,
]
}
coordIndex [
0, 1, -1
]
}
}
#---------- POLYLINE
Shape {
appearance Appearance {
material Material {
diffuseColor 1 0 0
emissiveColor 1 0 0
}
}
geometry IndexedLineSet {
coord Coordinate {
point [
0 0 -900,
-306.458 307.786 900,
-306.46 307.775 900.026,
-306.456 307.791 900.047,
-306.438 307.798 900.065,
-306.417 307.804 900.079,
-306.409 307.809 900.13,
-306.359 307.775 900.122,
-306.308 307.746 900.148,
-306.299 307.805 900.132,
-306.279 307.794 900.196,
-306.276 307.772 900.192,
]
}
coordIndex [
0, 1, 2, 3, 4, 5, 6, 7, 8, 9,
10, 11, -1
]
}
}
#---------- POLYLINE
Shape {
appearance Appearance {
material Material {
diffuseColor 1 0 0
emissiveColor 1 0 0
}
}
geometry IndexedLineSet {
coord Coordinate {
point [
0 0 -900,
-245.861 -485.27 900,
-245.846 -485.276 900.025,
-245.834 -485.261 900.046,
-245.819 -485.236 900.046,
-245.821 -485.208 900.048,
-245.824 -485.19 900.062,
-245.8 -485.184 900.062,
-245.794 -485.197 900.043,
-245.814 -485.206 900.044,
-245.833 -485.188 900.038,
-245.853 -485.176 900.033,
-245.866 -485.18 900.052,
-245.844 -485.175 900.075,
-245.856 -485.16 900.108,
-245.852 -485.148 900.114,
]
}
coordIndex [
0, 1, 2, 3, 4, 5, 6, 7, 8, 9,
10, 11, 12, 13, 14, 15, -1
]
}
}
#---------- POLYLINE
Shape {
appearance Appearance {
material Material {
diffuseColor 1 0 0
emissiveColor 1 0 0
}
}
geometry IndexedLineSet {
coord Coordinate {
point [
0 0 -900,
576.97 383.033 900,
576.961 383.031 900.03,
576.945 383.01 900.041,
576.942 382.991 900.047,
576.954 383 900.07,
576.98 383.001 900.066,
576.986 383.014 900.037,
577.001 383.03 900.023,
577.03 383.038 900.017,
577.028 383.057 900.005,
577.028 383.055 900,
605 189.283 640.226,
]
}
coordIndex [
0, 1, 2, 3, 4, 5, 6, 7, 8, 9,
10, 11, 12, -1
]
}
}
#---------- POLYLINE
Shape {
appearance Appearance {
material Material {
diffuseColor 1 0 0
emissiveColor 1 0 0
}
}
geometry IndexedLineSet {
coord Coordinate {
point [
0 0 -900,
-228.329 324.641 900,
-228.328 324.648 900.021,
-228.321 324.635 900.003,
-228.321 324.635 900,
367.349 511.805 -2000,
]
}
coordIndex [
0, 1, 2, 3, 4, 5, -1
]
}
}
#---------- POLYLINE
Shape {
appearance Appearance {
material Material {
diffuseColor 1 0 0
emissiveColor 1 0 0
}
}
geometry IndexedLineSet {
coord Coordinate {
point [
0 0 -900,
452.986 -302.682 900,
453.003 -302.684 900.016,
453.004 -302.705 900.038,
452.999 -302.703 900.062,
452.986 -302.71 900.039,
452.991 -302.687 900.022,
453.007 -302.685 900.006,
453.008 -302.687 900,
407.884 -605 357.945,
]
}
coordIndex [
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, -1
]
}
}
#End of file.