-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
testSimplificationDataTreeFormat.txt
594 lines (594 loc) · 8.83 KB
/
testSimplificationDataTreeFormat.txt
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
CSG {
numNodes 62
node0 {
Type leaf
MaterialIndex 0
Sphere {
Center 0 0 0
Radius 1.0
}
}
node1 {
Type leaf
MaterialIndex 0
Transform {
ZRotate 0.0
YRotate -90.00021045914971
XRotate 0.0
Cylinder {
Center -30 0 -2.2656e-16
Dir 29.3 0 0
Radius 1.2
}
}
}
node2 {
Type leaf
MaterialIndex 0
Transform {
ZRotate 0.0
YRotate -90.00021045914971
XRotate 0.0
Cylinder {
Center 0.7 0 -2.2656e-16
Dir 29.3 0 0
Radius 1.2
}
}
}
node3 {
Type internal
Operator union
numChildren 2
Child node1 node2
}
node4 {
Type leaf
MaterialIndex 0
Transform {
ZRotate -90.00021045914971
YRotate -100.01780454921702
XRotate 90.00021045914971
Cuboid {
pmin -3.64359 -30 -30
size 5.61309 30.3479 60
}
}
}
node5 {
Type internal
Operator intersect
numChildren 2
Child node3 node4
}
node6 {
Type internal
Operator union
numChildren 3
Child node0 node0 node5
}
node7 {
Type leaf
MaterialIndex 0
Transform {
ZRotate 90.00021045914971
YRotate -130.01099920872537
XRotate -90.00021045914971
Cuboid {
pmin -0.967901 0.985899 1.5
size 4.99949 0.599939 2
}
}
}
node8 {
Type leaf
MaterialIndex 0
Transform {
ZRotate 90.00021045914971
YRotate -130.01099920872537
XRotate -90.00021045914971
Cuboid {
pmin -0.767921 1.58584 1.7
size 4.59953 0.299969 1.6
}
}
}
node9 {
Type leaf
MaterialIndex 0
Transform {
ZRotate -90.00021045914971
YRotate -49.98902063911748
XRotate 0.0
Cylinder {
Center -0.967901 -3.5 1.28549
Dir 4.99949 0 0
Radius 0.3
}
}
}
node10 {
Type internal
Operator union
numChildren 3
Child node7 node8 node9
}
node11 {
Type leaf
MaterialIndex 0
Sphere {
Center 0.388 0.672 6.898
Radius 3.0
}
}
node12 {
Type leaf
MaterialIndex 0
Sphere {
Center 0 0 3.6
Radius 0.6
}
}
node13 {
Type internal
Operator union
numChildren 2
Child node11 node12
}
node14 {
Type leaf
MaterialIndex 0
Transform {
ZRotate 150.0628031649188
YRotate 0.0
XRotate 14.980669103049532
Cuboid {
pmin -30 -30 4.86407
size 60 60 25.1359
}
}
}
node15 {
Type leaf
MaterialIndex 0
Sphere {
Center 0.388 0.672 6.898
Radius 2.8
}
}
node16 {
Type internal
Operator union
numChildren 2
Child node14 node15
}
node17 {
Type internal
Operator subtract
numChildren 2
Child node13 node16
}
node18 {
Type leaf
MaterialIndex 0
Transform {
ZRotate 0.0
YRotate 0.0
XRotate 0.0
Cylinder {
Center -1.7 0 2
Dir 1.7 0 0
Radius 0.2
}
}
}
node19 {
Type leaf
MaterialIndex 0
Transform {
ZRotate 0.0
YRotate -90.00021045914971
XRotate 0.0
Cylinder {
Center 0.7 0 -2.2656e-16
Dir 2.9 0 0
Radius 1.2
}
}
}
node20 {
Type leaf
MaterialIndex 0
Transform {
ZRotate 60.06259270576907
YRotate -75.01908298986409
XRotate 0.0
Cylinder {
Center 3.47765 -1.38778e-17 1.03397
Dir 3.38649 0 0
Radius 0.2
}
}
}
node21 {
Type internal
Operator union
numChildren 2
Child node19 node20
}
node22 {
Type internal
Operator union
numChildren 3
Child node17 node18 node21
}
node23 {
Type leaf
MaterialIndex 0
Transform {
ZRotate 0.0
YRotate -90.00021045914971
XRotate 0.0
Cylinder {
Center 0.7 0 -2.2656e-16
Dir 3 0 0
Radius 1.2
}
}
}
node24 {
Type leaf
MaterialIndex 0
Transform {
ZRotate -90.00021045914971
YRotate -105.00883990260162
XRotate 90.00021045914971
Cuboid {
pmin 1.63181 -2.81767 -3.3
size 0.899893 4.59945 1.6
}
}
}
node25 {
Type internal
Operator union
numChildren 2
Child node23 node24
}
node26 {
Type leaf
MaterialIndex 0
Transform {
ZRotate -90.00021045914971
YRotate -105.00883990260162
XRotate 90.00021045914971
Cuboid {
pmin 1.63181 -3.01764 -3.5
size 0.599929 4.99941 2
}
}
}
node27 {
Type internal
Operator union
numChildren 2
Child node25 node26
}
node28 {
Type leaf
MaterialIndex 0
Transform {
ZRotate 0.0
YRotate 0.0
XRotate 0.0
Cylinder {
Center 0 0 2
Dir 1.5 0 0
Radius 0.2
}
}
}
node29 {
Type leaf
MaterialIndex 0
Transform {
ZRotate 90.00021045914971
YRotate 15.008915922349479
XRotate 0.0
Cylinder {
Center -3.01764 -3.5 1.93225
Dir 4.99941 0 0
Radius 0.3
}
}
}
node30 {
Type internal
Operator union
numChildren 3
Child node27 node28 node29
}
node31 {
Type leaf
MaterialIndex 0
Transform {
ZRotate 0.0
YRotate 0.0
XRotate 0.0
Cylinder {
Center 1.5 0 -2
Dir 28.5 0 0
Radius 0.2
}
}
}
node32 {
Type internal
Operator union
numChildren 2
Child node0 node31
}
node33 {
Type internal
Operator subtract
numChildren 2
Child node0 node32
}
node34 {
Type leaf
MaterialIndex 0
Transform {
ZRotate 0.0
YRotate -90.00021045914971
XRotate 0.0
Cylinder {
Center -3.7 0 -2.2656e-16
Dir 3 0 0
Radius 1.2
}
}
}
node35 {
Type leaf
MaterialIndex 0
Transform {
ZRotate 0.0
YRotate 0.0
XRotate 0.0
Cylinder {
Center -1.8 0 -2
Dir 3.3 0 0
Radius 0.2
}
}
}
node36 {
Type internal
Operator union
numChildren 2
Child node34 node35
}
node37 {
Type internal
Operator union
numChildren 2
Child node0 node0
}
node38 {
Type internal
Operator union
numChildren 2
Child node36 node37
}
node39 {
Type internal
Operator union
numChildren 3
Child node0 node33 node38
}
node40 {
Type leaf
MaterialIndex 0
Transform {
ZRotate 90.00021045914971
YRotate -79.98204341128728
XRotate -90.00021045914971
Cuboid {
pmin -2.26943 -1.1518 -7.5
size 0.59985 2.99833 6
}
}
}
node41 {
Type leaf
MaterialIndex 0
Transform {
ZRotate 0.0
YRotate -90.00021045914971
XRotate 0.0
Cuboid {
pmin -2 -30 -7.2
size 32 60 2.4
}
}
}
node42 {
Type leaf
MaterialIndex 0
Transform {
ZRotate 90.00021045914971
YRotate -79.98204341128728
XRotate -90.00021045914971
Cuboid {
pmin -2.26943 -0.852786 -7.2
size 0.899775 2.3994 7.2
}
}
}
node43 {
Type internal
Operator intersect
numChildren 2
Child node41 node42
}
node44 {
Type leaf
MaterialIndex 0
Transform {
ZRotate 90.00021045914971
YRotate 10.017937864744392
XRotate 0.0
Cylinder {
Center -1.15271 -7.5 -1.9704
Dir 2.99925 0 0
Radius 0.3
}
}
}
node45 {
Type internal
Operator union
numChildren 2
Child node43 node44
}
node46 {
Type leaf
MaterialIndex 0
Transform {
ZRotate 90.00021045914971
YRotate -79.98204341128728
XRotate -90.00021045914971
Cuboid {
pmin -1.66958 -0.852786 -4.2
size 0.299925 2.3994 2.4
}
}
}
node47 {
Type internal
Operator union
numChildren 3
Child node40 node45 node46
}
node48 {
Type leaf
MaterialIndex 0
Transform {
ZRotate -90.00021045914971
YRotate -125.02512047549693
XRotate 90.00021045914971
Cuboid {
pmin -1.33784 -0.0529937 1.8
size 0.299965 2.39972 2.4
}
}
}
node49 {
Type leaf
MaterialIndex 0
Transform {
ZRotate -90.00021045914971
YRotate -125.02512047549693
XRotate 90.00021045914971
Cuboid {
pmin -1.33784 -0.0529937 4.8
size 0.299965 2.39972 2.4
}
}
}
node50 {
Type leaf
MaterialIndex 0
Transform {
ZRotate 0.0
YRotate 0.0
XRotate 0.0
Cylinder {
Center -4.8 0 -2
Dir 4.8 0 0
Radius 0.2
}
}
}
node51 {
Type internal
Operator union
numChildren 2
Child node49 node50
}
node52 {
Type leaf
MaterialIndex 0
Transform {
ZRotate -90.00021045914971
YRotate -125.02512047549693
XRotate 90.00021045914971
Cuboid {
pmin -1.93777 -0.352958 1.5
size 0.599929 2.99964 6
}
}
}
node53 {
Type internal
Operator union
numChildren 2
Child node51 node52
}
node54 {
Type leaf
MaterialIndex 0
Transform {
ZRotate 90.00021045914971
YRotate 35.024852720567715
XRotate 0.0
Cylinder {
Center -0.352958 7.5 -1.63891
Dir 2.99964 0 0
Radius 0.3
}
}
}
node55 {
Type internal
Operator union
numChildren 3
Child node48 node53 node54
}
node56 {
Type internal
Operator union
numChildren 2
Child node47 node55
}
node57 {
Type internal
Operator union
numChildren 2
Child node39 node56
}
node58 {
Type internal
Operator union
numChildren 2
Child node30 node57
}
node59 {
Type internal
Operator union
numChildren 2
Child node22 node58
}
node60 {
Type internal
Operator union
numChildren 2
Child node10 node59
}
node61 {
Type internal
Operator union
numChildren 2
Child node6 node60
}
}