zzcnewly commited on
Commit
0d35d1c
1 Parent(s): 0c7fd1d

Upload 7 files

Browse files
Teasers/Print.md ADDED
@@ -0,0 +1,532 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # ContPhy Data Shapes
2
+
3
+ ## Content
4
+ 1. [Fluid](#fluid)
5
+ 2. [Rope](#rope)
6
+ 3. [Cloth](#cloth)
7
+ 4. [Ball](#ball)
8
+
9
+
10
+ ---
11
+
12
+
13
+ ## Fluid
14
+ [Back to top](#content)
15
+
16
+ ### Command
17
+ ```bash
18
+ cd path/to/TestContPhy
19
+ python ./Assets/Scripts/Python/read_and_visualize_data.py --trial_path ./output/fluid_slides_new/0 --print_shapes
20
+ ```
21
+ ### Output
22
+ ```js
23
+ Data Loaded!
24
+ name: Blue Fluid
25
+ 3D space: (250, 100, 3)
26
+ 2D pixel: (250, 100, 2)
27
+ Mesh frames: 250
28
+ Mesh in the 1st frame: vertices are (0,) | faces are (0, 3)
29
+ Mesh in the last frame: vertices are (60, 3) | faces are (93, 3)
30
+ --------------------------------------
31
+ name: Later Emitted Blue Fluid
32
+ 3D space: (250, 100, 3)
33
+ 2D pixel: (250, 100, 2)
34
+ Mesh frames: 250
35
+ Mesh in the 1st frame: vertices are (0,) | faces are (0, 3)
36
+ Mesh in the last frame: vertices are (35, 3) | faces are (48, 3)
37
+ --------------------------------------
38
+ name: Light Blue Fluid
39
+ 3D space: (250, 100, 3)
40
+ 2D pixel: (250, 100, 2)
41
+ Mesh frames: 250
42
+ Mesh in the 1st frame: vertices are (0,) | faces are (0, 3)
43
+ Mesh in the last frame: vertices are (67, 3) | faces are (103, 3)
44
+ --------------------------------------
45
+ name: Pink Fluid
46
+ 3D space: (250, 100, 3)
47
+ 2D pixel: (250, 100, 2)
48
+ Mesh frames: 250
49
+ Mesh in the 1st frame: vertices are (0,) | faces are (0, 3)
50
+ Mesh in the last frame: vertices are (186, 3) | faces are (236, 3)
51
+ --------------------------------------
52
+ name: Left Vertical Wall
53
+ 3D space: (250, 2712, 3)
54
+ 2D pixel: (250, 2712, 2)
55
+ Mesh frames: 250
56
+ Mesh in the 1st frame: vertices are (24, 3) | faces are (12, 3)
57
+ Mesh in the last frame: vertices are (24, 3) | faces are (12, 3)
58
+ --------------------------------------
59
+ name: Right Vertical Wall
60
+ 3D space: (250, 2712, 3)
61
+ 2D pixel: (250, 2712, 2)
62
+ Mesh frames: 250
63
+ Mesh in the 1st frame: vertices are (24, 3) | faces are (12, 3)
64
+ Mesh in the last frame: vertices are (24, 3) | faces are (12, 3)
65
+ --------------------------------------
66
+ name: Floor
67
+ 3D space: (250, 1872, 3)
68
+ 2D pixel: (250, 1872, 2)
69
+ Mesh frames: 250
70
+ Mesh in the 1st frame: vertices are (24, 3) | faces are (12, 3)
71
+ Mesh in the last frame: vertices are (24, 3) | faces are (12, 3)
72
+ --------------------------------------
73
+ name: Ceiling
74
+ 3D space: (250, 1872, 3)
75
+ 2D pixel: (250, 1872, 2)
76
+ Mesh frames: 250
77
+ Mesh in the 1st frame: vertices are (24, 3) | faces are (12, 3)
78
+ Mesh in the last frame: vertices are (24, 3) | faces are (12, 3)
79
+ --------------------------------------
80
+ name: Purple Stick
81
+ 3D space: (250, 270, 3)
82
+ 2D pixel: (250, 270, 2)
83
+ Mesh frames: 250
84
+ Mesh in the 1st frame: vertices are (24, 3) | faces are (12, 3)
85
+ Mesh in the last frame: vertices are (24, 3) | faces are (12, 3)
86
+ --------------------------------------
87
+ name: Orange Stick
88
+ 3D space: (250, 252, 3)
89
+ 2D pixel: (250, 252, 2)
90
+ Mesh frames: 250
91
+ Mesh in the 1st frame: vertices are (24, 3) | faces are (12, 3)
92
+ Mesh in the last frame: vertices are (24, 3) | faces are (12, 3)
93
+ --------------------------------------
94
+ name: Black Stick
95
+ 3D space: (250, 252, 3)
96
+ 2D pixel: (250, 252, 2)
97
+ Mesh frames: 250
98
+ Mesh in the 1st frame: vertices are (24, 3) | faces are (12, 3)
99
+ Mesh in the last frame: vertices are (24, 3) | faces are (12, 3)
100
+ --------------------------------------
101
+ name: Brown Stick
102
+ 3D space: (250, 270, 3)
103
+ 2D pixel: (250, 270, 2)
104
+ Mesh frames: 250
105
+ Mesh in the 1st frame: vertices are (24, 3) | faces are (12, 3)
106
+ Mesh in the last frame: vertices are (24, 3) | faces are (12, 3)
107
+ --------------------------------------
108
+ name: Green Stick
109
+ 3D space: (250, 243, 3)
110
+ 2D pixel: (250, 243, 2)
111
+ Mesh frames: 250
112
+ Mesh in the 1st frame: vertices are (24, 3) | faces are (12, 3)
113
+ Mesh in the last frame: vertices are (24, 3) | faces are (12, 3)
114
+ --------------------------------------
115
+ name: Black Container Left Guided Stick
116
+ 3D space: (250, 99, 3)
117
+ 2D pixel: (250, 99, 2)
118
+ Mesh frames: 250
119
+ Mesh in the 1st frame: vertices are (24, 3) | faces are (12, 3)
120
+ Mesh in the last frame: vertices are (24, 3) | faces are (12, 3)
121
+ --------------------------------------
122
+ name: Black Container Right Guided Stick
123
+ 3D space: (250, 99, 3)
124
+ 2D pixel: (250, 99, 2)
125
+ Mesh frames: 250
126
+ Mesh in the 1st frame: vertices are (24, 3) | faces are (12, 3)
127
+ Mesh in the last frame: vertices are (24, 3) | faces are (12, 3)
128
+ --------------------------------------
129
+ name: Black Container Left Vertical Wall
130
+ 3D space: (250, 960, 3)
131
+ 2D pixel: (250, 960, 2)
132
+ Mesh frames: 250
133
+ Mesh in the 1st frame: vertices are (24, 3) | faces are (12, 3)
134
+ Mesh in the last frame: vertices are (24, 3) | faces are (12, 3)
135
+ --------------------------------------
136
+ name: Black Container Right Vertical Wall
137
+ 3D space: (250, 960, 3)
138
+ 2D pixel: (250, 960, 2)
139
+ Mesh frames: 250
140
+ Mesh in the 1st frame: vertices are (24, 3) | faces are (12, 3)
141
+ Mesh in the last frame: vertices are (24, 3) | faces are (12, 3)
142
+ --------------------------------------
143
+ name: Black Container Bottom Floor
144
+ 3D space: (250, 960, 3)
145
+ 2D pixel: (250, 960, 2)
146
+ Mesh frames: 250
147
+ Mesh in the 1st frame: vertices are (24, 3) | faces are (12, 3)
148
+ Mesh in the last frame: vertices are (24, 3) | faces are (12, 3)
149
+ --------------------------------------
150
+ name: Brown Container Left Guided Stick
151
+ 3D space: (250, 99, 3)
152
+ 2D pixel: (250, 99, 2)
153
+ Mesh frames: 250
154
+ Mesh in the 1st frame: vertices are (24, 3) | faces are (12, 3)
155
+ Mesh in the last frame: vertices are (24, 3) | faces are (12, 3)
156
+ --------------------------------------
157
+ name: Brown Container Right Guided Stick
158
+ 3D space: (250, 99, 3)
159
+ 2D pixel: (250, 99, 2)
160
+ Mesh frames: 250
161
+ Mesh in the 1st frame: vertices are (24, 3) | faces are (12, 3)
162
+ Mesh in the last frame: vertices are (24, 3) | faces are (12, 3)
163
+ --------------------------------------
164
+ name: Brown Container Left Vertical Wall
165
+ 3D space: (250, 960, 3)
166
+ 2D pixel: (250, 960, 2)
167
+ Mesh frames: 250
168
+ Mesh in the 1st frame: vertices are (24, 3) | faces are (12, 3)
169
+ Mesh in the last frame: vertices are (24, 3) | faces are (12, 3)
170
+ --------------------------------------
171
+ name: Brown Container Right Vertical Wall
172
+ 3D space: (250, 960, 3)
173
+ 2D pixel: (250, 960, 2)
174
+ Mesh frames: 250
175
+ Mesh in the 1st frame: vertices are (24, 3) | faces are (12, 3)
176
+ Mesh in the last frame: vertices are (24, 3) | faces are (12, 3)
177
+ --------------------------------------
178
+ name: Brown Container Bottom Floor
179
+ 3D space: (250, 960, 3)
180
+ 2D pixel: (250, 960, 2)
181
+ Mesh frames: 250
182
+ Mesh in the 1st frame: vertices are (24, 3) | faces are (12, 3)
183
+ Mesh in the last frame: vertices are (24, 3) | faces are (12, 3)
184
+ --------------------------------------
185
+ name: Gray Container Left Guided Stick
186
+ 3D space: (250, 99, 3)
187
+ 2D pixel: (250, 99, 2)
188
+ Mesh frames: 250
189
+ Mesh in the 1st frame: vertices are (24, 3) | faces are (12, 3)
190
+ Mesh in the last frame: vertices are (24, 3) | faces are (12, 3)
191
+ --------------------------------------
192
+ name: Gray Container Right Guided Stick
193
+ 3D space: (250, 99, 3)
194
+ 2D pixel: (250, 99, 2)
195
+ Mesh frames: 250
196
+ Mesh in the 1st frame: vertices are (24, 3) | faces are (12, 3)
197
+ Mesh in the last frame: vertices are (24, 3) | faces are (12, 3)
198
+ --------------------------------------
199
+ name: Gray Container Left Vertical Wall
200
+ 3D space: (250, 960, 3)
201
+ 2D pixel: (250, 960, 2)
202
+ Mesh frames: 250
203
+ Mesh in the 1st frame: vertices are (24, 3) | faces are (12, 3)
204
+ Mesh in the last frame: vertices are (24, 3) | faces are (12, 3)
205
+ --------------------------------------
206
+ name: Gray Container Right Vertical Wall
207
+ 3D space: (250, 960, 3)
208
+ 2D pixel: (250, 960, 2)
209
+ Mesh frames: 250
210
+ Mesh in the 1st frame: vertices are (24, 3) | faces are (12, 3)
211
+ Mesh in the last frame: vertices are (24, 3) | faces are (12, 3)
212
+ --------------------------------------
213
+ name: Gray Container Bottom Floor
214
+ 3D space: (250, 960, 3)
215
+ 2D pixel: (250, 960, 2)
216
+ Mesh frames: 250
217
+ Mesh in the 1st frame: vertices are (24, 3) | faces are (12, 3)
218
+ Mesh in the last frame: vertices are (24, 3) | faces are (12, 3)
219
+ --------------------------------------
220
+ name: Blue Fluid Emitter
221
+ 3D space: (250, 96, 3)
222
+ 2D pixel: (250, 96, 2)
223
+ Mesh frames: 250
224
+ Mesh in the 1st frame: vertices are (24, 3) | faces are (12, 3)
225
+ Mesh in the last frame: vertices are (24, 3) | faces are (12, 3)
226
+ --------------------------------------
227
+ name: Later Emitted Blue Fluid Emitter
228
+ 3D space: (250, 96, 3)
229
+ 2D pixel: (250, 96, 2)
230
+ Mesh frames: 250
231
+ Mesh in the 1st frame: vertices are (24, 3) | faces are (12, 3)
232
+ Mesh in the last frame: vertices are (24, 3) | faces are (12, 3)
233
+ --------------------------------------
234
+ name: Light Blue Fluid Emitter
235
+ 3D space: (250, 96, 3)
236
+ 2D pixel: (250, 96, 2)
237
+ Mesh frames: 250
238
+ Mesh in the 1st frame: vertices are (24, 3) | faces are (12, 3)
239
+ Mesh in the last frame: vertices are (24, 3) | faces are (12, 3)
240
+ --------------------------------------
241
+ name: Pink Fluid Emitter
242
+ 3D space: (250, 96, 3)
243
+ 2D pixel: (250, 96, 2)
244
+ Mesh frames: 250
245
+ Mesh in the 1st frame: vertices are (24, 3) | faces are (12, 3)
246
+ Mesh in the last frame: vertices are (24, 3) | faces are (12, 3)
247
+ --------------------------------------
248
+ ```
249
+
250
+ ---
251
+
252
+ ## Rope
253
+ [Back to top](#content)
254
+
255
+ ### Command
256
+ ```bash
257
+ cd path/to/TestContPhy
258
+ python ./Assets/Scripts/Python/read_and_visualize_data.py --trial_path ./output/pulley_group_new/0 --print_shapes
259
+ ```
260
+ ### Output
261
+ ```js
262
+ Data Loaded!
263
+ name: White Rope
264
+ 3D space: (150, 128, 3)
265
+ 2D pixel: (150, 128, 2)
266
+ Mesh frames: 150
267
+ Mesh in the 1st frame: vertices are (774, 3) | faces are (1360, 3)
268
+ Mesh in the last frame: vertices are (774, 3) | faces are (1360, 3)
269
+ --------------------------------------
270
+ name: Purple Rope
271
+ 3D space: (150, 8, 3)
272
+ 2D pixel: (150, 8, 2)
273
+ Mesh frames: 150
274
+ Mesh in the 1st frame: vertices are (18, 3) | faces are (16, 3)
275
+ Mesh in the last frame: vertices are (18, 3) | faces are (16, 3)
276
+ --------------------------------------
277
+ name: Pink Rope
278
+ 3D space: (150, 31, 3)
279
+ 2D pixel: (150, 31, 2)
280
+ Mesh frames: 150
281
+ Mesh in the 1st frame: vertices are (207, 3) | faces are (352, 3)
282
+ Mesh in the last frame: vertices are (144, 3) | faces are (240, 3)
283
+ --------------------------------------
284
+ name: Blue Hollow Static Pulley (0 0)
285
+ 3D space: (150, 706, 3)
286
+ 2D pixel: (150, 706, 2)
287
+ Mesh frames: 150
288
+ Mesh in the 1st frame: vertices are (1790, 3) | faces are (1952, 3)
289
+ Mesh in the last frame: vertices are (1790, 3) | faces are (1952, 3)
290
+ --------------------------------------
291
+ name: Shaft of Blue Hollow Static Pulley (0 0)
292
+ 3D space: (150, 872, 3)
293
+ 2D pixel: (150, 872, 2)
294
+ Mesh frames: 150
295
+ Mesh in the 1st frame: vertices are (88, 3) | faces are (80, 3)
296
+ Mesh in the last frame: vertices are (88, 3) | faces are (80, 3)
297
+ --------------------------------------
298
+ name: Yellow Solid Static Pulley (0 1)
299
+ 3D space: (150, 1153, 3)
300
+ 2D pixel: (150, 1153, 2)
301
+ Mesh frames: 150
302
+ Mesh in the 1st frame: vertices are (1024, 3) | faces are (1344, 3)
303
+ Mesh in the last frame: vertices are (1024, 3) | faces are (1344, 3)
304
+ --------------------------------------
305
+ name: Shaft of Yellow Solid Static Pulley (0 1)
306
+ 3D space: (150, 872, 3)
307
+ 2D pixel: (150, 872, 2)
308
+ Mesh frames: 150
309
+ Mesh in the 1st frame: vertices are (88, 3) | faces are (80, 3)
310
+ Mesh in the last frame: vertices are (88, 3) | faces are (80, 3)
311
+ --------------------------------------
312
+ name: Blue Solid Dynamic Pulley (0 2)
313
+ 3D space: (150, 1153, 3)
314
+ 2D pixel: (150, 1153, 2)
315
+ Mesh frames: 150
316
+ Mesh in the 1st frame: vertices are (1024, 3) | faces are (1344, 3)
317
+ Mesh in the last frame: vertices are (1024, 3) | faces are (1344, 3)
318
+ --------------------------------------
319
+ name: Purple Sphere
320
+ 3D space: (150, 698, 3)
321
+ 2D pixel: (150, 698, 2)
322
+ Mesh frames: 150
323
+ Mesh in the 1st frame: vertices are (515, 3) | faces are (768, 3)
324
+ Mesh in the last frame: vertices are (515, 3) | faces are (768, 3)
325
+ --------------------------------------
326
+ name: Orange Hollow Static Pulley (0 3)
327
+ 3D space: (150, 706, 3)
328
+ 2D pixel: (150, 706, 2)
329
+ Mesh frames: 150
330
+ Mesh in the 1st frame: vertices are (1790, 3) | faces are (1952, 3)
331
+ Mesh in the last frame: vertices are (1790, 3) | faces are (1952, 3)
332
+ --------------------------------------
333
+ name: Shaft of Orange Hollow Static Pulley (0 3)
334
+ 3D space: (150, 872, 3)
335
+ 2D pixel: (150, 872, 2)
336
+ Mesh frames: 150
337
+ Mesh in the 1st frame: vertices are (88, 3) | faces are (80, 3)
338
+ Mesh in the last frame: vertices are (88, 3) | faces are (80, 3)
339
+ --------------------------------------
340
+ name: Red Hollow Static Pulley (0 6)
341
+ 3D space: (150, 706, 3)
342
+ 2D pixel: (150, 706, 2)
343
+ Mesh frames: 150
344
+ Mesh in the 1st frame: vertices are (1790, 3) | faces are (1952, 3)
345
+ Mesh in the last frame: vertices are (1790, 3) | faces are (1952, 3)
346
+ --------------------------------------
347
+ name: Shaft of Red Hollow Static Pulley (0 6)
348
+ 3D space: (150, 872, 3)
349
+ 2D pixel: (150, 872, 2)
350
+ Mesh frames: 150
351
+ Mesh in the 1st frame: vertices are (88, 3) | faces are (80, 3)
352
+ Mesh in the last frame: vertices are (88, 3) | faces are (80, 3)
353
+ --------------------------------------
354
+ name: Green Fixed Point
355
+ 3D space: (150, 27, 3)
356
+ 2D pixel: (150, 27, 2)
357
+ Mesh frames: 150
358
+ Mesh in the 1st frame: vertices are (96, 3) | faces are (44, 3)
359
+ Mesh in the last frame: vertices are (96, 3) | faces are (44, 3)
360
+ --------------------------------------
361
+ name: Orange Cube
362
+ 3D space: (150, 992, 3)
363
+ 2D pixel: (150, 992, 2)
364
+ Mesh frames: 150
365
+ Mesh in the 1st frame: vertices are (96, 3) | faces are (44, 3)
366
+ Mesh in the last frame: vertices are (96, 3) | faces are (44, 3)
367
+ --------------------------------------
368
+ name: Pink Cube
369
+ 3D space: (150, 992, 3)
370
+ 2D pixel: (150, 992, 2)
371
+ Mesh frames: 150
372
+ Mesh in the 1st frame: vertices are (96, 3) | faces are (44, 3)
373
+ Mesh in the last frame: vertices are (96, 3) | faces are (44, 3)
374
+ --------------------------------------
375
+ name: White Sphere
376
+ 3D space: (150, 698, 3)
377
+ 2D pixel: (150, 698, 2)
378
+ Mesh frames: 150
379
+ Mesh in the 1st frame: vertices are (515, 3) | faces are (768, 3)
380
+ Mesh in the last frame: vertices are (515, 3) | faces are (768, 3)
381
+ --------------------------------------
382
+ ```
383
+
384
+ ---
385
+
386
+ ## Cloth
387
+ [Back to top](#content)
388
+
389
+ ### Command
390
+ ```bash
391
+ cd path/to/TestContPhy
392
+ python ./Assets/Scripts/Python/read_and_visualize_data.py --trial_path ./output/cloth_collision_new/0 --print_shapes
393
+ ```
394
+ ### Output
395
+ ```js
396
+ Data Loaded!
397
+ name: Cloth (Left)
398
+ 3D space: (115, 961, 3)
399
+ 2D pixel: (115, 961, 2)
400
+ Mesh frames: 115
401
+ Mesh in the 1st frame: vertices are (961, 3) | faces are (1800, 3)
402
+ Mesh in the last frame: vertices are (961, 3) | faces are (1800, 3)
403
+ --------------------------------------
404
+ name: Cloth (Right)
405
+ 3D space: (115, 961, 3)
406
+ 2D pixel: (115, 961, 2)
407
+ Mesh frames: 115
408
+ Mesh in the 1st frame: vertices are (961, 3) | faces are (1800, 3)
409
+ Mesh in the last frame: vertices are (961, 3) | faces are (1800, 3)
410
+ --------------------------------------
411
+ name: Pink Pillar
412
+ 3D space: (115, 240, 3)
413
+ 2D pixel: (115, 240, 2)
414
+ Mesh frames: 115
415
+ Mesh in the 1st frame: vertices are (24, 3) | faces are (12, 3)
416
+ Mesh in the last frame: vertices are (24, 3) | faces are (12, 3)
417
+ --------------------------------------
418
+ name: Brown Plate
419
+ 3D space: (115, 540, 3)
420
+ 2D pixel: (115, 540, 2)
421
+ Mesh frames: 115
422
+ Mesh in the 1st frame: vertices are (24, 3) | faces are (12, 3)
423
+ Mesh in the last frame: vertices are (24, 3) | faces are (12, 3)
424
+ --------------------------------------
425
+ name: Brown Pillar
426
+ 3D space: (115, 240, 3)
427
+ 2D pixel: (115, 240, 2)
428
+ Mesh frames: 115
429
+ Mesh in the 1st frame: vertices are (24, 3) | faces are (12, 3)
430
+ Mesh in the last frame: vertices are (24, 3) | faces are (12, 3)
431
+ --------------------------------------
432
+ name: Purple Plate
433
+ 3D space: (115, 390, 3)
434
+ 2D pixel: (115, 390, 2)
435
+ Mesh frames: 115
436
+ Mesh in the 1st frame: vertices are (24, 3) | faces are (12, 3)
437
+ Mesh in the last frame: vertices are (24, 3) | faces are (12, 3)
438
+ --------------------------------------
439
+ name: Table
440
+ 3D space: (115, 2312, 3)
441
+ 2D pixel: (115, 2312, 2)
442
+ Mesh frames: 115
443
+ Mesh in the 1st frame: vertices are (24, 3) | faces are (12, 3)
444
+ Mesh in the last frame: vertices are (24, 3) | faces are (12, 3)
445
+ --------------------------------------
446
+ ```
447
+
448
+ ---
449
+
450
+ ## Ball
451
+ [Back to top](#content)
452
+
453
+ ### Command
454
+ ```bash
455
+ cd path/to/TestContPhy
456
+ python ./Assets/Scripts/Python/read_and_visualize_data.py --trial_path ./output/soft_body_new/0 --print_shapes
457
+ ```
458
+ ### Output
459
+ ```js
460
+ Data Loaded!
461
+ name: White Ball
462
+ 3D space: (120, 91, 3)
463
+ 2D pixel: (120, 91, 2)
464
+ Mesh frames: 120
465
+ Mesh in the 1st frame: vertices are (486, 3) | faces are (768, 3)
466
+ Mesh in the last frame: vertices are (486, 3) | faces are (768, 3)
467
+ --------------------------------------
468
+ name: Purple Ball
469
+ 3D space: (120, 91, 3)
470
+ 2D pixel: (120, 91, 2)
471
+ Mesh frames: 120
472
+ Mesh in the 1st frame: vertices are (486, 3) | faces are (768, 3)
473
+ Mesh in the last frame: vertices are (486, 3) | faces are (768, 3)
474
+ --------------------------------------
475
+ name: Blue Ball
476
+ 3D space: (120, 91, 3)
477
+ 2D pixel: (120, 91, 2)
478
+ Mesh frames: 120
479
+ Mesh in the 1st frame: vertices are (486, 3) | faces are (768, 3)
480
+ Mesh in the last frame: vertices are (486, 3) | faces are (768, 3)
481
+ --------------------------------------
482
+ name: Left Ramp
483
+ 3D space: (120, 2000, 3)
484
+ 2D pixel: (120, 2000, 2)
485
+ Mesh frames: 120
486
+ Mesh in the 1st frame: vertices are (24, 3) | faces are (12, 3)
487
+ Mesh in the last frame: vertices are (24, 3) | faces are (12, 3)
488
+ --------------------------------------
489
+ name: Right Ramp
490
+ 3D space: (120, 2000, 3)
491
+ 2D pixel: (120, 2000, 2)
492
+ Mesh frames: 120
493
+ Mesh in the 1st frame: vertices are (24, 3) | faces are (12, 3)
494
+ Mesh in the last frame: vertices are (24, 3) | faces are (12, 3)
495
+ --------------------------------------
496
+ name: Floor Piece 2nd
497
+ 3D space: (120, 2900, 3)
498
+ 2D pixel: (120, 2900, 2)
499
+ Mesh frames: 120
500
+ Mesh in the 1st frame: vertices are (24, 3) | faces are (12, 3)
501
+ Mesh in the last frame: vertices are (24, 3) | faces are (12, 3)
502
+ --------------------------------------
503
+ name: Floor Piece 3rd
504
+ 3D space: (120, 2000, 3)
505
+ 2D pixel: (120, 2000, 2)
506
+ Mesh frames: 120
507
+ Mesh in the 1st frame: vertices are (24, 3) | faces are (12, 3)
508
+ Mesh in the last frame: vertices are (24, 3) | faces are (12, 3)
509
+ --------------------------------------
510
+ name: Floor Piece 1st
511
+ 3D space: (120, 2400, 3)
512
+ 2D pixel: (120, 2400, 2)
513
+ Mesh frames: 120
514
+ Mesh in the 1st frame: vertices are (24, 3) | faces are (12, 3)
515
+ Mesh in the last frame: vertices are (24, 3) | faces are (12, 3)
516
+ --------------------------------------
517
+ name: Blue Floating Wall
518
+ 3D space: (120, 1680, 3)
519
+ 2D pixel: (120, 1680, 2)
520
+ Mesh frames: 120
521
+ Mesh in the 1st frame: vertices are (24, 3) | faces are (12, 3)
522
+ Mesh in the last frame: vertices are (24, 3) | faces are (12, 3)
523
+ --------------------------------------
524
+ name: Orange Floating Wall
525
+ 3D space: (120, 1160, 3)
526
+ 2D pixel: (120, 1160, 2)
527
+ Mesh frames: 120
528
+ Mesh in the 1st frame: vertices are (24, 3) | faces are (12, 3)
529
+ Mesh in the last frame: vertices are (24, 3) | faces are (12, 3)
530
+ --------------------------------------
531
+ ```
532
+
Teasers/ball.gif ADDED

Git LFS Details

  • SHA256: efc085eadcb15de092fb83f1ec93641f75d9cc0b82702178180e0b74f972335c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.05 MB
Teasers/cloth.gif ADDED

Git LFS Details

  • SHA256: 04465f21c01aaa030ed7c3856450a4a4a03f86e3856b735fa8e61e75b7214c1e
  • Pointer size: 132 Bytes
  • Size of remote file: 7.88 MB
Teasers/fire.gif ADDED

Git LFS Details

  • SHA256: 3a9f7abb3f55acccc913e0e0b8cdea4cf7d69514dd7af478eb8ec7e7eb927b88
  • Pointer size: 132 Bytes
  • Size of remote file: 4.65 MB
Teasers/fluid.gif ADDED

Git LFS Details

  • SHA256: 8ee535864d41d445e9b25ea7d08c87ea6cc22c939df3e54baa86162a095da693
  • Pointer size: 132 Bytes
  • Size of remote file: 2.18 MB
Teasers/rope.gif ADDED

Git LFS Details

  • SHA256: 65f3925c93debeae53272d1cde94dd35c0beef59da76193c2a2ec6cb3fc00dc4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.71 MB
Teasers/sensors.gif ADDED

Git LFS Details

  • SHA256: 249c42883087ed045f892c735855d619ca2394ff60467a67c3f70948b746308d
  • Pointer size: 132 Bytes
  • Size of remote file: 5.16 MB