File size: 19,189 Bytes
0d35d1c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
# ContPhy Data Shapes

## Content   
1. [Fluid](#fluid)
2. [Rope](#rope)
3. [Cloth](#cloth)
4. [Ball](#ball)


---


## Fluid
[Back to top](#content)

### Command
```bash

cd path/to/TestContPhy

python ./Assets/Scripts/Python/read_and_visualize_data.py --trial_path ./output/fluid_slides_new/0 --print_shapes

```
### Output
```js

Data Loaded!                                                                                                                                         

name: Blue Fluid

3D space: (250, 100, 3)

2D pixel: (250, 100, 2)

Mesh frames: 250

Mesh in the 1st  frame: vertices are (0,) | faces are (0, 3)

Mesh in the last frame: vertices are (60, 3) | faces are (93, 3)

--------------------------------------

name: Later Emitted Blue Fluid

3D space: (250, 100, 3)

2D pixel: (250, 100, 2)

Mesh frames: 250

Mesh in the 1st  frame: vertices are (0,) | faces are (0, 3)

Mesh in the last frame: vertices are (35, 3) | faces are (48, 3)

--------------------------------------

name: Light Blue Fluid

3D space: (250, 100, 3)

2D pixel: (250, 100, 2)

Mesh frames: 250

Mesh in the 1st  frame: vertices are (0,) | faces are (0, 3)

Mesh in the last frame: vertices are (67, 3) | faces are (103, 3)

--------------------------------------

name: Pink Fluid

3D space: (250, 100, 3)

2D pixel: (250, 100, 2)

Mesh frames: 250

Mesh in the 1st  frame: vertices are (0,) | faces are (0, 3)

Mesh in the last frame: vertices are (186, 3) | faces are (236, 3)

--------------------------------------

name: Left Vertical Wall

3D space: (250, 2712, 3)

2D pixel: (250, 2712, 2)

Mesh frames: 250

Mesh in the 1st  frame: vertices are (24, 3) | faces are (12, 3)

Mesh in the last frame: vertices are (24, 3) | faces are (12, 3)

--------------------------------------

name: Right Vertical Wall

3D space: (250, 2712, 3)

2D pixel: (250, 2712, 2)

Mesh frames: 250

Mesh in the 1st  frame: vertices are (24, 3) | faces are (12, 3)

Mesh in the last frame: vertices are (24, 3) | faces are (12, 3)

--------------------------------------

name: Floor

3D space: (250, 1872, 3)

2D pixel: (250, 1872, 2)

Mesh frames: 250

Mesh in the 1st  frame: vertices are (24, 3) | faces are (12, 3)

Mesh in the last frame: vertices are (24, 3) | faces are (12, 3)

--------------------------------------

name: Ceiling

3D space: (250, 1872, 3)

2D pixel: (250, 1872, 2)

Mesh frames: 250

Mesh in the 1st  frame: vertices are (24, 3) | faces are (12, 3)

Mesh in the last frame: vertices are (24, 3) | faces are (12, 3)

--------------------------------------

name: Purple Stick

3D space: (250, 270, 3)

2D pixel: (250, 270, 2)

Mesh frames: 250

Mesh in the 1st  frame: vertices are (24, 3) | faces are (12, 3)

Mesh in the last frame: vertices are (24, 3) | faces are (12, 3)

--------------------------------------

name: Orange Stick

3D space: (250, 252, 3)

2D pixel: (250, 252, 2)

Mesh frames: 250

Mesh in the 1st  frame: vertices are (24, 3) | faces are (12, 3)

Mesh in the last frame: vertices are (24, 3) | faces are (12, 3)

--------------------------------------

name: Black Stick

3D space: (250, 252, 3)

2D pixel: (250, 252, 2)

Mesh frames: 250

Mesh in the 1st  frame: vertices are (24, 3) | faces are (12, 3)

Mesh in the last frame: vertices are (24, 3) | faces are (12, 3)

--------------------------------------

name: Brown Stick

3D space: (250, 270, 3)

2D pixel: (250, 270, 2)

Mesh frames: 250

Mesh in the 1st  frame: vertices are (24, 3) | faces are (12, 3)

Mesh in the last frame: vertices are (24, 3) | faces are (12, 3)

--------------------------------------

name: Green Stick

3D space: (250, 243, 3)

2D pixel: (250, 243, 2)

Mesh frames: 250

Mesh in the 1st  frame: vertices are (24, 3) | faces are (12, 3)

Mesh in the last frame: vertices are (24, 3) | faces are (12, 3)

--------------------------------------

name: Black Container Left Guided Stick

3D space: (250, 99, 3)

2D pixel: (250, 99, 2)

Mesh frames: 250

Mesh in the 1st  frame: vertices are (24, 3) | faces are (12, 3)

Mesh in the last frame: vertices are (24, 3) | faces are (12, 3)

--------------------------------------

name: Black Container Right Guided Stick

3D space: (250, 99, 3)

2D pixel: (250, 99, 2)

Mesh frames: 250

Mesh in the 1st  frame: vertices are (24, 3) | faces are (12, 3)

Mesh in the last frame: vertices are (24, 3) | faces are (12, 3)

--------------------------------------

name: Black Container Left Vertical Wall

3D space: (250, 960, 3)

2D pixel: (250, 960, 2)

Mesh frames: 250

Mesh in the 1st  frame: vertices are (24, 3) | faces are (12, 3)

Mesh in the last frame: vertices are (24, 3) | faces are (12, 3)

--------------------------------------

name: Black Container Right Vertical Wall

3D space: (250, 960, 3)

2D pixel: (250, 960, 2)

Mesh frames: 250

Mesh in the 1st  frame: vertices are (24, 3) | faces are (12, 3)

Mesh in the last frame: vertices are (24, 3) | faces are (12, 3)

--------------------------------------

name: Black Container Bottom Floor

3D space: (250, 960, 3)

2D pixel: (250, 960, 2)

Mesh frames: 250

Mesh in the 1st  frame: vertices are (24, 3) | faces are (12, 3)

Mesh in the last frame: vertices are (24, 3) | faces are (12, 3)

--------------------------------------

name: Brown Container Left Guided Stick

3D space: (250, 99, 3)

2D pixel: (250, 99, 2)

Mesh frames: 250

Mesh in the 1st  frame: vertices are (24, 3) | faces are (12, 3)

Mesh in the last frame: vertices are (24, 3) | faces are (12, 3)

--------------------------------------

name: Brown Container Right Guided Stick

3D space: (250, 99, 3)

2D pixel: (250, 99, 2)

Mesh frames: 250

Mesh in the 1st  frame: vertices are (24, 3) | faces are (12, 3)

Mesh in the last frame: vertices are (24, 3) | faces are (12, 3)

--------------------------------------

name: Brown Container Left Vertical Wall

3D space: (250, 960, 3)

2D pixel: (250, 960, 2)

Mesh frames: 250

Mesh in the 1st  frame: vertices are (24, 3) | faces are (12, 3)

Mesh in the last frame: vertices are (24, 3) | faces are (12, 3)

--------------------------------------

name: Brown Container Right Vertical Wall

3D space: (250, 960, 3)

2D pixel: (250, 960, 2)

Mesh frames: 250

Mesh in the 1st  frame: vertices are (24, 3) | faces are (12, 3)

Mesh in the last frame: vertices are (24, 3) | faces are (12, 3)

--------------------------------------

name: Brown Container Bottom Floor

3D space: (250, 960, 3)

2D pixel: (250, 960, 2)

Mesh frames: 250

Mesh in the 1st  frame: vertices are (24, 3) | faces are (12, 3)

Mesh in the last frame: vertices are (24, 3) | faces are (12, 3)

--------------------------------------

name: Gray Container Left Guided Stick

3D space: (250, 99, 3)

2D pixel: (250, 99, 2)

Mesh frames: 250

Mesh in the 1st  frame: vertices are (24, 3) | faces are (12, 3)

Mesh in the last frame: vertices are (24, 3) | faces are (12, 3)

--------------------------------------

name: Gray Container Right Guided Stick

3D space: (250, 99, 3)

2D pixel: (250, 99, 2)

Mesh frames: 250

Mesh in the 1st  frame: vertices are (24, 3) | faces are (12, 3)

Mesh in the last frame: vertices are (24, 3) | faces are (12, 3)

--------------------------------------

name: Gray Container Left Vertical Wall

3D space: (250, 960, 3)

2D pixel: (250, 960, 2)

Mesh frames: 250

Mesh in the 1st  frame: vertices are (24, 3) | faces are (12, 3)

Mesh in the last frame: vertices are (24, 3) | faces are (12, 3)

--------------------------------------

name: Gray Container Right Vertical Wall

3D space: (250, 960, 3)

2D pixel: (250, 960, 2)

Mesh frames: 250

Mesh in the 1st  frame: vertices are (24, 3) | faces are (12, 3)

Mesh in the last frame: vertices are (24, 3) | faces are (12, 3)

--------------------------------------

name: Gray Container Bottom Floor

3D space: (250, 960, 3)

2D pixel: (250, 960, 2)

Mesh frames: 250

Mesh in the 1st  frame: vertices are (24, 3) | faces are (12, 3)

Mesh in the last frame: vertices are (24, 3) | faces are (12, 3)

--------------------------------------

name: Blue Fluid Emitter

3D space: (250, 96, 3)

2D pixel: (250, 96, 2)

Mesh frames: 250

Mesh in the 1st  frame: vertices are (24, 3) | faces are (12, 3)

Mesh in the last frame: vertices are (24, 3) | faces are (12, 3)

--------------------------------------

name: Later Emitted Blue Fluid Emitter

3D space: (250, 96, 3)

2D pixel: (250, 96, 2)

Mesh frames: 250

Mesh in the 1st  frame: vertices are (24, 3) | faces are (12, 3)

Mesh in the last frame: vertices are (24, 3) | faces are (12, 3)

--------------------------------------

name: Light Blue Fluid Emitter

3D space: (250, 96, 3)

2D pixel: (250, 96, 2)

Mesh frames: 250

Mesh in the 1st  frame: vertices are (24, 3) | faces are (12, 3)

Mesh in the last frame: vertices are (24, 3) | faces are (12, 3)

--------------------------------------

name: Pink Fluid Emitter

3D space: (250, 96, 3)

2D pixel: (250, 96, 2)

Mesh frames: 250

Mesh in the 1st  frame: vertices are (24, 3) | faces are (12, 3)

Mesh in the last frame: vertices are (24, 3) | faces are (12, 3)

--------------------------------------

```

---

## Rope
[Back to top](#content)

### Command
```bash

cd path/to/TestContPhy

python ./Assets/Scripts/Python/read_and_visualize_data.py --trial_path ./output/pulley_group_new/0 --print_shapes

```
### Output
```js

Data Loaded!                                                                                                                                         

name: White Rope

3D space: (150, 128, 3)

2D pixel: (150, 128, 2)

Mesh frames: 150

Mesh in the 1st  frame: vertices are (774, 3) | faces are (1360, 3)

Mesh in the last frame: vertices are (774, 3) | faces are (1360, 3)

--------------------------------------

name: Purple Rope

3D space: (150, 8, 3)

2D pixel: (150, 8, 2)

Mesh frames: 150

Mesh in the 1st  frame: vertices are (18, 3) | faces are (16, 3)

Mesh in the last frame: vertices are (18, 3) | faces are (16, 3)

--------------------------------------

name: Pink Rope

3D space: (150, 31, 3)

2D pixel: (150, 31, 2)

Mesh frames: 150

Mesh in the 1st  frame: vertices are (207, 3) | faces are (352, 3)

Mesh in the last frame: vertices are (144, 3) | faces are (240, 3)

--------------------------------------

name: Blue Hollow Static Pulley (0 0)

3D space: (150, 706, 3)

2D pixel: (150, 706, 2)

Mesh frames: 150

Mesh in the 1st  frame: vertices are (1790, 3) | faces are (1952, 3)

Mesh in the last frame: vertices are (1790, 3) | faces are (1952, 3)

--------------------------------------

name: Shaft of Blue Hollow Static Pulley (0 0)

3D space: (150, 872, 3)

2D pixel: (150, 872, 2)

Mesh frames: 150

Mesh in the 1st  frame: vertices are (88, 3) | faces are (80, 3)

Mesh in the last frame: vertices are (88, 3) | faces are (80, 3)

--------------------------------------

name: Yellow Solid Static Pulley (0 1)

3D space: (150, 1153, 3)

2D pixel: (150, 1153, 2)

Mesh frames: 150

Mesh in the 1st  frame: vertices are (1024, 3) | faces are (1344, 3)

Mesh in the last frame: vertices are (1024, 3) | faces are (1344, 3)

--------------------------------------

name: Shaft of Yellow Solid Static Pulley (0 1)

3D space: (150, 872, 3)

2D pixel: (150, 872, 2)

Mesh frames: 150

Mesh in the 1st  frame: vertices are (88, 3) | faces are (80, 3)

Mesh in the last frame: vertices are (88, 3) | faces are (80, 3)

--------------------------------------

name: Blue Solid Dynamic Pulley (0 2)

3D space: (150, 1153, 3)

2D pixel: (150, 1153, 2)

Mesh frames: 150

Mesh in the 1st  frame: vertices are (1024, 3) | faces are (1344, 3)

Mesh in the last frame: vertices are (1024, 3) | faces are (1344, 3)

--------------------------------------

name: Purple Sphere

3D space: (150, 698, 3)

2D pixel: (150, 698, 2)

Mesh frames: 150

Mesh in the 1st  frame: vertices are (515, 3) | faces are (768, 3)

Mesh in the last frame: vertices are (515, 3) | faces are (768, 3)

--------------------------------------

name: Orange Hollow Static Pulley (0 3)

3D space: (150, 706, 3)

2D pixel: (150, 706, 2)

Mesh frames: 150

Mesh in the 1st  frame: vertices are (1790, 3) | faces are (1952, 3)

Mesh in the last frame: vertices are (1790, 3) | faces are (1952, 3)

--------------------------------------

name: Shaft of Orange Hollow Static Pulley (0 3)

3D space: (150, 872, 3)

2D pixel: (150, 872, 2)

Mesh frames: 150

Mesh in the 1st  frame: vertices are (88, 3) | faces are (80, 3)

Mesh in the last frame: vertices are (88, 3) | faces are (80, 3)

--------------------------------------

name: Red Hollow Static Pulley (0 6)

3D space: (150, 706, 3)

2D pixel: (150, 706, 2)

Mesh frames: 150

Mesh in the 1st  frame: vertices are (1790, 3) | faces are (1952, 3)

Mesh in the last frame: vertices are (1790, 3) | faces are (1952, 3)

--------------------------------------

name: Shaft of Red Hollow Static Pulley (0 6)

3D space: (150, 872, 3)

2D pixel: (150, 872, 2)

Mesh frames: 150

Mesh in the 1st  frame: vertices are (88, 3) | faces are (80, 3)

Mesh in the last frame: vertices are (88, 3) | faces are (80, 3)

--------------------------------------

name: Green Fixed Point

3D space: (150, 27, 3)

2D pixel: (150, 27, 2)

Mesh frames: 150

Mesh in the 1st  frame: vertices are (96, 3) | faces are (44, 3)

Mesh in the last frame: vertices are (96, 3) | faces are (44, 3)

--------------------------------------

name: Orange Cube

3D space: (150, 992, 3)

2D pixel: (150, 992, 2)

Mesh frames: 150

Mesh in the 1st  frame: vertices are (96, 3) | faces are (44, 3)

Mesh in the last frame: vertices are (96, 3) | faces are (44, 3)

--------------------------------------

name: Pink Cube

3D space: (150, 992, 3)

2D pixel: (150, 992, 2)

Mesh frames: 150

Mesh in the 1st  frame: vertices are (96, 3) | faces are (44, 3)

Mesh in the last frame: vertices are (96, 3) | faces are (44, 3)

--------------------------------------

name: White Sphere

3D space: (150, 698, 3)

2D pixel: (150, 698, 2)

Mesh frames: 150

Mesh in the 1st  frame: vertices are (515, 3) | faces are (768, 3)

Mesh in the last frame: vertices are (515, 3) | faces are (768, 3)

--------------------------------------

```

---

## Cloth
[Back to top](#content)

### Command
```bash

cd path/to/TestContPhy

python ./Assets/Scripts/Python/read_and_visualize_data.py --trial_path ./output/cloth_collision_new/0 --print_shapes

```
### Output
```js

Data Loaded!

name: Cloth (Left)

3D space: (115, 961, 3)

2D pixel: (115, 961, 2)

Mesh frames: 115

Mesh in the 1st  frame: vertices are (961, 3) | faces are (1800, 3)

Mesh in the last frame: vertices are (961, 3) | faces are (1800, 3)

--------------------------------------

name: Cloth (Right)

3D space: (115, 961, 3)

2D pixel: (115, 961, 2)

Mesh frames: 115

Mesh in the 1st  frame: vertices are (961, 3) | faces are (1800, 3)

Mesh in the last frame: vertices are (961, 3) | faces are (1800, 3)

--------------------------------------

name: Pink Pillar

3D space: (115, 240, 3)

2D pixel: (115, 240, 2)

Mesh frames: 115

Mesh in the 1st  frame: vertices are (24, 3) | faces are (12, 3)

Mesh in the last frame: vertices are (24, 3) | faces are (12, 3)

--------------------------------------

name: Brown Plate

3D space: (115, 540, 3)

2D pixel: (115, 540, 2)

Mesh frames: 115

Mesh in the 1st  frame: vertices are (24, 3) | faces are (12, 3)

Mesh in the last frame: vertices are (24, 3) | faces are (12, 3)

--------------------------------------

name: Brown Pillar

3D space: (115, 240, 3)

2D pixel: (115, 240, 2)

Mesh frames: 115

Mesh in the 1st  frame: vertices are (24, 3) | faces are (12, 3)

Mesh in the last frame: vertices are (24, 3) | faces are (12, 3)

--------------------------------------

name: Purple Plate

3D space: (115, 390, 3)

2D pixel: (115, 390, 2)

Mesh frames: 115

Mesh in the 1st  frame: vertices are (24, 3) | faces are (12, 3)

Mesh in the last frame: vertices are (24, 3) | faces are (12, 3)

--------------------------------------

name: Table

3D space: (115, 2312, 3)

2D pixel: (115, 2312, 2)

Mesh frames: 115

Mesh in the 1st  frame: vertices are (24, 3) | faces are (12, 3)

Mesh in the last frame: vertices are (24, 3) | faces are (12, 3)

--------------------------------------

```

---

## Ball
[Back to top](#content)

### Command
```bash

cd path/to/TestContPhy

python ./Assets/Scripts/Python/read_and_visualize_data.py --trial_path ./output/soft_body_new/0 --print_shapes

```
### Output
```js

Data Loaded!

name: White Ball

3D space: (120, 91, 3)

2D pixel: (120, 91, 2)

Mesh frames: 120

Mesh in the 1st  frame: vertices are (486, 3) | faces are (768, 3)

Mesh in the last frame: vertices are (486, 3) | faces are (768, 3)

--------------------------------------

name: Purple Ball

3D space: (120, 91, 3)

2D pixel: (120, 91, 2)

Mesh frames: 120

Mesh in the 1st  frame: vertices are (486, 3) | faces are (768, 3)

Mesh in the last frame: vertices are (486, 3) | faces are (768, 3)

--------------------------------------

name: Blue Ball

3D space: (120, 91, 3)

2D pixel: (120, 91, 2)

Mesh frames: 120

Mesh in the 1st  frame: vertices are (486, 3) | faces are (768, 3)

Mesh in the last frame: vertices are (486, 3) | faces are (768, 3)

--------------------------------------

name: Left Ramp

3D space: (120, 2000, 3)

2D pixel: (120, 2000, 2)

Mesh frames: 120

Mesh in the 1st  frame: vertices are (24, 3) | faces are (12, 3)

Mesh in the last frame: vertices are (24, 3) | faces are (12, 3)

--------------------------------------

name: Right Ramp

3D space: (120, 2000, 3)

2D pixel: (120, 2000, 2)

Mesh frames: 120

Mesh in the 1st  frame: vertices are (24, 3) | faces are (12, 3)

Mesh in the last frame: vertices are (24, 3) | faces are (12, 3)

--------------------------------------

name: Floor Piece 2nd

3D space: (120, 2900, 3)

2D pixel: (120, 2900, 2)

Mesh frames: 120

Mesh in the 1st  frame: vertices are (24, 3) | faces are (12, 3)

Mesh in the last frame: vertices are (24, 3) | faces are (12, 3)

--------------------------------------

name: Floor Piece 3rd

3D space: (120, 2000, 3)

2D pixel: (120, 2000, 2)

Mesh frames: 120

Mesh in the 1st  frame: vertices are (24, 3) | faces are (12, 3)

Mesh in the last frame: vertices are (24, 3) | faces are (12, 3)

--------------------------------------

name: Floor Piece 1st

3D space: (120, 2400, 3)

2D pixel: (120, 2400, 2)

Mesh frames: 120

Mesh in the 1st  frame: vertices are (24, 3) | faces are (12, 3)

Mesh in the last frame: vertices are (24, 3) | faces are (12, 3)

--------------------------------------

name: Blue Floating Wall

3D space: (120, 1680, 3)

2D pixel: (120, 1680, 2)

Mesh frames: 120

Mesh in the 1st  frame: vertices are (24, 3) | faces are (12, 3)

Mesh in the last frame: vertices are (24, 3) | faces are (12, 3)

--------------------------------------

name: Orange Floating Wall

3D space: (120, 1160, 3)

2D pixel: (120, 1160, 2)

Mesh frames: 120

Mesh in the 1st  frame: vertices are (24, 3) | faces are (12, 3)

Mesh in the last frame: vertices are (24, 3) | faces are (12, 3)

--------------------------------------

```