Nodevon commited on
Commit
c2d8cd1
·
verified ·
1 Parent(s): 34ffeaf

Upload files

Browse files
metadata/deformable/cantilever beam.json ADDED
@@ -0,0 +1,138 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "description": "The task involves an elastic cantilever beam with one end fixed on the wall. The beam consists of 4 deformable blocks. ",
3
+ "assets": {
4
+ "base": {
5
+ "model": "../../assets/obj/pedestal.obj",
6
+ "material": {
7
+ "plastic": {
8
+ "mass": 0.1719,
9
+ "friction": 0.01,
10
+ "restitution": 0.01
11
+ }
12
+ }
13
+ },
14
+ "cube-1": {
15
+ "model": "../../assets/obj/cube.obj",
16
+ "material": {
17
+ "soft": {
18
+ "mass": 0.0016,
19
+ "density": 12.8,
20
+ "young": 86410,
21
+ "poisson": 0.23,
22
+ "friction": 0,
23
+ "restitution": 0
24
+ },
25
+ "hard": {
26
+ "mass": 0.0034,
27
+ "density": 27.2,
28
+ "young": 99372,
29
+ "poisson": 0.34,
30
+ "friction": 0,
31
+ "restitution": 0
32
+ }
33
+ }
34
+ },
35
+ "cube-2": {
36
+ "model": "../../assets/obj/cube.obj",
37
+ "material": {
38
+ "rubber": {
39
+ "mass": 0.1341,
40
+ "friction": 0.01,
41
+ "restitution": 0.01
42
+ }
43
+ }
44
+ },
45
+ "cube-3": {
46
+ "model": "../../assets/obj/cube.obj",
47
+ "material": {
48
+ "soft": {
49
+ "mass": 0.0016,
50
+ "density": 12.8,
51
+ "young": 86410,
52
+ "poisson": 0.23,
53
+ "friction": 0,
54
+ "restitution": 0
55
+ },
56
+ "hard": {
57
+ "mass": 0.0034,
58
+ "density": 27.2,
59
+ "young": 99372,
60
+ "poisson": 0.34,
61
+ "friction": 0.01,
62
+ "restitution": 0.01
63
+ }
64
+ }
65
+ },
66
+ "cube-4": {
67
+ "model": "../../assets/obj/cube.obj",
68
+ "material": {
69
+ "rubber": {
70
+ "mass": 0.1341,
71
+ "friction": 0.01,
72
+ "restitution": 0.01
73
+ }
74
+ }
75
+ }
76
+ },
77
+ "tasks": {
78
+ "default": {
79
+ "assets": ["base", "cube-1", "cube-2", "cube-3", "cube-4"],
80
+ "translation": {
81
+ "base": [0.41849, 0.28158, 0.20601],
82
+ "cube-1": [0.41849, 0.36858, 0.20601],
83
+ "cube-2": [0.41849, 0.41858, 0.20601],
84
+ "cube-3": [0.41849, 0.46858, 0.20601],
85
+ "cube-4": [0.41849, 0.51858, 0.20601]
86
+ },
87
+ "orientation": {
88
+ "base": [0, 0, 0],
89
+ "cube-1": [0, 0, 0],
90
+ "cube-2": [0, 0, 0],
91
+ "cube-3": [0, 0, 0],
92
+ "cube-4": [0, 0, 0]
93
+ },
94
+ "fixed": {
95
+ "base": true,
96
+ "cube-1": false,
97
+ "cube-2": false,
98
+ "cube-3": false,
99
+ "cube-4": false
100
+ },
101
+ "kinematic": {
102
+ "base": false,
103
+ "cube-1": false,
104
+ "cube-2": false,
105
+ "cube-3": false,
106
+ "cube-4": false
107
+ },
108
+ "record": {
109
+ "assets": ["markers"],
110
+ "dim": ["x", "y", "z"],
111
+ "fps": 30
112
+ }
113
+ }
114
+ },
115
+ "markers": {
116
+ "translation": [
117
+ [0.39349, 0.34358, 0.23101],
118
+ [0.39349, 0.39358, 0.23101],
119
+ [0.39349, 0.44358, 0.23101],
120
+ [0.39349, 0.49358, 0.23101],
121
+ [0.41849, 0.36858, 0.23101],
122
+ [0.41849, 0.41858, 0.23101],
123
+ [0.41849, 0.46858, 0.23101],
124
+ [0.41849, 0.51858, 0.23101],
125
+ [0.44349, 0.34358, 0.23101],
126
+ [0.44349, 0.39358, 0.23101],
127
+ [0.44349, 0.44358, 0.23101],
128
+ [0.44349, 0.49358, 0.23101],
129
+ [0.44349, 0.36858, 0.20601],
130
+ [0.44349, 0.41858, 0.20601],
131
+ [0.44349, 0.46858, 0.20601],
132
+ [0.44349, 0.51858, 0.20601],
133
+ [0.44349, 0.34358, 0.18101],
134
+ [0.44349, 0.39358, 0.18101],
135
+ [0.44349, 0.44358, 0.18101],
136
+ [0.44349, 0.49358, 0.18101]]
137
+ }
138
+ }
metadata/deformable/foam bending.json ADDED
@@ -0,0 +1,122 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "description": "The task involves an elastic cuboid with two ends fixed. Then, place a cube at the center of the cuboid.",
3
+ "assets": {
4
+ "base-1": {
5
+ "model": "../../assets/obj/base.obj",
6
+ "material": {
7
+ "plastic": {
8
+ "mass": 0.0351,
9
+ "friction": 0.01,
10
+ "restitution": 0.01
11
+ }
12
+ }
13
+ },
14
+ "base-2": {
15
+ "model": "../../assets/obj/base.obj",
16
+ "material": {
17
+ "plastic": {
18
+ "mass": 0.0351,
19
+ "friction": 0.01,
20
+ "restitution": 0.01
21
+ }
22
+ }
23
+ },
24
+ "cube": {
25
+ "model": "../../assets/obj/cube.obj",
26
+ "material": {
27
+ "plastic": {
28
+ "mass": 0.1469,
29
+ "friction": 0.01,
30
+ "restitution": 0.01
31
+ }
32
+ }
33
+ },
34
+ "foam": {
35
+ "model": "../../assets/obj/foam.obj",
36
+ "material": {
37
+ "soft": {
38
+ "mass": 0.0066,
39
+ "density": 13.2,
40
+ "young": 86410,
41
+ "poisson": 0.23,
42
+ "friction": 0,
43
+ "restitution": 0
44
+ },
45
+ "hard": {
46
+ "mass": 0.0131,
47
+ "density": 26.2,
48
+ "young": 99372,
49
+ "poisson": 0.34,
50
+ "friction": 0,
51
+ "restitution": 0
52
+ }
53
+ }
54
+ }
55
+ },
56
+ "tasks": {
57
+ "default": {
58
+ "assets": ["base-1", "base-2", "cube", "foam"],
59
+ "translation": {
60
+ "base-1": [0.41916, 0.28376, 0.20612],
61
+ "base-2": [0.41916, 0.50776, 0.20612],
62
+ "cube": [0.41916, 0.39576, 0.26672],
63
+ "foam": [0.41916, 0.39576, 0.20612]
64
+ },
65
+ "orientation": {
66
+ "base-1": [90, 0, 0],
67
+ "base-2": [90, 0, 0],
68
+ "cube": [0, 0, 0],
69
+ "foam": [90, 0, 0]
70
+ },
71
+ "fixed": {
72
+ "base-1": true,
73
+ "base-2": true,
74
+ "cube": false,
75
+ "foam": false
76
+ },
77
+ "kinematic": {
78
+ "base-1": false,
79
+ "base-2": false,
80
+ "cube": true,
81
+ "foam": false
82
+ },
83
+ "record": {
84
+ "assets": ["markers"],
85
+ "dim": ["x", "y", "z"],
86
+ "fps": 30
87
+ }
88
+ }
89
+ },
90
+ "markers": {
91
+ "translation": [
92
+ [0.44416 , 0.32076 , 0.19778667],
93
+ [0.44416 , 0.34576 , 0.19778667],
94
+ [0.44416 , 0.37076 , 0.19778667],
95
+ [0.44416 , 0.39576 , 0.19778667],
96
+ [0.44416 , 0.42076 , 0.19778667],
97
+ [0.44416 , 0.44576 , 0.19778667],
98
+ [0.44416 , 0.47076 , 0.19778667],
99
+ [0.44416 , 0.32076 , 0.21445333],
100
+ [0.44416 , 0.34576 , 0.21445333],
101
+ [0.44416 , 0.37076 , 0.21445333],
102
+ [0.44416 , 0.39576 , 0.21445333],
103
+ [0.44416 , 0.42076 , 0.21445333],
104
+ [0.44416 , 0.44576 , 0.21445333],
105
+ [0.44416 , 0.47076 , 0.21445333]
106
+ ],
107
+ "faces": [
108
+ [0, 7, 8],
109
+ [0, 8, 1],
110
+ [1, 8, 9],
111
+ [1, 9, 2],
112
+ [2, 9, 10],
113
+ [2, 10, 3],
114
+ [3, 10, 11],
115
+ [3, 11, 4],
116
+ [4, 11, 12],
117
+ [4, 12, 5],
118
+ [5, 12, 13],
119
+ [5, 13, 6]
120
+ ]
121
+ }
122
+ }
metadata/deformable/foam compressing.json ADDED
@@ -0,0 +1,134 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "description": "The task involves an elastic cuboid with one end fixed. Then, the other end is pushed along the long axis to a certain distance.",
3
+ "assets": {
4
+ "base-1": {
5
+ "model": "../../assets/obj/base.obj",
6
+ "material": {
7
+ "plastic": {
8
+ "mass": 0.0351,
9
+ "friction": 0.01,
10
+ "restitution": 0.01
11
+ }
12
+ }
13
+ },
14
+ "base-2": {
15
+ "model": "../../assets/obj/base.obj",
16
+ "material": {
17
+ "plastic": {
18
+ "mass": 0.0351,
19
+ "friction": 0.01,
20
+ "restitution": 0.01
21
+ }
22
+ }
23
+ },
24
+ "foam": {
25
+ "model": "../../assets/obj/foam.obj",
26
+ "material": {
27
+ "soft": {
28
+ "mass": 0.0066,
29
+ "density": 13.2,
30
+ "young": 86410,
31
+ "poisson": 0.23,
32
+ "friction": 0,
33
+ "restitution": 0
34
+ },
35
+ "hard": {
36
+ "mass": 0.0131,
37
+ "density": 26.2,
38
+ "young": 99372,
39
+ "poisson": 0.34,
40
+ "friction": 0,
41
+ "restitution": 0
42
+ }
43
+ }
44
+ }
45
+ },
46
+ "tasks": {
47
+ "default": {
48
+ "assets": ["base-1", "base-2", "foam"],
49
+ "translation": {
50
+ "base-1": [0.41017, 0.39443, 0.02010],
51
+ "base-2": [0.41017, 0.39443, 0.24410],
52
+ "foam": [0.41017, 0.39443, 0.13210]
53
+ },
54
+ "orientation": {
55
+ "base-1": [0, 0, 0],
56
+ "base-2": [0, 0, 0],
57
+ "foam": [0, 0, 0]
58
+ },
59
+ "fixed": {
60
+ "base-1": true,
61
+ "base-2": false,
62
+ "foam": false
63
+ },
64
+ "kinematic": {
65
+ "base-1": false,
66
+ "base-2": true,
67
+ "foam": false
68
+ },
69
+ "record": {
70
+ "assets": ["markers"],
71
+ "dim": ["x", "y", "z"],
72
+ "fps": 30
73
+ }
74
+ }
75
+ },
76
+ "markers": {
77
+ "translation": [
78
+ [0.43517 , 0.38609667, 0.0571 ],
79
+ [0.43517 , 0.38609667, 0.0821 ],
80
+ [0.43517 , 0.38609667, 0.1071 ],
81
+ [0.43517 , 0.38609667, 0.1321 ],
82
+ [0.43517 , 0.38609667, 0.1571 ],
83
+ [0.43517 , 0.38609667, 0.1821 ],
84
+ [0.43517 , 0.38609667, 0.2071 ],
85
+ [0.43517 , 0.40276333, 0.0571 ],
86
+ [0.43517 , 0.40276333, 0.0821 ],
87
+ [0.43517 , 0.40276333, 0.1071 ],
88
+ [0.43517 , 0.40276333, 0.1321 ],
89
+ [0.43517 , 0.40276333, 0.1571 ],
90
+ [0.43517 , 0.40276333, 0.1821 ],
91
+ [0.43517 , 0.40276333, 0.2071 ],
92
+ [0.40183667, 0.41943 , 0.0571 ],
93
+ [0.40183667, 0.41943 , 0.0821 ],
94
+ [0.40183667, 0.41943 , 0.1071 ],
95
+ [0.40183667, 0.41943 , 0.1321 ],
96
+ [0.40183667, 0.41943 , 0.1571 ],
97
+ [0.40183667, 0.41943 , 0.1821 ],
98
+ [0.40183667, 0.41943 , 0.2071 ],
99
+ [0.41850333, 0.41943 , 0.0571 ],
100
+ [0.41850333, 0.41943 , 0.0821 ],
101
+ [0.41850333, 0.41943 , 0.1071 ],
102
+ [0.41850333, 0.41943 , 0.1321 ],
103
+ [0.41850333, 0.41943 , 0.1571 ],
104
+ [0.41850333, 0.41943 , 0.1821 ],
105
+ [0.41850333, 0.41943 , 0.2071 ]
106
+ ],
107
+ "faces": [
108
+ [0,7,8],
109
+ [0,8,1],
110
+ [1,8,9],
111
+ [1,9,2],
112
+ [2,9,10],
113
+ [2,10,3],
114
+ [3,10,11],
115
+ [3,11,4],
116
+ [4,11,12],
117
+ [4,12,5],
118
+ [5,12,13],
119
+ [5,13,6],
120
+ [0,7,8],
121
+ [0,8,1],
122
+ [1,8,9],
123
+ [1,9,2],
124
+ [2,9,10],
125
+ [2,10,3],
126
+ [3,10,11],
127
+ [3,11,4],
128
+ [4,11,12],
129
+ [4,12,5],
130
+ [5,12,13],
131
+ [5,13,6]
132
+ ]
133
+ }
134
+ }
metadata/deformable/foam shearing.json ADDED
@@ -0,0 +1,134 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "description": "The task involves an elastic cuboid with one end fixed. Then, the other end is pulled parallel to the fixed end.",
3
+ "assets": {
4
+ "base-1": {
5
+ "model": "../../assets/obj/base.obj",
6
+ "material": {
7
+ "plastic": {
8
+ "mass": 0.0351,
9
+ "friction": 0.01,
10
+ "restitution": 0.01
11
+ }
12
+ }
13
+ },
14
+ "base-2": {
15
+ "model": "../../assets/obj/base.obj",
16
+ "material": {
17
+ "plastic": {
18
+ "mass": 0.0351,
19
+ "friction": 0.01,
20
+ "restitution": 0.01
21
+ }
22
+ }
23
+ },
24
+ "foam": {
25
+ "model": "../../assets/obj/foam.obj",
26
+ "material": {
27
+ "soft": {
28
+ "mass": 0.0066,
29
+ "density": 13.2,
30
+ "young": 86410,
31
+ "poisson": 0.23,
32
+ "friction": 0,
33
+ "restitution": 0
34
+ },
35
+ "hard": {
36
+ "mass": 0.0131,
37
+ "density": 26.2,
38
+ "young": 99372,
39
+ "poisson": 0.34,
40
+ "friction": 0,
41
+ "restitution": 0
42
+ }
43
+ }
44
+ }
45
+ },
46
+ "tasks": {
47
+ "default": {
48
+ "assets": ["base-1", "base-2", "foam"],
49
+ "translation": {
50
+ "base-1": [0.40998, 0.39478, 0.02053],
51
+ "base-2": [0.40998, 0.39478, 0.24453],
52
+ "foam": [0.40998, 0.39478, 0.13253]
53
+ },
54
+ "orientation": {
55
+ "base-1": [0, 0, 0],
56
+ "base-2": [0, 0, 0],
57
+ "foam": [0, 0, 0]
58
+ },
59
+ "fixed": {
60
+ "base-1": true,
61
+ "base-2": false,
62
+ "foam": false
63
+ },
64
+ "kinematic": {
65
+ "base-1": false,
66
+ "base-2": true,
67
+ "foam": false
68
+ },
69
+ "record": {
70
+ "assets": ["markers"],
71
+ "dim": ["x", "y", "z"],
72
+ "fps": 30
73
+ }
74
+ }
75
+ },
76
+ "markers": {
77
+ "translation": [
78
+ [0.43498 , 0.38644667, 0.05753 ],
79
+ [0.43498 , 0.38644667, 0.08253 ],
80
+ [0.43498 , 0.38644667, 0.10753 ],
81
+ [0.43498 , 0.38644667, 0.13253 ],
82
+ [0.43498 , 0.38644667, 0.15753 ],
83
+ [0.43498 , 0.38644667, 0.18253 ],
84
+ [0.43498 , 0.38644667, 0.20753 ],
85
+ [0.43498 , 0.40311333, 0.05753 ],
86
+ [0.43498 , 0.40311333, 0.08253 ],
87
+ [0.43498 , 0.40311333, 0.10753 ],
88
+ [0.43498 , 0.40311333, 0.13253 ],
89
+ [0.43498 , 0.40311333, 0.15753 ],
90
+ [0.43498 , 0.40311333, 0.18253 ],
91
+ [0.43498 , 0.40311333, 0.20753 ],
92
+ [0.40164667, 0.41978 , 0.05753 ],
93
+ [0.40164667, 0.41978 , 0.08253 ],
94
+ [0.40164667, 0.41978 , 0.10753 ],
95
+ [0.40164667, 0.41978 , 0.13253 ],
96
+ [0.40164667, 0.41978 , 0.15753 ],
97
+ [0.40164667, 0.41978 , 0.18253 ],
98
+ [0.40164667, 0.41978 , 0.20753 ],
99
+ [0.41831333, 0.41978 , 0.05753 ],
100
+ [0.41831333, 0.41978 , 0.08253 ],
101
+ [0.41831333, 0.41978 , 0.10753 ],
102
+ [0.41831333, 0.41978 , 0.13253 ],
103
+ [0.41831333, 0.41978 , 0.15753 ],
104
+ [0.41831333, 0.41978 , 0.18253 ],
105
+ [0.41831333, 0.41978 , 0.20753 ]
106
+ ],
107
+ "faces": [
108
+ [0,7,8],
109
+ [0,8,1],
110
+ [1,8,9],
111
+ [1,9,2],
112
+ [2,9,10],
113
+ [2,10,3],
114
+ [3,10,11],
115
+ [3,11,4],
116
+ [4,11,12],
117
+ [4,12,5],
118
+ [5,12,13],
119
+ [5,13,6],
120
+ [0,7,8],
121
+ [0,8,1],
122
+ [1,8,9],
123
+ [1,9,2],
124
+ [2,9,10],
125
+ [2,10,3],
126
+ [3,10,11],
127
+ [3,11,4],
128
+ [4,11,12],
129
+ [4,12,5],
130
+ [5,12,13],
131
+ [5,13,6]
132
+ ]
133
+ }
134
+ }
metadata/deformable/foam stretching.json ADDED
@@ -0,0 +1,134 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "description": "The task involves an elastic cuboid with one end fixed. Then, the other end is pulled along the long axis to a certain distance.",
3
+ "assets": {
4
+ "base-1": {
5
+ "model": "../../assets/obj/base.obj",
6
+ "material": {
7
+ "plastic": {
8
+ "mass": 0.0351,
9
+ "friction": 0.01,
10
+ "restitution": 0.01
11
+ }
12
+ }
13
+ },
14
+ "base-2": {
15
+ "model": "../../assets/obj/base.obj",
16
+ "material": {
17
+ "plastic": {
18
+ "mass": 0.0351,
19
+ "friction": 0.01,
20
+ "restitution": 0.01
21
+ }
22
+ }
23
+ },
24
+ "foam": {
25
+ "model": "../../assets/obj/foam.obj",
26
+ "material": {
27
+ "soft": {
28
+ "mass": 0.0066,
29
+ "density": 13.2,
30
+ "young": 86410,
31
+ "poisson": 0.23,
32
+ "friction": 0,
33
+ "restitution": 0
34
+ },
35
+ "hard": {
36
+ "mass": 0.0131,
37
+ "density": 26.2,
38
+ "young": 99372,
39
+ "poisson": 0.34,
40
+ "friction": 0,
41
+ "restitution": 0
42
+ }
43
+ }
44
+ }
45
+ },
46
+ "tasks": {
47
+ "default": {
48
+ "assets": ["base-1", "base-2", "foam"],
49
+ "translation": {
50
+ "base-1": [0.40950, 0.39464, 0.02023],
51
+ "base-2": [0.40950, 0.39464, 0.24423],
52
+ "foam": [0.40950, 0.39464, 0.13223]
53
+ },
54
+ "orientation": {
55
+ "base-1": [0, 0, 0],
56
+ "base-2": [0, 0, 0],
57
+ "foam": [0, 0, 0]
58
+ },
59
+ "fixed": {
60
+ "base-1": true,
61
+ "base-2": false,
62
+ "foam": false
63
+ },
64
+ "kinematic": {
65
+ "base-1": false,
66
+ "base-2": true,
67
+ "foam": false
68
+ },
69
+ "record": {
70
+ "assets": ["markers"],
71
+ "dim": ["x", "y", "z"],
72
+ "fps": 30
73
+ }
74
+ }
75
+ },
76
+ "markers": {
77
+ "translation": [
78
+ [0.4345 , 0.38630667, 0.05723 ],
79
+ [0.4345 , 0.38630667, 0.08223 ],
80
+ [0.4345 , 0.38630667, 0.10723 ],
81
+ [0.4345 , 0.38630667, 0.13223 ],
82
+ [0.4345 , 0.38630667, 0.15723 ],
83
+ [0.4345 , 0.38630667, 0.18223 ],
84
+ [0.4345 , 0.38630667, 0.20723 ],
85
+ [0.4345 , 0.40297333, 0.05723 ],
86
+ [0.4345 , 0.40297333, 0.08223 ],
87
+ [0.4345 , 0.40297333, 0.10723 ],
88
+ [0.4345 , 0.40297333, 0.13223 ],
89
+ [0.4345 , 0.40297333, 0.15723 ],
90
+ [0.4345 , 0.40297333, 0.18223 ],
91
+ [0.4345 , 0.40297333, 0.20723 ],
92
+ [0.40116667, 0.41964 , 0.05723 ],
93
+ [0.40116667, 0.41964 , 0.08223 ],
94
+ [0.40116667, 0.41964 , 0.10723 ],
95
+ [0.40116667, 0.41964 , 0.13223 ],
96
+ [0.40116667, 0.41964 , 0.15723 ],
97
+ [0.40116667, 0.41964 , 0.18223 ],
98
+ [0.40116667, 0.41964 , 0.20723 ],
99
+ [0.41783333, 0.41964 , 0.05723 ],
100
+ [0.41783333, 0.41964 , 0.08223 ],
101
+ [0.41783333, 0.41964 , 0.10723 ],
102
+ [0.41783333, 0.41964 , 0.13223 ],
103
+ [0.41783333, 0.41964 , 0.15723 ],
104
+ [0.41783333, 0.41964 , 0.18223 ],
105
+ [0.41783333, 0.41964 , 0.20723 ]
106
+ ],
107
+ "faces": [
108
+ [0,7,8],
109
+ [0,8,1],
110
+ [1,8,9],
111
+ [1,9,2],
112
+ [2,9,10],
113
+ [2,10,3],
114
+ [3,10,11],
115
+ [3,11,4],
116
+ [4,11,12],
117
+ [4,12,5],
118
+ [5,12,13],
119
+ [5,13,6],
120
+ [0,7,8],
121
+ [0,8,1],
122
+ [1,8,9],
123
+ [1,9,2],
124
+ [2,9,10],
125
+ [2,10,3],
126
+ [3,10,11],
127
+ [3,11,4],
128
+ [4,11,12],
129
+ [4,12,5],
130
+ [5,12,13],
131
+ [5,13,6]
132
+ ]
133
+ }
134
+ }
metadata/deformable/foam twisting.json ADDED
@@ -0,0 +1,134 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "description": "The task involves an elastic cuboid with one end fixed. Then, the other end is rotated around the long axis.",
3
+ "assets": {
4
+ "base-1": {
5
+ "model": "../../assets/obj/base.obj",
6
+ "material": {
7
+ "plastic": {
8
+ "mass": 0.0351,
9
+ "friction": 0.01,
10
+ "restitution": 0.01
11
+ }
12
+ }
13
+ },
14
+ "base-2": {
15
+ "model": "../../assets/obj/base.obj",
16
+ "material": {
17
+ "plastic": {
18
+ "mass": 0.0351,
19
+ "friction": 0.01,
20
+ "restitution": 0.01
21
+ }
22
+ }
23
+ },
24
+ "foam": {
25
+ "model": "../../assets/obj/foam.obj",
26
+ "material": {
27
+ "soft": {
28
+ "mass": 0.0066,
29
+ "density": 13.2,
30
+ "young": 86410,
31
+ "poisson": 0.23,
32
+ "friction": 0,
33
+ "restitution": 0
34
+ },
35
+ "hard": {
36
+ "mass": 0.0131,
37
+ "density": 26.2,
38
+ "young": 99372,
39
+ "poisson": 0.34,
40
+ "friction": 0,
41
+ "restitution": 0
42
+ }
43
+ }
44
+ }
45
+ },
46
+ "tasks": {
47
+ "default": {
48
+ "assets": ["base-1", "base-2", "foam"],
49
+ "translation": {
50
+ "base-1": [0.40992, 0.39384, 0.02018],
51
+ "base-2": [0.40992, 0.39384, 0.24418],
52
+ "foam": [0.40992, 0.39384, 0.13218]
53
+ },
54
+ "orientation": {
55
+ "base-1": [0, 0, 0],
56
+ "base-2": [0, 0, 0],
57
+ "foam": [0, 0, 0]
58
+ },
59
+ "fixed": {
60
+ "base-1": true,
61
+ "base-2": false,
62
+ "foam": false
63
+ },
64
+ "kinematic": {
65
+ "base-1": false,
66
+ "base-2": true,
67
+ "foam": false
68
+ },
69
+ "record": {
70
+ "assets": ["markers"],
71
+ "dim": ["x", "y", "z"],
72
+ "fps": 30
73
+ }
74
+ }
75
+ },
76
+ "markers": {
77
+ "translation": [
78
+ [0.43492 , 0.38550667, 0.05718 ],
79
+ [0.43492 , 0.38550667, 0.08218 ],
80
+ [0.43492 , 0.38550667, 0.10718 ],
81
+ [0.43492 , 0.38550667, 0.13218 ],
82
+ [0.43492 , 0.38550667, 0.15718 ],
83
+ [0.43492 , 0.38550667, 0.18218 ],
84
+ [0.43492 , 0.38550667, 0.20718 ],
85
+ [0.43492 , 0.40217333, 0.05718 ],
86
+ [0.43492 , 0.40217333, 0.08218 ],
87
+ [0.43492 , 0.40217333, 0.10718 ],
88
+ [0.43492 , 0.40217333, 0.13218 ],
89
+ [0.43492 , 0.40217333, 0.15718 ],
90
+ [0.43492 , 0.40217333, 0.18218 ],
91
+ [0.43492 , 0.40217333, 0.20718 ],
92
+ [0.40158667, 0.41884 , 0.05718 ],
93
+ [0.40158667, 0.41884 , 0.08218 ],
94
+ [0.40158667, 0.41884 , 0.10718 ],
95
+ [0.40158667, 0.41884 , 0.13218 ],
96
+ [0.40158667, 0.41884 , 0.15718 ],
97
+ [0.40158667, 0.41884 , 0.18218 ],
98
+ [0.40158667, 0.41884 , 0.20718 ],
99
+ [0.41825333, 0.41884 , 0.05718 ],
100
+ [0.41825333, 0.41884 , 0.08218 ],
101
+ [0.41825333, 0.41884 , 0.10718 ],
102
+ [0.41825333, 0.41884 , 0.13218 ],
103
+ [0.41825333, 0.41884 , 0.15718 ],
104
+ [0.41825333, 0.41884 , 0.18218 ],
105
+ [0.41825333, 0.41884 , 0.20718 ]
106
+ ],
107
+ "faces": [
108
+ [0,7,8],
109
+ [0,8,1],
110
+ [1,8,9],
111
+ [1,9,2],
112
+ [2,9,10],
113
+ [2,10,3],
114
+ [3,10,11],
115
+ [3,11,4],
116
+ [4,11,12],
117
+ [4,12,5],
118
+ [5,12,13],
119
+ [5,13,6],
120
+ [0,7,8],
121
+ [0,8,1],
122
+ [1,8,9],
123
+ [1,9,2],
124
+ [2,9,10],
125
+ [2,10,3],
126
+ [3,10,11],
127
+ [3,11,4],
128
+ [4,11,12],
129
+ [4,12,5],
130
+ [5,12,13],
131
+ [5,13,6]
132
+ ]
133
+ }
134
+ }
metadata/deformable/stick-stack.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "description": "The task involves an elastic rod with a controlled top end. And the bottom end slides or stacks on the ground surface.",
3
+ "assets": {
4
+ "base": {
5
+ "model": "../../assets/obj/base.obj",
6
+ "material": {
7
+ "plastic": {
8
+ "mass": 0.0351,
9
+ "friction": 0.01,
10
+ "restitution": 0.01
11
+ }
12
+ }
13
+ },
14
+ "rod": {
15
+ "model": "../../assets/obj/rod-15.obj",
16
+ "material": {
17
+ "soft": {
18
+ "mass": 0.01490,
19
+ "density": 1264.75,
20
+ "young": 9285115,
21
+ "poisson": 0.62,
22
+ "friction": 0.808698,
23
+ "restitution": 0.576733
24
+ },
25
+ "hard": {
26
+ "mass": 0.01530,
27
+ "density": 1298.70,
28
+ "young": 1000000000,
29
+ "poisson": 0.49,
30
+ "friction": 0.580130,
31
+ "restitution": 0.288041
32
+ }
33
+ }
34
+ },
35
+ "board": {
36
+ "model": "../../assets/obj/board.obj",
37
+ "material": {
38
+ "wood": {
39
+ "mass": 0.4769,
40
+ "friction": 0.262758,
41
+ "restitution": 0.223583
42
+ }
43
+ }
44
+ }
45
+ },
46
+ "tasks": {
47
+ "default": {
48
+ "assets": ["base", "rod", "board"],
49
+ "translation": {
50
+ "base": [0.26265, 0.41963, 0.17665],
51
+ "rod": [0.26265, 0.41963, 0.08965],
52
+ "board": [0.46265, 0.41963, 0.00965]
53
+ },
54
+ "orientation": {
55
+ "base": [0, 0, 0],
56
+ "rod": [90, 0, 0],
57
+ "board": [0, 0, 0]
58
+ },
59
+ "fixed": {
60
+ "base": false,
61
+ "rod": false,
62
+ "board": true
63
+ },
64
+ "kinematic": {
65
+ "base": true,
66
+ "rod": false,
67
+ "board": false
68
+ },
69
+ "record": {
70
+ "assets": ["markers"],
71
+ "dim": ["x", "y", "z"],
72
+ "fps": 30
73
+ }
74
+ }
75
+ },
76
+ "markers": {
77
+ "translation": [
78
+ [0.26265, 0.41463, 0.01965],
79
+ [0.26265, 0.41463, 0.03465],
80
+ [0.26265, 0.41463, 0.06465],
81
+ [0.26265, 0.41463, 0.10465]
82
+ ]
83
+ }
84
+ }
metadata/rigid/bouncing ball.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "description": "The task involves an elastic ball released to undergo free fall.",
3
+ "prompt": "Static frontal camera view: A dark elastic ball (mass ≈ 121 g) is suspended high above a wooden plank, which rests on two end supports atop a black perforated optical table. Coefficient of friction ≈ 0.81; coefficient of restitution ≈ 0.58. When released, the ball undergoes free fall, followed by a sequence of successive bounces with diminishing peak heights, before finally coming to rest on either the plank or the table surface.",
4
+ "assets": {
5
+ "ball": {
6
+ "model": "../../assets/obj/ball-6.obj",
7
+ "material": {
8
+ "soft": {
9
+ "mass": 0.121,
10
+ "density": 1069.8749,
11
+ "friction": 0.808698,
12
+ "restitution": 0.576733
13
+ }
14
+ }
15
+ }
16
+ },
17
+ "tasks": {
18
+ "default": {
19
+ "assets": ["ball"],
20
+ "translation": {
21
+ "ball": [0.418911, 0.435316, 0.451023],
22
+ "ground": [0, 0, 0.013297]
23
+ },
24
+ "orientation": {
25
+ "ball": [0, 0, 0]
26
+ },
27
+ "fixed": {
28
+ "ball": false
29
+ },
30
+ "kinematic": {
31
+ "ball": false
32
+ },
33
+ "record": {
34
+ "assets": ["ball"],
35
+ "dim": ["x", "y", "z"],
36
+ "fps": 30
37
+ }
38
+ }
39
+ }
40
+ }
metadata/rigid/newton's cradle.json ADDED
@@ -0,0 +1,99 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "description": "The task involves a series of suspended small balls arranged in a straight line and closely fitting each other. Then, one ball at one end is lifted and released, colliding with the other balls.",
3
+ "prompt": "Static frontal camera view: A Newton’s cradle assembly (five identical 33 g steel balls; coefficient of friction ≈ 0.01, coefficient of restitution ≈ 0.20) rests atop a black perforated optical table. Four balls hang in contact forming a stationary aligned row; the leftmost ball is pulled back to a nearly horizontal position on its individual suspension string and held propped against the tip of an independent lever mounted to a sliding rail. Upon release, the ball swings back to collide with the stationary row. Momentum transfers sequentially through the chain of balls, launching the terminal ball outward into a swing. The collisions are moderately inelastic, which visibly suppresses the ideal Newton’s cradle behavior across successive oscillation cycles.",
4
+ "assets": {
5
+ "ball-1": {
6
+ "model": "../../assets/obj/ball-2.obj",
7
+ "material": {
8
+ "metal": {
9
+ "mass": 0.033,
10
+ "density": 7878.1697,
11
+ "friction": 0.01,
12
+ "restitution": 0.202387
13
+ }
14
+ }
15
+ },
16
+ "ball-2": {
17
+ "model": "../../assets/obj/ball-2.obj",
18
+ "material": {
19
+ "metal": {
20
+ "mass": 0.033,
21
+ "density": 7878.1697,
22
+ "friction": 0.01,
23
+ "restitution": 0.202387
24
+ }
25
+ }
26
+ },
27
+ "ball-3": {
28
+ "model": "../../assets/obj/ball-2.obj",
29
+ "material": {
30
+ "metal": {
31
+ "mass": 0.033,
32
+ "density": 7878.1697,
33
+ "friction": 0.01,
34
+ "restitution": 0.202387
35
+ }
36
+ }
37
+ },
38
+ "ball-4": {
39
+ "model": "../../assets/obj/ball-2.obj",
40
+ "material": {
41
+ "metal": {
42
+ "mass": 0.033,
43
+ "density": 7878.1697,
44
+ "friction": 0.01,
45
+ "restitution": 0.202387
46
+ }
47
+ }
48
+ },
49
+ "ball-5": {
50
+ "model": "../../assets/obj/ball-2.obj",
51
+ "material": {
52
+ "metal": {
53
+ "mass": 0.033,
54
+ "density": 7878.1697,
55
+ "friction": 0.01,
56
+ "restitution": 0.202387
57
+ }
58
+ }
59
+ }
60
+ },
61
+ "tasks": {
62
+ "default": {
63
+ "assets": ["ball-1", "ball-2", "ball-3", "ball-4", "ball-5"],
64
+ "translation": {
65
+ "ball-1": [0.448794, 0.377852, 0.178669],
66
+ "ball-2": [0.448794, 0.397852, 0.178669],
67
+ "ball-3": [0.448794, 0.417852, 0.178669],
68
+ "ball-4": [0.448794, 0.437852, 0.178669],
69
+ "ball-5": [0.448794, 0.457852, 0.178669]
70
+ },
71
+ "orientation": {
72
+ "ball-1": [-90, 0, 0],
73
+ "ball-2": [0, 0, 0],
74
+ "ball-3": [0, 0, 0],
75
+ "ball-4": [0, 0, 0],
76
+ "ball-5": [0, 0, 0]
77
+ },
78
+ "fixed": {
79
+ "ball-1": false,
80
+ "ball-2": false,
81
+ "ball-3": false,
82
+ "ball-4": false,
83
+ "ball-5": false
84
+ },
85
+ "kinematic": {
86
+ "ball-1": false,
87
+ "ball-2": false,
88
+ "ball-3": false,
89
+ "ball-4": false,
90
+ "ball-5": false
91
+ },
92
+ "record": {
93
+ "assets": ["ball-5"],
94
+ "dim": ["x", "y", "z"],
95
+ "fps": 30
96
+ }
97
+ }
98
+ }
99
+ }
metadata/rigid/nonsmooth contact.json ADDED
@@ -0,0 +1,200 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "description": "The task involves wedges or pyramids suspended at a fixed height. Then, these wedges and pyramids are released and fall under its own gravity on the square base or tribase.",
3
+ "prompt": "Static frontal camera view: A robotic gripper holds a black plastic pyramid (mass ≈ 98 g, apex oriented downward with a slight tilt) suspended approximately 13 cm above a stationary light wooden square base (mass ≈ 115 g) featuring a square recess; the entire assembly sits atop a black perforated optical table. Coefficient of friction for plastic–wood contact ≈ 0.28; coefficient of restitution ≈ 0.36. The gripper actuates open to release the pyramid, which then undergoes unconstrained free fall driven by gravity. The pyramid follows this sequence of motion: it descends vertically, strikes near the square base on initial contact, may tip or bounce due to inherent instability from its apex-down orientation, and finally settles into a stable resting configuration. The square base and optical table remain fully stationary for the entire duration of the motion.",
4
+ "assets": {
5
+ "wedge": {
6
+ "model": "../../assets/obj/wedge.obj",
7
+ "material": {
8
+ "wood": {
9
+ "mass": 0.0634,
10
+ "density": 507.2,
11
+ "friction": 0.273673,
12
+ "restitution": {
13
+ "task-5": 0.307752
14
+ }
15
+ },
16
+ "plastic": {
17
+ "mass": 0.1463,
18
+ "density": 1170.4,
19
+ "friction": 0.275018,
20
+ "restitution": {
21
+ "task-5": 0.389192
22
+ }
23
+ }
24
+ }
25
+ },
26
+ "pyramid": {
27
+ "model": "../../assets/obj/pyramid.obj",
28
+ "material": {
29
+ "wood": {
30
+ "mass": 0.0433,
31
+ "density": 519.6,
32
+ "friction": 0.273673,
33
+ "restitution": {
34
+ "task-3": 0.329297,
35
+ "task-4": 0.334596
36
+ }
37
+ },
38
+ "plastic": {
39
+ "mass": 0.0976,
40
+ "density": 1171.2,
41
+ "friction": 0.275018,
42
+ "restitution": {
43
+ "task-3": 0.364949,
44
+ "task-4": 0.319815
45
+ }
46
+ }
47
+ }
48
+ },
49
+ "squarebase": {
50
+ "model": "../../assets/obj/squarebase.obj",
51
+ "material": {
52
+ "wood": {
53
+ "mass": 0.1146,
54
+ "density": 523.8857,
55
+ "friction": 0.273673,
56
+ "restitution": {
57
+ "task-3": 0.329297
58
+ }
59
+ }
60
+ }
61
+ },
62
+ "tribase": {
63
+ "model": "../../assets/obj/tribase.obj",
64
+ "material": {
65
+ "wood": {
66
+ "mass": 0.0547,
67
+ "density": 500.1143,
68
+ "friction": 0.273673,
69
+ "restitution": {
70
+ "task-4": 0.334596,
71
+ "task-5": 0.307752
72
+ }
73
+ }
74
+ }
75
+ }
76
+ },
77
+ "tasks": {
78
+ "task-3": {
79
+ "assets": ["pyramid", "squarebase"],
80
+ "translation": {
81
+ "pyramid": {
82
+ "wood": [0.419851, 0.430966, 0.164676],
83
+ "plastic": [0.420323, 0.430436, 0.164440]
84
+ },
85
+ "squarebase": {
86
+ "wood": [0.410310, 0.429903, 0.030423],
87
+ "plastic": [0.410314, 0.429868, 0.030368]
88
+ },
89
+ "ground": {
90
+ "wood": [0, 0, 0.005423],
91
+ "plastic": [0, 0, 0.005368]
92
+ }
93
+ },
94
+ "orientation": {
95
+ "pyramid": {
96
+ "wood": [-10, 10, 0],
97
+ "plastic": [-10, 10, 0]
98
+ },
99
+ "squarebase": {
100
+ "wood": [0, 0, 0],
101
+ "plastic": [0, 0, 0]
102
+ }
103
+ },
104
+ "fixed": {
105
+ "pyramid": false,
106
+ "squarebase": true
107
+ },
108
+ "kinematic": {
109
+ "pyramid": false,
110
+ "squarebase": false
111
+ },
112
+ "record": {
113
+ "assets": ["pyramid"],
114
+ "dim": ["x", "y", "z"],
115
+ "fps": 30
116
+ }
117
+ },
118
+ "task-4": {
119
+ "assets": ["pyramid", "tribase"],
120
+ "translation": {
121
+ "pyramid": {
122
+ "wood": [0.403041, 0.374874, 0.169568],
123
+ "plastic": [0.405253, 0.375113, 0.171423]
124
+ },
125
+ "tribase": {
126
+ "wood": [0.390056, 0.374062, 0.030673],
127
+ "plastic": [0.386422, 0.373865, 0.030480]
128
+ },
129
+ "ground": {
130
+ "wood": [0, 0, 0.005673],
131
+ "plastic": [0, 0, 0.005480]
132
+ }
133
+ },
134
+ "orientation": {
135
+ "pyramid": {
136
+ "wood": [-10, 10, 0],
137
+ "plastic": [-10, 10, 0]
138
+ },
139
+ "tribase": {
140
+ "wood": [0, 0, 0],
141
+ "plastic": [0, 0, 0]
142
+ }
143
+ },
144
+ "fixed": {
145
+ "pyramid": false,
146
+ "tribase": true
147
+ },
148
+ "kinematic": {
149
+ "pyramid": false,
150
+ "tribase": false
151
+ },
152
+ "record": {
153
+ "assets": ["pyramid"],
154
+ "dim": ["x", "y", "z"],
155
+ "fps": 30
156
+ }
157
+ },
158
+ "task-5": {
159
+ "assets": ["wedge", "tribase"],
160
+ "translation": {
161
+ "wedge": {
162
+ "wood": [0.402296, 0.374206, 0.169536],
163
+ "plastic": [0.401995, 0.373761, 0.170778]
164
+ },
165
+ "tribase": {
166
+ "wood": [0.390030, 0.374022, 0.030529],
167
+ "plastic": [0.389799, 0.375095, 0.030643]
168
+ },
169
+ "ground": {
170
+ "wood": [0, 0, 0.005529],
171
+ "plastic": [0, 0, 0.005643]
172
+ }
173
+ },
174
+ "orientation": {
175
+ "wedge": {
176
+ "wood": [-5, 5, 0],
177
+ "plastic": [-5, 5, 0]
178
+ },
179
+ "tribase": {
180
+ "wood": [0, 0, 0],
181
+ "plastic": [0, 0, 0]
182
+ }
183
+ },
184
+ "fixed": {
185
+ "wedge": false,
186
+ "tribase": true
187
+ },
188
+ "kinematic": {
189
+ "wedge": false,
190
+ "tribase": false
191
+ },
192
+ "record": {
193
+ "assets": ["wedge"],
194
+ "dim": ["x", "y", "z"],
195
+ "fps": 30
196
+ }
197
+ }
198
+ }
199
+
200
+ }
metadata/rigid/pendulum.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "description": "The task involves a ball connected with a lightweight rod which can rotate around one of its ends. Then, the ball is lifted and released.",
3
+ "prompt": "Static frontal camera view: A heavy metal ball (mass ≈ 318 g) is fixed to the tip of a lightweight rigid rod, which rotates freely about a stationary horizontal axle mounted between two vertical posts atop a black perforated optical table. The rod is initially lifted to a horizontal position, with the ball extending out to one side. Upon release, the ball follows pendulum motion: it accelerates downward past the vertical datum, ascends on the opposite side, and continues oscillating back and forth over numerous cycles, its amplitude slowly and gradually diminishing due to frictional losses.",
4
+ "assets": {
5
+ "ball": {
6
+ "model": "../../assets/obj/ball-6.obj",
7
+ "material": {
8
+ "metal": {
9
+ "mass": 0.3175,
10
+ "density": 2807.3164,
11
+ "friction": 0.01,
12
+ "restitution": 0.01
13
+ }
14
+ }
15
+ }
16
+ },
17
+ "tasks": {
18
+ "default": {
19
+ "assets": ["ball"],
20
+ "translation": {
21
+ "ball": [0.373960, 0.490590, 0.445133]
22
+ },
23
+ "orientation": {
24
+ "ball": [0, 90, 0]
25
+ },
26
+ "fixed": {
27
+ "ball": false
28
+ },
29
+ "kinematic": {
30
+ "ball": false
31
+ },
32
+ "record": {
33
+ "assets": ["ball"],
34
+ "dim": ["x", "y", "z"],
35
+ "fps": 30
36
+ }
37
+ }
38
+ }
39
+ }
metadata/rigid/slope contact.json ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "description": "The task involves a trirectangular tetrahedron which forms a initially tight fit with its complementary base fixed on the table. Then, the trirectangular tetrahedron is released and falls under its own gravity.",
3
+ "prompt": "Static frontal camera view: A solid wooden trirectangular tetrahedron (mass ≈ 84 g) is tightly wedged against its stationary matching base (mass ≈ 997 g) atop a black perforated optical table. The two components combine to form a single upright rectangular block divided by a diagonal contact seam. Coefficient of friction for wood-on-wood contact ≈ 0.39; coefficient of restitution ≈ 0.37. An out-of-frame tension string securing the tetrahedron is released, after which frictional forces alone are insufficient to retain the tetrahedron on the base’s inclined surface. The tetrahedron follows a sequence of rigid-body motion governed by gravity: sliding along the slope, detaching fully from the base, free falling through air, potentially bouncing or tumbling upon impact, and finally settling into a stable resting configuration. The complementary base remains entirely stationary for the full duration of the motion event.",
4
+ "assets": {
5
+ "teh": {
6
+ "model": "../../assets/obj/teh.obj",
7
+ "material": {
8
+ "wood": {
9
+ "mass": 0.0839,
10
+ "density": 503.4,
11
+ "friction": 0.388428,
12
+ "restitution": 0.370309
13
+ },
14
+ "plastic": {
15
+ "mass": 0.0529,
16
+ "density": 317.4,
17
+ "friction": 0.182460,
18
+ "restitution": 0.307058
19
+ }
20
+ }
21
+ },
22
+ "base": {
23
+ "model": "../../assets/obj/tehC.obj",
24
+ "material": {
25
+ "wood": {
26
+ "mass": 0.9969,
27
+ "density": 543.7636,
28
+ "friction": 0.388428,
29
+ "restitution": 0.370309
30
+ },
31
+ "plastic": {
32
+ "mass": 0.4104,
33
+ "density": 223.8545,
34
+ "friction": 0.182460,
35
+ "restitution": 0.307058
36
+ }
37
+ }
38
+ }
39
+ },
40
+ "tasks": {
41
+ "default": {
42
+ "assets": ["teh", "base"],
43
+ "translation": {
44
+ "teh": {
45
+ "wood": [0.504278, 0.408961, 0.180622],
46
+ "plastic": [0.505473, 0.406877, 0.180174]
47
+ },
48
+ "base": {
49
+ "wood": [0.468923, 0.408961, 0.105622],
50
+ "plastic": [0.470118, 0.406877, 0.105174]
51
+ },
52
+ "ground": {
53
+ "wood":[0, 0, 0.005622],
54
+ "plastic": [0, 0, 0.005174]
55
+ }
56
+ },
57
+ "orientation": {
58
+ "teh": {
59
+ "wood": [0, 0, 0],
60
+ "plastic": [0, 0, 0]
61
+ },
62
+ "base": {
63
+ "wood": [0, 0, 0],
64
+ "plastic": [0, 0, 0]
65
+ }
66
+ },
67
+ "fixed": {
68
+ "teh": false,
69
+ "base": true
70
+ },
71
+ "kinematic": {
72
+ "teh": false,
73
+ "base": false
74
+ },
75
+ "record": {
76
+ "assets": ["teh"],
77
+ "dim": ["x", "y", "z"],
78
+ "fps": 30
79
+ }
80
+ }
81
+ }
82
+ }
metadata/rigid/slope slider.json ADDED
@@ -0,0 +1,163 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "description": "The task involves a cube resting on a board which can rotate with different angles according to its fixed axis passing through its geometric center. Then, the cube is placed at the higher end of the broad, and slides under its own gravity.",
3
+ "prompt": "Static frontal camera view: A black plastic cube (mass ≈ 147 g) sits near the upper end of a wooden plank (mass ≈ 477 g). The plank is secured to a pivoting fixture locked at a steady, relatively steep incline of approximately 30°. A linear ruler and digital protractor are placed beside the assembly, all resting on a black perforated optical table. Coefficient of friction between plastic and wood ≈ 0.28; coefficient of restitution for the cube ≈ 0.37. Upon release, the cube undergoes the following motion sequence: it accelerates as it slides down the inclined surface, and finally lands before coming to rest on the table surface. The wooden plank remains fully stationary for the entire duration of the motion.",
4
+ "assets": {
5
+ "cube": {
6
+ "model": "../../assets/obj/cube.obj",
7
+ "material": {
8
+ "wood": {
9
+ "mass": 0.0903,
10
+ "density": 722.4,
11
+ "friction": 0.273673,
12
+ "restitution": 0.223583
13
+ },
14
+ "plastic": {
15
+ "mass": 0.1469,
16
+ "density": 1175.2,
17
+ "friction": 0.275018,
18
+ "restitution": 0.373862
19
+ },
20
+ "metal": {
21
+ "mass": 0.3397,
22
+ "density": 2717.6,
23
+ "friction": 0.262758,
24
+ "restitution": 0.333623
25
+ }
26
+ }
27
+ },
28
+ "board": {
29
+ "model": "../../assets/obj/board.obj",
30
+ "material": {
31
+ "wood": {
32
+ "mass": 0.4769,
33
+ "density": 635.87,
34
+ "friction": 0.262758,
35
+ "restitution": 0.223583
36
+ }
37
+ }
38
+ }
39
+ },
40
+ "tasks": {
41
+ "task-1": {
42
+ "assets": ["cube", "board"],
43
+ "translation": {
44
+ "cube": {
45
+ "wood": [0.017089, 0.396862, 0.210591],
46
+ "plastic": [0.014675, 0.398604, 0.203510],
47
+ "metal": [0.014765, 0.401449, 0.202390]
48
+ },
49
+ "board": {
50
+ "wood": [0.233461, 0.396862, 0.141976],
51
+ "plastic": [0.231047, 0.398604, 0.134895],
52
+ "metal": [0.231137, 0.401449, 0.133775]
53
+ }
54
+ },
55
+ "orientation": {
56
+ "cube": {
57
+ "wood": [0, 10, 0],
58
+ "plastic": [0, 10, 0],
59
+ "metal": [0, 10, 0]
60
+ },
61
+ "board": {
62
+ "wood": [0, 10, 0],
63
+ "plastic": [0, 10, 0],
64
+ "metal": [0, 10, 0]
65
+ }
66
+ },
67
+ "fixed": {
68
+ "cube": false,
69
+ "board": true
70
+ },
71
+ "kinematic": {
72
+ "cube": false,
73
+ "board": false
74
+ },
75
+ "record": {
76
+ "assets": ["cube"],
77
+ "dim": ["x", "y", "z"],
78
+ "fps": 30
79
+ }
80
+ },
81
+ "task-2": {
82
+ "assets": ["cube", "board"],
83
+ "translation": {
84
+ "cube": {
85
+ "wood": [0.097247, 0.406934, 0.359354],
86
+ "plastic": [0.099205, 0.405048, 0.359256],
87
+ "metal": [0.098720, 0.403392, 0.359680]
88
+ },
89
+ "board": {
90
+ "wood": [0.277103, 0.406934, 0.220873],
91
+ "plastic": [0.279061, 0.405048, 0.220775],
92
+ "metal": [0.27857572, 0.403392, 0.22119924]
93
+ }
94
+ },
95
+ "orientation": {
96
+ "cube": {
97
+ "wood": [0, 30, 0],
98
+ "plastic": [0, 30, 0],
99
+ "metal": [0, 30, 0]
100
+ },
101
+ "board": {
102
+ "wood": [0, 30, 0],
103
+ "plastic": [0, 30, 0],
104
+ "metal": [0, 30, 0]
105
+ }
106
+ },
107
+ "fixed": {
108
+ "cube": false,
109
+ "board": true
110
+ },
111
+ "kinematic": {
112
+ "cube": false,
113
+ "board": false
114
+ },
115
+ "record": {
116
+ "assets": ["cube"],
117
+ "dim": ["x", "y", "z"],
118
+ "fps": 30
119
+ }
120
+ },
121
+ "task-3": {
122
+ "assets": ["cube", "board"],
123
+ "translation": {
124
+ "cube": {
125
+ "wood": [0.072447, 0.388420, 0.264611],
126
+ "plastic": [0.071240, 0.385604, 0.264552],
127
+ "metal": [0.072298, 0.387577, 0.268944]
128
+ },
129
+ "board": {
130
+ "wood": [0.297447, 0.38842, 0.234611],
131
+ "plastic": [0.29624 , 0.385604, 0.234552],
132
+ "metal": [0.297298, 0.387577, 0.238944]
133
+ }
134
+ },
135
+ "orientation": {
136
+ "cube": {
137
+ "wood": [0, 0, 0],
138
+ "plastic": [0, 0, 0],
139
+ "metal": [0, 0, 0]
140
+ },
141
+ "board": {
142
+ "wood": [0, 0, 0],
143
+ "plastic": [0, 0, 0],
144
+ "metal": [0, 0, 0]
145
+ }
146
+ },
147
+ "fixed": {
148
+ "cube": false,
149
+ "board": false
150
+ },
151
+ "kinematic": {
152
+ "cube": false,
153
+ "board": true
154
+ },
155
+ "record": {
156
+ "assets": ["cube"],
157
+ "dim": ["x", "y", "z"],
158
+ "fps": 30
159
+ }
160
+ }
161
+ }
162
+
163
+ }
metadata/rigid/turntable.json ADDED
@@ -0,0 +1,162 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "description": "The task involves a cube hovering above a rotating circle turntable. Then, the cube is released on the turntable, and slides or keeps rest relative to the surface.",
3
+ "prompt": "Static top camera view: A black plastic cube (mass ≈ 147 g) is positioned off-center atop a wooden circular turntable (mass ≈ 722 g) driven by an electric motor and undergoing continuous rotation; the full assembly rests on a optical table. Coefficient of static friction between the cube and turntable ≈ 0.32; coefficient of restitution ≈ 0.32. Upon rotation, the cube follows a sliding trajectory across the spinning turntable surface.",
4
+ "assets": {
5
+ "cube": {
6
+ "model": "../../assets/obj/cube.obj",
7
+ "material": {
8
+ "wood": {
9
+ "mass": 0.0903,
10
+ "density": 722.4,
11
+ "friction": 0.378789,
12
+ "restitution": 0.285485
13
+ },
14
+ "plastic": {
15
+ "mass": 0.1469,
16
+ "density": 1175.2,
17
+ "friction": 0.322256,
18
+ "restitution": 0.324127
19
+ },
20
+ "metal": {
21
+ "mass": 0.3397,
22
+ "density": 2717.6,
23
+ "friction": 0.326517,
24
+ "restitution": 0.225054
25
+ }
26
+ }
27
+ },
28
+ "plate": {
29
+ "model": "../../assets/obj/plate.obj",
30
+ "material": {
31
+ "wood": {
32
+ "mass": 0.7216,
33
+ "density": 510.4276,
34
+ "friction": 0.322256,
35
+ "restitution": 0.225054
36
+ }
37
+ }
38
+ }
39
+ },
40
+ "tasks": {
41
+ "task-1": {
42
+ "assets": ["cube", "plate"],
43
+ "translation": {
44
+ "cube": {
45
+ "wood": [0.480787, 0.406880, 0.213902],
46
+ "plastic": [0.482116, 0.408567, 0.214826],
47
+ "metal": [0.481028, 0.408019, 0.215814]
48
+ },
49
+ "plate": {
50
+ "wood": [0.474901, 0.481774, 0.178902],
51
+ "plastic": [0.474906, 0.481779, 0.179826],
52
+ "metal": [0.474892, 0.481777, 0.180814]
53
+ }
54
+ },
55
+ "orientation": {
56
+ "cube": {
57
+ "wood": [0, 0, 0],
58
+ "plastic": [0, 0, 0],
59
+ "metal": [0, 0, 0]
60
+ },
61
+ "plate": {
62
+ "wood": [0, 0, 0],
63
+ "plastic": [0, 0, 0],
64
+ "metal": [0, 0, 0]
65
+ }
66
+ },
67
+ "fixed": {
68
+ "cube": false,
69
+ "plate": false
70
+ },
71
+ "kinematic": {
72
+ "cube": false,
73
+ "plate": true
74
+ },
75
+ "record": {
76
+ "assets": ["cube"],
77
+ "dim": ["x", "y", "z"],
78
+ "fps": 30
79
+ }
80
+ },
81
+ "task-2": {
82
+ "assets": ["cube", "plate"],
83
+ "translation": {
84
+ "cube": {
85
+ "wood": [0.477958, 0.406848, 0.213842],
86
+ "plastic": [0.478944, 0.408666, 0.214725],
87
+ "metal": [0.478794, 0.408084, 0.216051]
88
+ },
89
+ "plate": {
90
+ "wood": [0.474812, 0.481797, 0.178842],
91
+ "plastic": [0.474653, 0.481720, 0.179725],
92
+ "metal": [0.475306, 0.481697, 0.181051]
93
+ }
94
+ },
95
+ "orientation": {
96
+ "cube": {
97
+ "wood": [0, 0, 0],
98
+ "plastic": [0, 0, 0],
99
+ "metal": [0, 0, 0]
100
+ },
101
+ "plate": {
102
+ "wood": [0, 0, 0],
103
+ "plastic": [0, 0, 0],
104
+ "metal": [0, 0, 0]
105
+ }
106
+ },
107
+ "fixed": {
108
+ "cube": false,
109
+ "plate": false
110
+ },
111
+ "kinematic": {
112
+ "cube": false,
113
+ "plate": true
114
+ },
115
+ "record": {
116
+ "assets": ["cube"],
117
+ "dim": ["x", "y", "z"],
118
+ "fps": 30
119
+ }
120
+ },
121
+ "task-3": {
122
+ "assets": ["cube", "plate"],
123
+ "translation": {
124
+ "cube": {
125
+ "wood": [0.478844, 0.407497, 0.212681],
126
+ "plastic": [0.478783, 0.408776, 0.213371],
127
+ "metal": [0.477349, 0.408832, 0.214280]
128
+ },
129
+ "plate": {
130
+ "wood": [0.474748, 0.482441, 0.177681],
131
+ "plastic": [0.474745, 0.482457, 0.178371],
132
+ "metal": [0.474730, 0.482427, 0.17928]
133
+ }
134
+ },
135
+ "orientation": {
136
+ "cube": {
137
+ "wood": [0, 0, 0],
138
+ "plastic": [0, 0, 0],
139
+ "metal": [0, 0, 0]
140
+ },
141
+ "plate": {
142
+ "wood": [0, 0, 0],
143
+ "plastic": [0, 0, 0],
144
+ "metal": [0, 0, 0]
145
+ }
146
+ },
147
+ "fixed": {
148
+ "cube": false,
149
+ "plate": false
150
+ },
151
+ "kinematic": {
152
+ "cube": false,
153
+ "plate": true
154
+ },
155
+ "record": {
156
+ "assets": ["cube"],
157
+ "dim": ["x", "y", "z"],
158
+ "fps": 30
159
+ }
160
+ }
161
+ }
162
+ }
metadata/rigid/wall breaking.json ADDED
@@ -0,0 +1,2881 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "description": "The task involves a suspended wrecking ball and a wall composed of a large number of bricks. Then, the ball at one end is lifted and released, colliding with the wall.",
3
+ "assets": {
4
+ "ball": {
5
+ "model": "../../assets/obj/ball-6.obj",
6
+ "material": {
7
+ "metal": {
8
+ "mass": 0.3175,
9
+ "friction": 0.262758,
10
+ "restitution": 0.223583
11
+ }
12
+ }
13
+ },
14
+ "brick-1": {
15
+ "model": "../../assets/obj/brick.obj",
16
+ "material": {
17
+ "wood": {
18
+ "mass": 0.0083,
19
+ "friction": 0.273673,
20
+ "restitution": 0.444206
21
+ }
22
+ }
23
+ },
24
+ "brick-2": {
25
+ "model": "../../assets/obj/brick.obj",
26
+ "material": {
27
+ "wood": {
28
+ "mass": 0.0083,
29
+ "friction": 0.273673,
30
+ "restitution": 0.444206
31
+ }
32
+ }
33
+ },
34
+ "brick-3": {
35
+ "model": "../../assets/obj/brick.obj",
36
+ "material": {
37
+ "wood": {
38
+ "mass": 0.0083,
39
+ "friction": 0.273673,
40
+ "restitution": 0.444206
41
+ }
42
+ }
43
+ },
44
+ "brick-4": {
45
+ "model": "../../assets/obj/brick.obj",
46
+ "material": {
47
+ "wood": {
48
+ "mass": 0.0083,
49
+ "friction": 0.273673,
50
+ "restitution": 0.444206
51
+ }
52
+ }
53
+ },
54
+ "brick-5": {
55
+ "model": "../../assets/obj/brick.obj",
56
+ "material": {
57
+ "wood": {
58
+ "mass": 0.0083,
59
+ "friction": 0.273673,
60
+ "restitution": 0.444206
61
+ }
62
+ }
63
+ },
64
+ "brick-6": {
65
+ "model": "../../assets/obj/brick.obj",
66
+ "material": {
67
+ "wood": {
68
+ "mass": 0.0083,
69
+ "friction": 0.273673,
70
+ "restitution": 0.444206
71
+ }
72
+ }
73
+ },
74
+ "brick-7": {
75
+ "model": "../../assets/obj/brick.obj",
76
+ "material": {
77
+ "wood": {
78
+ "mass": 0.0083,
79
+ "friction": 0.273673,
80
+ "restitution": 0.444206
81
+ }
82
+ }
83
+ },
84
+ "brick-8": {
85
+ "model": "../../assets/obj/brick.obj",
86
+ "material": {
87
+ "wood": {
88
+ "mass": 0.0083,
89
+ "friction": 0.273673,
90
+ "restitution": 0.444206
91
+ }
92
+ }
93
+ },
94
+ "brick-9": {
95
+ "model": "../../assets/obj/brick.obj",
96
+ "material": {
97
+ "wood": {
98
+ "mass": 0.0083,
99
+ "friction": 0.273673,
100
+ "restitution": 0.444206
101
+ }
102
+ }
103
+ },
104
+ "brick-10": {
105
+ "model": "../../assets/obj/brick.obj",
106
+ "material": {
107
+ "wood": {
108
+ "mass": 0.0083,
109
+ "friction": 0.273673,
110
+ "restitution": 0.444206
111
+ }
112
+ }
113
+ },
114
+ "brick-11": {
115
+ "model": "../../assets/obj/brick.obj",
116
+ "material": {
117
+ "wood": {
118
+ "mass": 0.0083,
119
+ "friction": 0.273673,
120
+ "restitution": 0.444206
121
+ }
122
+ }
123
+ },
124
+ "brick-12": {
125
+ "model": "../../assets/obj/brick.obj",
126
+ "material": {
127
+ "wood": {
128
+ "mass": 0.0083,
129
+ "friction": 0.273673,
130
+ "restitution": 0.444206
131
+ }
132
+ }
133
+ },
134
+ "brick-13": {
135
+ "model": "../../assets/obj/brick.obj",
136
+ "material": {
137
+ "wood": {
138
+ "mass": 0.0083,
139
+ "friction": 0.273673,
140
+ "restitution": 0.444206
141
+ }
142
+ }
143
+ },
144
+ "brick-14": {
145
+ "model": "../../assets/obj/brick.obj",
146
+ "material": {
147
+ "wood": {
148
+ "mass": 0.0083,
149
+ "friction": 0.273673,
150
+ "restitution": 0.444206
151
+ }
152
+ }
153
+ },
154
+ "brick-15": {
155
+ "model": "../../assets/obj/brick.obj",
156
+ "material": {
157
+ "wood": {
158
+ "mass": 0.0083,
159
+ "friction": 0.273673,
160
+ "restitution": 0.444206
161
+ }
162
+ }
163
+ },
164
+ "brick-16": {
165
+ "model": "../../assets/obj/brick.obj",
166
+ "material": {
167
+ "wood": {
168
+ "mass": 0.0083,
169
+ "friction": 0.273673,
170
+ "restitution": 0.444206
171
+ }
172
+ }
173
+ },
174
+ "brick-17": {
175
+ "model": "../../assets/obj/brick.obj",
176
+ "material": {
177
+ "wood": {
178
+ "mass": 0.0083,
179
+ "friction": 0.273673,
180
+ "restitution": 0.444206
181
+ }
182
+ }
183
+ },
184
+ "brick-18": {
185
+ "model": "../../assets/obj/brick.obj",
186
+ "material": {
187
+ "wood": {
188
+ "mass": 0.0083,
189
+ "friction": 0.273673,
190
+ "restitution": 0.444206
191
+ }
192
+ }
193
+ },
194
+ "brick-19": {
195
+ "model": "../../assets/obj/brick.obj",
196
+ "material": {
197
+ "wood": {
198
+ "mass": 0.0083,
199
+ "friction": 0.273673,
200
+ "restitution": 0.444206
201
+ }
202
+ }
203
+ },
204
+ "brick-20": {
205
+ "model": "../../assets/obj/brick.obj",
206
+ "material": {
207
+ "wood": {
208
+ "mass": 0.0083,
209
+ "friction": 0.273673,
210
+ "restitution": 0.444206
211
+ }
212
+ }
213
+ },
214
+ "brick-21": {
215
+ "model": "../../assets/obj/brick.obj",
216
+ "material": {
217
+ "wood": {
218
+ "mass": 0.0083,
219
+ "friction": 0.273673,
220
+ "restitution": 0.444206
221
+ }
222
+ }
223
+ },
224
+ "brick-22": {
225
+ "model": "../../assets/obj/brick.obj",
226
+ "material": {
227
+ "wood": {
228
+ "mass": 0.0083,
229
+ "friction": 0.273673,
230
+ "restitution": 0.444206
231
+ }
232
+ }
233
+ },
234
+ "brick-23": {
235
+ "model": "../../assets/obj/brick.obj",
236
+ "material": {
237
+ "wood": {
238
+ "mass": 0.0083,
239
+ "friction": 0.273673,
240
+ "restitution": 0.444206
241
+ }
242
+ }
243
+ },
244
+ "brick-24": {
245
+ "model": "../../assets/obj/brick.obj",
246
+ "material": {
247
+ "wood": {
248
+ "mass": 0.0083,
249
+ "friction": 0.273673,
250
+ "restitution": 0.444206
251
+ }
252
+ }
253
+ },
254
+ "brick-25": {
255
+ "model": "../../assets/obj/brick.obj",
256
+ "material": {
257
+ "wood": {
258
+ "mass": 0.0083,
259
+ "friction": 0.273673,
260
+ "restitution": 0.444206
261
+ }
262
+ }
263
+ },
264
+ "brick-26": {
265
+ "model": "../../assets/obj/brick.obj",
266
+ "material": {
267
+ "wood": {
268
+ "mass": 0.0083,
269
+ "friction": 0.273673,
270
+ "restitution": 0.444206
271
+ }
272
+ }
273
+ },
274
+ "brick-27": {
275
+ "model": "../../assets/obj/brick.obj",
276
+ "material": {
277
+ "wood": {
278
+ "mass": 0.0083,
279
+ "friction": 0.273673,
280
+ "restitution": 0.444206
281
+ }
282
+ }
283
+ },
284
+ "brick-28": {
285
+ "model": "../../assets/obj/brick.obj",
286
+ "material": {
287
+ "wood": {
288
+ "mass": 0.0083,
289
+ "friction": 0.273673,
290
+ "restitution": 0.444206
291
+ }
292
+ }
293
+ },
294
+ "brick-29": {
295
+ "model": "../../assets/obj/brick.obj",
296
+ "material": {
297
+ "wood": {
298
+ "mass": 0.0083,
299
+ "friction": 0.273673,
300
+ "restitution": 0.444206
301
+ }
302
+ }
303
+ },
304
+ "brick-30": {
305
+ "model": "../../assets/obj/brick.obj",
306
+ "material": {
307
+ "wood": {
308
+ "mass": 0.0083,
309
+ "friction": 0.273673,
310
+ "restitution": 0.444206
311
+ }
312
+ }
313
+ },
314
+ "brick-31": {
315
+ "model": "../../assets/obj/brick.obj",
316
+ "material": {
317
+ "wood": {
318
+ "mass": 0.0083,
319
+ "friction": 0.273673,
320
+ "restitution": 0.444206
321
+ }
322
+ }
323
+ },
324
+ "brick-32": {
325
+ "model": "../../assets/obj/brick.obj",
326
+ "material": {
327
+ "wood": {
328
+ "mass": 0.0083,
329
+ "friction": 0.273673,
330
+ "restitution": 0.444206
331
+ }
332
+ }
333
+ },
334
+ "brick-33": {
335
+ "model": "../../assets/obj/brick.obj",
336
+ "material": {
337
+ "wood": {
338
+ "mass": 0.0083,
339
+ "friction": 0.273673,
340
+ "restitution": 0.444206
341
+ }
342
+ }
343
+ },
344
+ "brick-34": {
345
+ "model": "../../assets/obj/brick.obj",
346
+ "material": {
347
+ "wood": {
348
+ "mass": 0.0083,
349
+ "friction": 0.273673,
350
+ "restitution": 0.444206
351
+ }
352
+ }
353
+ },
354
+ "brick-35": {
355
+ "model": "../../assets/obj/brick.obj",
356
+ "material": {
357
+ "wood": {
358
+ "mass": 0.0083,
359
+ "friction": 0.273673,
360
+ "restitution": 0.444206
361
+ }
362
+ }
363
+ },
364
+ "brick-36": {
365
+ "model": "../../assets/obj/brick.obj",
366
+ "material": {
367
+ "wood": {
368
+ "mass": 0.0083,
369
+ "friction": 0.273673,
370
+ "restitution": 0.444206
371
+ }
372
+ }
373
+ },
374
+ "brick-37": {
375
+ "model": "../../assets/obj/brick.obj",
376
+ "material": {
377
+ "wood": {
378
+ "mass": 0.0083,
379
+ "friction": 0.273673,
380
+ "restitution": 0.444206
381
+ }
382
+ }
383
+ },
384
+ "brick-38": {
385
+ "model": "../../assets/obj/brick.obj",
386
+ "material": {
387
+ "wood": {
388
+ "mass": 0.0083,
389
+ "friction": 0.273673,
390
+ "restitution": 0.444206
391
+ }
392
+ }
393
+ },
394
+ "brick-39": {
395
+ "model": "../../assets/obj/brick.obj",
396
+ "material": {
397
+ "wood": {
398
+ "mass": 0.0083,
399
+ "friction": 0.273673,
400
+ "restitution": 0.444206
401
+ }
402
+ }
403
+ },
404
+ "brick-40": {
405
+ "model": "../../assets/obj/brick.obj",
406
+ "material": {
407
+ "wood": {
408
+ "mass": 0.0083,
409
+ "friction": 0.273673,
410
+ "restitution": 0.444206
411
+ }
412
+ }
413
+ },
414
+ "brick-41": {
415
+ "model": "../../assets/obj/brick.obj",
416
+ "material": {
417
+ "wood": {
418
+ "mass": 0.0083,
419
+ "friction": 0.273673,
420
+ "restitution": 0.444206
421
+ }
422
+ }
423
+ },
424
+ "brick-42": {
425
+ "model": "../../assets/obj/brick.obj",
426
+ "material": {
427
+ "wood": {
428
+ "mass": 0.0083,
429
+ "friction": 0.273673,
430
+ "restitution": 0.444206
431
+ }
432
+ }
433
+ },
434
+ "brick-43": {
435
+ "model": "../../assets/obj/brick.obj",
436
+ "material": {
437
+ "wood": {
438
+ "mass": 0.0083,
439
+ "friction": 0.273673,
440
+ "restitution": 0.444206
441
+ }
442
+ }
443
+ },
444
+ "brick-44": {
445
+ "model": "../../assets/obj/brick.obj",
446
+ "material": {
447
+ "wood": {
448
+ "mass": 0.0083,
449
+ "friction": 0.273673,
450
+ "restitution": 0.444206
451
+ }
452
+ }
453
+ },
454
+ "brick-45": {
455
+ "model": "../../assets/obj/brick.obj",
456
+ "material": {
457
+ "wood": {
458
+ "mass": 0.0083,
459
+ "friction": 0.273673,
460
+ "restitution": 0.444206
461
+ }
462
+ }
463
+ },
464
+ "brick-46": {
465
+ "model": "../../assets/obj/brick.obj",
466
+ "material": {
467
+ "wood": {
468
+ "mass": 0.0083,
469
+ "friction": 0.273673,
470
+ "restitution": 0.444206
471
+ }
472
+ }
473
+ },
474
+ "brick-47": {
475
+ "model": "../../assets/obj/brick.obj",
476
+ "material": {
477
+ "wood": {
478
+ "mass": 0.0083,
479
+ "friction": 0.273673,
480
+ "restitution": 0.444206
481
+ }
482
+ }
483
+ },
484
+ "brick-48": {
485
+ "model": "../../assets/obj/brick.obj",
486
+ "material": {
487
+ "wood": {
488
+ "mass": 0.0083,
489
+ "friction": 0.273673,
490
+ "restitution": 0.444206
491
+ }
492
+ }
493
+ },
494
+ "brick-49": {
495
+ "model": "../../assets/obj/brick.obj",
496
+ "material": {
497
+ "wood": {
498
+ "mass": 0.0083,
499
+ "friction": 0.273673,
500
+ "restitution": 0.444206
501
+ }
502
+ }
503
+ },
504
+ "brick-50": {
505
+ "model": "../../assets/obj/brick.obj",
506
+ "material": {
507
+ "wood": {
508
+ "mass": 0.0083,
509
+ "friction": 0.273673,
510
+ "restitution": 0.444206
511
+ }
512
+ }
513
+ },
514
+ "brick-51": {
515
+ "model": "../../assets/obj/brick.obj",
516
+ "material": {
517
+ "wood": {
518
+ "mass": 0.0083,
519
+ "friction": 0.273673,
520
+ "restitution": 0.444206
521
+ }
522
+ }
523
+ },
524
+ "brick-52": {
525
+ "model": "../../assets/obj/brick.obj",
526
+ "material": {
527
+ "wood": {
528
+ "mass": 0.0083,
529
+ "friction": 0.273673,
530
+ "restitution": 0.444206
531
+ }
532
+ }
533
+ },
534
+ "brick-53": {
535
+ "model": "../../assets/obj/brick.obj",
536
+ "material": {
537
+ "wood": {
538
+ "mass": 0.0083,
539
+ "friction": 0.273673,
540
+ "restitution": 0.444206
541
+ }
542
+ }
543
+ },
544
+ "brick-54": {
545
+ "model": "../../assets/obj/brick.obj",
546
+ "material": {
547
+ "wood": {
548
+ "mass": 0.0083,
549
+ "friction": 0.273673,
550
+ "restitution": 0.444206
551
+ }
552
+ }
553
+ },
554
+ "brick-55": {
555
+ "model": "../../assets/obj/brick.obj",
556
+ "material": {
557
+ "wood": {
558
+ "mass": 0.0083,
559
+ "friction": 0.273673,
560
+ "restitution": 0.444206
561
+ }
562
+ }
563
+ },
564
+ "brick-56": {
565
+ "model": "../../assets/obj/brick.obj",
566
+ "material": {
567
+ "wood": {
568
+ "mass": 0.0083,
569
+ "friction": 0.273673,
570
+ "restitution": 0.444206
571
+ }
572
+ }
573
+ },
574
+ "brick-57": {
575
+ "model": "../../assets/obj/brick.obj",
576
+ "material": {
577
+ "wood": {
578
+ "mass": 0.0083,
579
+ "friction": 0.273673,
580
+ "restitution": 0.444206
581
+ }
582
+ }
583
+ },
584
+ "brick-58": {
585
+ "model": "../../assets/obj/brick.obj",
586
+ "material": {
587
+ "wood": {
588
+ "mass": 0.0083,
589
+ "friction": 0.273673,
590
+ "restitution": 0.444206
591
+ }
592
+ }
593
+ },
594
+ "brick-59": {
595
+ "model": "../../assets/obj/brick.obj",
596
+ "material": {
597
+ "wood": {
598
+ "mass": 0.0083,
599
+ "friction": 0.273673,
600
+ "restitution": 0.444206
601
+ }
602
+ }
603
+ },
604
+ "brick-60": {
605
+ "model": "../../assets/obj/brick.obj",
606
+ "material": {
607
+ "wood": {
608
+ "mass": 0.0083,
609
+ "friction": 0.273673,
610
+ "restitution": 0.444206
611
+ }
612
+ }
613
+ },
614
+ "brick-61": {
615
+ "model": "../../assets/obj/brick.obj",
616
+ "material": {
617
+ "wood": {
618
+ "mass": 0.0083,
619
+ "friction": 0.273673,
620
+ "restitution": 0.444206
621
+ }
622
+ }
623
+ },
624
+ "brick-62": {
625
+ "model": "../../assets/obj/brick.obj",
626
+ "material": {
627
+ "wood": {
628
+ "mass": 0.0083,
629
+ "friction": 0.273673,
630
+ "restitution": 0.444206
631
+ }
632
+ }
633
+ },
634
+ "brick-63": {
635
+ "model": "../../assets/obj/brick.obj",
636
+ "material": {
637
+ "wood": {
638
+ "mass": 0.0083,
639
+ "friction": 0.273673,
640
+ "restitution": 0.444206
641
+ }
642
+ }
643
+ },
644
+ "brick-64": {
645
+ "model": "../../assets/obj/brick.obj",
646
+ "material": {
647
+ "wood": {
648
+ "mass": 0.0083,
649
+ "friction": 0.273673,
650
+ "restitution": 0.444206
651
+ }
652
+ }
653
+ },
654
+ "brick-65": {
655
+ "model": "../../assets/obj/brick.obj",
656
+ "material": {
657
+ "wood": {
658
+ "mass": 0.0083,
659
+ "friction": 0.273673,
660
+ "restitution": 0.444206
661
+ }
662
+ }
663
+ },
664
+ "brick-66": {
665
+ "model": "../../assets/obj/brick.obj",
666
+ "material": {
667
+ "wood": {
668
+ "mass": 0.0083,
669
+ "friction": 0.273673,
670
+ "restitution": 0.444206
671
+ }
672
+ }
673
+ },
674
+ "brick-67": {
675
+ "model": "../../assets/obj/brick.obj",
676
+ "material": {
677
+ "wood": {
678
+ "mass": 0.0083,
679
+ "friction": 0.273673,
680
+ "restitution": 0.444206
681
+ }
682
+ }
683
+ },
684
+ "brick-68": {
685
+ "model": "../../assets/obj/brick.obj",
686
+ "material": {
687
+ "wood": {
688
+ "mass": 0.0083,
689
+ "friction": 0.273673,
690
+ "restitution": 0.444206
691
+ }
692
+ }
693
+ },
694
+ "brick-69": {
695
+ "model": "../../assets/obj/brick.obj",
696
+ "material": {
697
+ "wood": {
698
+ "mass": 0.0083,
699
+ "friction": 0.273673,
700
+ "restitution": 0.444206
701
+ }
702
+ }
703
+ },
704
+ "brick-70": {
705
+ "model": "../../assets/obj/brick.obj",
706
+ "material": {
707
+ "wood": {
708
+ "mass": 0.0083,
709
+ "friction": 0.273673,
710
+ "restitution": 0.444206
711
+ }
712
+ }
713
+ },
714
+ "brick-71": {
715
+ "model": "../../assets/obj/brick.obj",
716
+ "material": {
717
+ "wood": {
718
+ "mass": 0.0083,
719
+ "friction": 0.273673,
720
+ "restitution": 0.444206
721
+ }
722
+ }
723
+ },
724
+ "brick-72": {
725
+ "model": "../../assets/obj/brick.obj",
726
+ "material": {
727
+ "wood": {
728
+ "mass": 0.0083,
729
+ "friction": 0.273673,
730
+ "restitution": 0.444206
731
+ }
732
+ }
733
+ },
734
+ "brick-73": {
735
+ "model": "../../assets/obj/brick.obj",
736
+ "material": {
737
+ "wood": {
738
+ "mass": 0.0083,
739
+ "friction": 0.273673,
740
+ "restitution": 0.444206
741
+ }
742
+ }
743
+ },
744
+ "brick-74": {
745
+ "model": "../../assets/obj/brick.obj",
746
+ "material": {
747
+ "wood": {
748
+ "mass": 0.0083,
749
+ "friction": 0.273673,
750
+ "restitution": 0.444206
751
+ }
752
+ }
753
+ },
754
+ "brick-75": {
755
+ "model": "../../assets/obj/brick.obj",
756
+ "material": {
757
+ "wood": {
758
+ "mass": 0.0083,
759
+ "friction": 0.273673,
760
+ "restitution": 0.444206
761
+ }
762
+ }
763
+ },
764
+ "brick-76": {
765
+ "model": "../../assets/obj/brick.obj",
766
+ "material": {
767
+ "wood": {
768
+ "mass": 0.0083,
769
+ "friction": 0.273673,
770
+ "restitution": 0.444206
771
+ }
772
+ }
773
+ },
774
+ "brick-77": {
775
+ "model": "../../assets/obj/brick.obj",
776
+ "material": {
777
+ "wood": {
778
+ "mass": 0.0083,
779
+ "friction": 0.273673,
780
+ "restitution": 0.444206
781
+ }
782
+ }
783
+ },
784
+ "brick-78": {
785
+ "model": "../../assets/obj/brick.obj",
786
+ "material": {
787
+ "wood": {
788
+ "mass": 0.0083,
789
+ "friction": 0.273673,
790
+ "restitution": 0.444206
791
+ }
792
+ }
793
+ },
794
+ "brick-79": {
795
+ "model": "../../assets/obj/brick.obj",
796
+ "material": {
797
+ "wood": {
798
+ "mass": 0.0083,
799
+ "friction": 0.273673,
800
+ "restitution": 0.444206
801
+ }
802
+ }
803
+ },
804
+ "brick-80": {
805
+ "model": "../../assets/obj/brick.obj",
806
+ "material": {
807
+ "wood": {
808
+ "mass": 0.0083,
809
+ "friction": 0.273673,
810
+ "restitution": 0.444206
811
+ }
812
+ }
813
+ },
814
+ "brick-81": {
815
+ "model": "../../assets/obj/brick.obj",
816
+ "material": {
817
+ "wood": {
818
+ "mass": 0.0083,
819
+ "friction": 0.273673,
820
+ "restitution": 0.444206
821
+ }
822
+ }
823
+ },
824
+ "brick-82": {
825
+ "model": "../../assets/obj/brick.obj",
826
+ "material": {
827
+ "wood": {
828
+ "mass": 0.0083,
829
+ "friction": 0.273673,
830
+ "restitution": 0.444206
831
+ }
832
+ }
833
+ },
834
+ "brick-83": {
835
+ "model": "../../assets/obj/brick.obj",
836
+ "material": {
837
+ "wood": {
838
+ "mass": 0.0083,
839
+ "friction": 0.273673,
840
+ "restitution": 0.444206
841
+ }
842
+ }
843
+ },
844
+ "brick-84": {
845
+ "model": "../../assets/obj/brick.obj",
846
+ "material": {
847
+ "wood": {
848
+ "mass": 0.0083,
849
+ "friction": 0.273673,
850
+ "restitution": 0.444206
851
+ }
852
+ }
853
+ },
854
+ "brick-85": {
855
+ "model": "../../assets/obj/brick.obj",
856
+ "material": {
857
+ "wood": {
858
+ "mass": 0.0083,
859
+ "friction": 0.273673,
860
+ "restitution": 0.444206
861
+ }
862
+ }
863
+ },
864
+ "brick-86": {
865
+ "model": "../../assets/obj/brick.obj",
866
+ "material": {
867
+ "wood": {
868
+ "mass": 0.0083,
869
+ "friction": 0.273673,
870
+ "restitution": 0.444206
871
+ }
872
+ }
873
+ },
874
+ "brick-87": {
875
+ "model": "../../assets/obj/brick.obj",
876
+ "material": {
877
+ "wood": {
878
+ "mass": 0.0083,
879
+ "friction": 0.273673,
880
+ "restitution": 0.444206
881
+ }
882
+ }
883
+ },
884
+ "brick-88": {
885
+ "model": "../../assets/obj/brick.obj",
886
+ "material": {
887
+ "wood": {
888
+ "mass": 0.0083,
889
+ "friction": 0.273673,
890
+ "restitution": 0.444206
891
+ }
892
+ }
893
+ },
894
+ "brick-89": {
895
+ "model": "../../assets/obj/brick.obj",
896
+ "material": {
897
+ "wood": {
898
+ "mass": 0.0083,
899
+ "friction": 0.273673,
900
+ "restitution": 0.444206
901
+ }
902
+ }
903
+ },
904
+ "brick-90": {
905
+ "model": "../../assets/obj/brick.obj",
906
+ "material": {
907
+ "wood": {
908
+ "mass": 0.0083,
909
+ "friction": 0.273673,
910
+ "restitution": 0.444206
911
+ }
912
+ }
913
+ },
914
+ "brick-91": {
915
+ "model": "../../assets/obj/brick.obj",
916
+ "material": {
917
+ "wood": {
918
+ "mass": 0.0083,
919
+ "friction": 0.273673,
920
+ "restitution": 0.444206
921
+ }
922
+ }
923
+ },
924
+ "brick-92": {
925
+ "model": "../../assets/obj/brick.obj",
926
+ "material": {
927
+ "wood": {
928
+ "mass": 0.0083,
929
+ "friction": 0.273673,
930
+ "restitution": 0.444206
931
+ }
932
+ }
933
+ },
934
+ "brick-93": {
935
+ "model": "../../assets/obj/brick.obj",
936
+ "material": {
937
+ "wood": {
938
+ "mass": 0.0083,
939
+ "friction": 0.273673,
940
+ "restitution": 0.444206
941
+ }
942
+ }
943
+ },
944
+ "brick-94": {
945
+ "model": "../../assets/obj/brick.obj",
946
+ "material": {
947
+ "wood": {
948
+ "mass": 0.0083,
949
+ "friction": 0.273673,
950
+ "restitution": 0.444206
951
+ }
952
+ }
953
+ },
954
+ "brick-95": {
955
+ "model": "../../assets/obj/brick.obj",
956
+ "material": {
957
+ "wood": {
958
+ "mass": 0.0083,
959
+ "friction": 0.273673,
960
+ "restitution": 0.444206
961
+ }
962
+ }
963
+ },
964
+ "brick-96": {
965
+ "model": "../../assets/obj/brick.obj",
966
+ "material": {
967
+ "wood": {
968
+ "mass": 0.0083,
969
+ "friction": 0.273673,
970
+ "restitution": 0.444206
971
+ }
972
+ }
973
+ },
974
+ "brick-97": {
975
+ "model": "../../assets/obj/brick.obj",
976
+ "material": {
977
+ "wood": {
978
+ "mass": 0.0083,
979
+ "friction": 0.273673,
980
+ "restitution": 0.444206
981
+ }
982
+ }
983
+ },
984
+ "brick-98": {
985
+ "model": "../../assets/obj/brick.obj",
986
+ "material": {
987
+ "wood": {
988
+ "mass": 0.0083,
989
+ "friction": 0.273673,
990
+ "restitution": 0.444206
991
+ }
992
+ }
993
+ },
994
+ "brick-99": {
995
+ "model": "../../assets/obj/brick.obj",
996
+ "material": {
997
+ "wood": {
998
+ "mass": 0.0083,
999
+ "friction": 0.273673,
1000
+ "restitution": 0.444206
1001
+ }
1002
+ }
1003
+ },
1004
+ "brick-100": {
1005
+ "model": "../../assets/obj/brick.obj",
1006
+ "material": {
1007
+ "wood": {
1008
+ "mass": 0.0083,
1009
+ "friction": 0.273673,
1010
+ "restitution": 0.444206
1011
+ }
1012
+ }
1013
+ },
1014
+ "brick-101": {
1015
+ "model": "../../assets/obj/brick.obj",
1016
+ "material": {
1017
+ "wood": {
1018
+ "mass": 0.0083,
1019
+ "friction": 0.273673,
1020
+ "restitution": 0.444206
1021
+ }
1022
+ }
1023
+ },
1024
+ "brick-102": {
1025
+ "model": "../../assets/obj/brick.obj",
1026
+ "material": {
1027
+ "wood": {
1028
+ "mass": 0.0083,
1029
+ "friction": 0.273673,
1030
+ "restitution": 0.444206
1031
+ }
1032
+ }
1033
+ },
1034
+ "brick-103": {
1035
+ "model": "../../assets/obj/brick.obj",
1036
+ "material": {
1037
+ "wood": {
1038
+ "mass": 0.0083,
1039
+ "friction": 0.273673,
1040
+ "restitution": 0.444206
1041
+ }
1042
+ }
1043
+ },
1044
+ "brick-104": {
1045
+ "model": "../../assets/obj/brick.obj",
1046
+ "material": {
1047
+ "wood": {
1048
+ "mass": 0.0083,
1049
+ "friction": 0.273673,
1050
+ "restitution": 0.444206
1051
+ }
1052
+ }
1053
+ },
1054
+ "brick-105": {
1055
+ "model": "../../assets/obj/brick.obj",
1056
+ "material": {
1057
+ "wood": {
1058
+ "mass": 0.0083,
1059
+ "friction": 0.273673,
1060
+ "restitution": 0.444206
1061
+ }
1062
+ }
1063
+ },
1064
+ "brick-106": {
1065
+ "model": "../../assets/obj/brick.obj",
1066
+ "material": {
1067
+ "wood": {
1068
+ "mass": 0.0083,
1069
+ "friction": 0.273673,
1070
+ "restitution": 0.444206
1071
+ }
1072
+ }
1073
+ },
1074
+ "brick-107": {
1075
+ "model": "../../assets/obj/brick.obj",
1076
+ "material": {
1077
+ "wood": {
1078
+ "mass": 0.0083,
1079
+ "friction": 0.273673,
1080
+ "restitution": 0.444206
1081
+ }
1082
+ }
1083
+ },
1084
+ "brick-108": {
1085
+ "model": "../../assets/obj/brick.obj",
1086
+ "material": {
1087
+ "wood": {
1088
+ "mass": 0.0083,
1089
+ "friction": 0.273673,
1090
+ "restitution": 0.444206
1091
+ }
1092
+ }
1093
+ },
1094
+ "brick-109": {
1095
+ "model": "../../assets/obj/brick.obj",
1096
+ "material": {
1097
+ "wood": {
1098
+ "mass": 0.0083,
1099
+ "friction": 0.273673,
1100
+ "restitution": 0.444206
1101
+ }
1102
+ }
1103
+ },
1104
+ "brick-110": {
1105
+ "model": "../../assets/obj/brick.obj",
1106
+ "material": {
1107
+ "wood": {
1108
+ "mass": 0.0083,
1109
+ "friction": 0.273673,
1110
+ "restitution": 0.444206
1111
+ }
1112
+ }
1113
+ },
1114
+ "brick-111": {
1115
+ "model": "../../assets/obj/brick.obj",
1116
+ "material": {
1117
+ "wood": {
1118
+ "mass": 0.0083,
1119
+ "friction": 0.273673,
1120
+ "restitution": 0.444206
1121
+ }
1122
+ }
1123
+ },
1124
+ "brick-112": {
1125
+ "model": "../../assets/obj/brick.obj",
1126
+ "material": {
1127
+ "wood": {
1128
+ "mass": 0.0083,
1129
+ "friction": 0.273673,
1130
+ "restitution": 0.444206
1131
+ }
1132
+ }
1133
+ },
1134
+ "brick-113": {
1135
+ "model": "../../assets/obj/brick.obj",
1136
+ "material": {
1137
+ "wood": {
1138
+ "mass": 0.0083,
1139
+ "friction": 0.273673,
1140
+ "restitution": 0.444206
1141
+ }
1142
+ }
1143
+ },
1144
+ "brick-114": {
1145
+ "model": "../../assets/obj/brick.obj",
1146
+ "material": {
1147
+ "wood": {
1148
+ "mass": 0.0083,
1149
+ "friction": 0.273673,
1150
+ "restitution": 0.444206
1151
+ }
1152
+ }
1153
+ },
1154
+ "brick-115": {
1155
+ "model": "../../assets/obj/brick.obj",
1156
+ "material": {
1157
+ "wood": {
1158
+ "mass": 0.0083,
1159
+ "friction": 0.273673,
1160
+ "restitution": 0.444206
1161
+ }
1162
+ }
1163
+ },
1164
+ "brick-116": {
1165
+ "model": "../../assets/obj/brick.obj",
1166
+ "material": {
1167
+ "wood": {
1168
+ "mass": 0.0083,
1169
+ "friction": 0.273673,
1170
+ "restitution": 0.444206
1171
+ }
1172
+ }
1173
+ },
1174
+ "brick-117": {
1175
+ "model": "../../assets/obj/brick.obj",
1176
+ "material": {
1177
+ "wood": {
1178
+ "mass": 0.0083,
1179
+ "friction": 0.273673,
1180
+ "restitution": 0.444206
1181
+ }
1182
+ }
1183
+ },
1184
+ "brick-118": {
1185
+ "model": "../../assets/obj/brick.obj",
1186
+ "material": {
1187
+ "wood": {
1188
+ "mass": 0.0083,
1189
+ "friction": 0.273673,
1190
+ "restitution": 0.444206
1191
+ }
1192
+ }
1193
+ }
1194
+ },
1195
+ "tasks": {
1196
+ "default":{
1197
+ "assets": [
1198
+ "ball",
1199
+ "brick-1",
1200
+ "brick-2",
1201
+ "brick-3",
1202
+ "brick-4",
1203
+ "brick-5",
1204
+ "brick-6",
1205
+ "brick-7",
1206
+ "brick-8",
1207
+ "brick-9",
1208
+ "brick-10",
1209
+ "brick-11",
1210
+ "brick-12",
1211
+ "brick-13",
1212
+ "brick-14",
1213
+ "brick-15",
1214
+ "brick-16",
1215
+ "brick-17",
1216
+ "brick-18",
1217
+ "brick-19",
1218
+ "brick-20",
1219
+ "brick-21",
1220
+ "brick-22",
1221
+ "brick-23",
1222
+ "brick-24",
1223
+ "brick-25",
1224
+ "brick-26",
1225
+ "brick-27",
1226
+ "brick-28",
1227
+ "brick-29",
1228
+ "brick-30",
1229
+ "brick-31",
1230
+ "brick-32",
1231
+ "brick-33",
1232
+ "brick-34",
1233
+ "brick-35",
1234
+ "brick-36",
1235
+ "brick-37",
1236
+ "brick-38",
1237
+ "brick-39",
1238
+ "brick-40",
1239
+ "brick-41",
1240
+ "brick-42",
1241
+ "brick-43",
1242
+ "brick-44",
1243
+ "brick-45",
1244
+ "brick-46",
1245
+ "brick-47",
1246
+ "brick-48",
1247
+ "brick-49",
1248
+ "brick-50",
1249
+ "brick-51",
1250
+ "brick-52",
1251
+ "brick-53",
1252
+ "brick-54",
1253
+ "brick-55",
1254
+ "brick-56",
1255
+ "brick-57",
1256
+ "brick-58",
1257
+ "brick-59",
1258
+ "brick-60",
1259
+ "brick-61",
1260
+ "brick-62",
1261
+ "brick-63",
1262
+ "brick-64",
1263
+ "brick-65",
1264
+ "brick-66",
1265
+ "brick-67",
1266
+ "brick-68",
1267
+ "brick-69",
1268
+ "brick-70",
1269
+ "brick-71",
1270
+ "brick-72",
1271
+ "brick-73",
1272
+ "brick-74",
1273
+ "brick-75",
1274
+ "brick-76",
1275
+ "brick-77",
1276
+ "brick-78",
1277
+ "brick-79",
1278
+ "brick-80",
1279
+ "brick-81",
1280
+ "brick-82",
1281
+ "brick-83",
1282
+ "brick-84",
1283
+ "brick-85",
1284
+ "brick-86",
1285
+ "brick-87",
1286
+ "brick-88",
1287
+ "brick-89",
1288
+ "brick-90",
1289
+ "brick-91",
1290
+ "brick-92",
1291
+ "brick-93",
1292
+ "brick-94",
1293
+ "brick-95",
1294
+ "brick-96",
1295
+ "brick-97",
1296
+ "brick-98",
1297
+ "brick-99",
1298
+ "brick-100",
1299
+ "brick-101",
1300
+ "brick-102",
1301
+ "brick-103",
1302
+ "brick-104",
1303
+ "brick-105",
1304
+ "brick-106",
1305
+ "brick-107",
1306
+ "brick-108",
1307
+ "brick-109",
1308
+ "brick-110",
1309
+ "brick-111",
1310
+ "brick-112",
1311
+ "brick-113",
1312
+ "brick-114",
1313
+ "brick-115",
1314
+ "brick-116",
1315
+ "brick-117",
1316
+ "brick-118"
1317
+ ],
1318
+ "translation": {
1319
+ "ball": [
1320
+ 0.30163,
1321
+ 0.41190,
1322
+ 0.38358
1323
+ ],
1324
+ "brick-1": [
1325
+ 0.36384,
1326
+ 0.30621,
1327
+ 0.01928
1328
+ ],
1329
+ "brick-2": [
1330
+ 0.36384,
1331
+ 0.34621,
1332
+ 0.01928
1333
+ ],
1334
+ "brick-3": [
1335
+ 0.36384,
1336
+ 0.38621,
1337
+ 0.01928
1338
+ ],
1339
+ "brick-4": [
1340
+ 0.36384,
1341
+ 0.42621,
1342
+ 0.01928
1343
+ ],
1344
+ "brick-5": [
1345
+ 0.36384,
1346
+ 0.46621,
1347
+ 0.01928
1348
+ ],
1349
+ "brick-6": [
1350
+ 0.36384,
1351
+ 0.50621,
1352
+ 0.01928
1353
+ ],
1354
+ "brick-7": [
1355
+ 0.38384,
1356
+ 0.30621,
1357
+ 0.01928
1358
+ ],
1359
+ "brick-8": [
1360
+ 0.38384,
1361
+ 0.34621,
1362
+ 0.01928
1363
+ ],
1364
+ "brick-9": [
1365
+ 0.38384,
1366
+ 0.38621,
1367
+ 0.01928
1368
+ ],
1369
+ "brick-10": [
1370
+ 0.38384,
1371
+ 0.42621,
1372
+ 0.01928
1373
+ ],
1374
+ "brick-11": [
1375
+ 0.38384,
1376
+ 0.46621,
1377
+ 0.01928
1378
+ ],
1379
+ "brick-12": [
1380
+ 0.38384,
1381
+ 0.50621,
1382
+ 0.01928
1383
+ ],
1384
+ "brick-13": [
1385
+ 0.36384,
1386
+ 0.32621,
1387
+ 0.03428
1388
+ ],
1389
+ "brick-14": [
1390
+ 0.36384,
1391
+ 0.36621,
1392
+ 0.03428
1393
+ ],
1394
+ "brick-15": [
1395
+ 0.36384,
1396
+ 0.40621,
1397
+ 0.03428
1398
+ ],
1399
+ "brick-16": [
1400
+ 0.36384,
1401
+ 0.44621,
1402
+ 0.03428
1403
+ ],
1404
+ "brick-17": [
1405
+ 0.36384,
1406
+ 0.48621,
1407
+ 0.03428
1408
+ ],
1409
+ "brick-18": [
1410
+ 0.38384,
1411
+ 0.32621,
1412
+ 0.03428
1413
+ ],
1414
+ "brick-19": [
1415
+ 0.38384,
1416
+ 0.36621,
1417
+ 0.03428
1418
+ ],
1419
+ "brick-20": [
1420
+ 0.38384,
1421
+ 0.40621,
1422
+ 0.03428
1423
+ ],
1424
+ "brick-21": [
1425
+ 0.38384,
1426
+ 0.44621,
1427
+ 0.03428
1428
+ ],
1429
+ "brick-22": [
1430
+ 0.38384,
1431
+ 0.48621,
1432
+ 0.03428
1433
+ ],
1434
+ "brick-23": [
1435
+ 0.36384,
1436
+ 0.30621,
1437
+ 0.04928
1438
+ ],
1439
+ "brick-24": [
1440
+ 0.36384,
1441
+ 0.34621,
1442
+ 0.04928
1443
+ ],
1444
+ "brick-25": [
1445
+ 0.36384,
1446
+ 0.38621,
1447
+ 0.04928
1448
+ ],
1449
+ "brick-26": [
1450
+ 0.36384,
1451
+ 0.42621,
1452
+ 0.04928
1453
+ ],
1454
+ "brick-27": [
1455
+ 0.36384,
1456
+ 0.46621,
1457
+ 0.04928
1458
+ ],
1459
+ "brick-28": [
1460
+ 0.36384,
1461
+ 0.50621,
1462
+ 0.04928
1463
+ ],
1464
+ "brick-29": [
1465
+ 0.38384,
1466
+ 0.30621,
1467
+ 0.04928
1468
+ ],
1469
+ "brick-30": [
1470
+ 0.38384,
1471
+ 0.34621,
1472
+ 0.04928
1473
+ ],
1474
+ "brick-31": [
1475
+ 0.38384,
1476
+ 0.38621,
1477
+ 0.04928
1478
+ ],
1479
+ "brick-32": [
1480
+ 0.38384,
1481
+ 0.42621,
1482
+ 0.04928
1483
+ ],
1484
+ "brick-33": [
1485
+ 0.38384,
1486
+ 0.46621,
1487
+ 0.04928
1488
+ ],
1489
+ "brick-34": [
1490
+ 0.38384,
1491
+ 0.50621,
1492
+ 0.04928
1493
+ ],
1494
+ "brick-35": [
1495
+ 0.36384,
1496
+ 0.32621,
1497
+ 0.06428
1498
+ ],
1499
+ "brick-36": [
1500
+ 0.36384,
1501
+ 0.36621,
1502
+ 0.06428
1503
+ ],
1504
+ "brick-37": [
1505
+ 0.36384,
1506
+ 0.40621,
1507
+ 0.06428
1508
+ ],
1509
+ "brick-38": [
1510
+ 0.36384,
1511
+ 0.44621,
1512
+ 0.06428
1513
+ ],
1514
+ "brick-39": [
1515
+ 0.36384,
1516
+ 0.48621,
1517
+ 0.06428
1518
+ ],
1519
+ "brick-40": [
1520
+ 0.38384,
1521
+ 0.32621,
1522
+ 0.06428
1523
+ ],
1524
+ "brick-41": [
1525
+ 0.38384,
1526
+ 0.36621,
1527
+ 0.06428
1528
+ ],
1529
+ "brick-42": [
1530
+ 0.38384,
1531
+ 0.40621,
1532
+ 0.06428
1533
+ ],
1534
+ "brick-43": [
1535
+ 0.38384,
1536
+ 0.44621,
1537
+ 0.06428
1538
+ ],
1539
+ "brick-44": [
1540
+ 0.38384,
1541
+ 0.48621,
1542
+ 0.06428
1543
+ ],
1544
+ "brick-45": [
1545
+ 0.36384,
1546
+ 0.30621,
1547
+ 0.07928
1548
+ ],
1549
+ "brick-46": [
1550
+ 0.36384,
1551
+ 0.34621,
1552
+ 0.07928
1553
+ ],
1554
+ "brick-47": [
1555
+ 0.36384,
1556
+ 0.38621,
1557
+ 0.07928
1558
+ ],
1559
+ "brick-48": [
1560
+ 0.36384,
1561
+ 0.42621,
1562
+ 0.07928
1563
+ ],
1564
+ "brick-49": [
1565
+ 0.36384,
1566
+ 0.46621,
1567
+ 0.07928
1568
+ ],
1569
+ "brick-50": [
1570
+ 0.36384,
1571
+ 0.50621,
1572
+ 0.07928
1573
+ ],
1574
+ "brick-51": [
1575
+ 0.38384,
1576
+ 0.30621,
1577
+ 0.07928
1578
+ ],
1579
+ "brick-52": [
1580
+ 0.38384,
1581
+ 0.34621,
1582
+ 0.07928
1583
+ ],
1584
+ "brick-53": [
1585
+ 0.38384,
1586
+ 0.38621,
1587
+ 0.07928
1588
+ ],
1589
+ "brick-54": [
1590
+ 0.38384,
1591
+ 0.42621,
1592
+ 0.07928
1593
+ ],
1594
+ "brick-55": [
1595
+ 0.38384,
1596
+ 0.46621,
1597
+ 0.07928
1598
+ ],
1599
+ "brick-56": [
1600
+ 0.38384,
1601
+ 0.50621,
1602
+ 0.07928
1603
+ ],
1604
+ "brick-57": [
1605
+ 0.36384,
1606
+ 0.32621,
1607
+ 0.09428
1608
+ ],
1609
+ "brick-58": [
1610
+ 0.36384,
1611
+ 0.36621,
1612
+ 0.09428
1613
+ ],
1614
+ "brick-59": [
1615
+ 0.36384,
1616
+ 0.40621,
1617
+ 0.09428
1618
+ ],
1619
+ "brick-60": [
1620
+ 0.36384,
1621
+ 0.44621,
1622
+ 0.09428
1623
+ ],
1624
+ "brick-61": [
1625
+ 0.36384,
1626
+ 0.48621,
1627
+ 0.09428
1628
+ ],
1629
+ "brick-62": [
1630
+ 0.38384,
1631
+ 0.32621,
1632
+ 0.09428
1633
+ ],
1634
+ "brick-63": [
1635
+ 0.38384,
1636
+ 0.36621,
1637
+ 0.09428
1638
+ ],
1639
+ "brick-64": [
1640
+ 0.38384,
1641
+ 0.40621,
1642
+ 0.09428
1643
+ ],
1644
+ "brick-65": [
1645
+ 0.38384,
1646
+ 0.44621,
1647
+ 0.09428
1648
+ ],
1649
+ "brick-66": [
1650
+ 0.38384,
1651
+ 0.48621,
1652
+ 0.09428
1653
+ ],
1654
+ "brick-67": [
1655
+ 0.36384,
1656
+ 0.30621,
1657
+ 0.10928
1658
+ ],
1659
+ "brick-68": [
1660
+ 0.36384,
1661
+ 0.34621,
1662
+ 0.10928
1663
+ ],
1664
+ "brick-69": [
1665
+ 0.36384,
1666
+ 0.38621,
1667
+ 0.10928
1668
+ ],
1669
+ "brick-70": [
1670
+ 0.36384,
1671
+ 0.42621,
1672
+ 0.10928
1673
+ ],
1674
+ "brick-71": [
1675
+ 0.36384,
1676
+ 0.46621,
1677
+ 0.10928
1678
+ ],
1679
+ "brick-72": [
1680
+ 0.36384,
1681
+ 0.50621,
1682
+ 0.10928
1683
+ ],
1684
+ "brick-73": [
1685
+ 0.38384,
1686
+ 0.30621,
1687
+ 0.10928
1688
+ ],
1689
+ "brick-74": [
1690
+ 0.38384,
1691
+ 0.34621,
1692
+ 0.10928
1693
+ ],
1694
+ "brick-75": [
1695
+ 0.38384,
1696
+ 0.38621,
1697
+ 0.10928
1698
+ ],
1699
+ "brick-76": [
1700
+ 0.38384,
1701
+ 0.42621,
1702
+ 0.10928
1703
+ ],
1704
+ "brick-77": [
1705
+ 0.38384,
1706
+ 0.46621,
1707
+ 0.10928
1708
+ ],
1709
+ "brick-78": [
1710
+ 0.38384,
1711
+ 0.50621,
1712
+ 0.10928
1713
+ ],
1714
+ "brick-79": [
1715
+ 0.36384,
1716
+ 0.32621,
1717
+ 0.12428
1718
+ ],
1719
+ "brick-80": [
1720
+ 0.36384,
1721
+ 0.36621,
1722
+ 0.12428
1723
+ ],
1724
+ "brick-81": [
1725
+ 0.36384,
1726
+ 0.40621,
1727
+ 0.12428
1728
+ ],
1729
+ "brick-82": [
1730
+ 0.36384,
1731
+ 0.44621,
1732
+ 0.12428
1733
+ ],
1734
+ "brick-83": [
1735
+ 0.36384,
1736
+ 0.48621,
1737
+ 0.12428
1738
+ ],
1739
+ "brick-84": [
1740
+ 0.38384,
1741
+ 0.32621,
1742
+ 0.12428
1743
+ ],
1744
+ "brick-85": [
1745
+ 0.38384,
1746
+ 0.36621,
1747
+ 0.12428
1748
+ ],
1749
+ "brick-86": [
1750
+ 0.38384,
1751
+ 0.40621,
1752
+ 0.12428
1753
+ ],
1754
+ "brick-87": [
1755
+ 0.38384,
1756
+ 0.44621,
1757
+ 0.12428
1758
+ ],
1759
+ "brick-88": [
1760
+ 0.38384,
1761
+ 0.48621,
1762
+ 0.12428
1763
+ ],
1764
+ "brick-89": [
1765
+ 0.36384,
1766
+ 0.30621,
1767
+ 0.13928
1768
+ ],
1769
+ "brick-90": [
1770
+ 0.36384,
1771
+ 0.34621,
1772
+ 0.13928
1773
+ ],
1774
+ "brick-91": [
1775
+ 0.36384,
1776
+ 0.38621,
1777
+ 0.13928
1778
+ ],
1779
+ "brick-92": [
1780
+ 0.36384,
1781
+ 0.42621,
1782
+ 0.13928
1783
+ ],
1784
+ "brick-93": [
1785
+ 0.36384,
1786
+ 0.46621,
1787
+ 0.13928
1788
+ ],
1789
+ "brick-94": [
1790
+ 0.36384,
1791
+ 0.50621,
1792
+ 0.13928
1793
+ ],
1794
+ "brick-95": [
1795
+ 0.38384,
1796
+ 0.30621,
1797
+ 0.13928
1798
+ ],
1799
+ "brick-96": [
1800
+ 0.38384,
1801
+ 0.34621,
1802
+ 0.13928
1803
+ ],
1804
+ "brick-97": [
1805
+ 0.38384,
1806
+ 0.38621,
1807
+ 0.13928
1808
+ ],
1809
+ "brick-98": [
1810
+ 0.38384,
1811
+ 0.42621,
1812
+ 0.13928
1813
+ ],
1814
+ "brick-99": [
1815
+ 0.38384,
1816
+ 0.46621,
1817
+ 0.13928
1818
+ ],
1819
+ "brick-100": [
1820
+ 0.38384,
1821
+ 0.50621,
1822
+ 0.13928
1823
+ ],
1824
+ "brick-101": [
1825
+ 0.36384,
1826
+ 0.32621,
1827
+ 0.15428
1828
+ ],
1829
+ "brick-102": [
1830
+ 0.36384,
1831
+ 0.36621,
1832
+ 0.15428
1833
+ ],
1834
+ "brick-103": [
1835
+ 0.36384,
1836
+ 0.40621,
1837
+ 0.15428
1838
+ ],
1839
+ "brick-104": [
1840
+ 0.36384,
1841
+ 0.44621,
1842
+ 0.15428
1843
+ ],
1844
+ "brick-105": [
1845
+ 0.36384,
1846
+ 0.48621,
1847
+ 0.15428
1848
+ ],
1849
+ "brick-106": [
1850
+ 0.38384,
1851
+ 0.32621,
1852
+ 0.15428
1853
+ ],
1854
+ "brick-107": [
1855
+ 0.38384,
1856
+ 0.36621,
1857
+ 0.15428
1858
+ ],
1859
+ "brick-108": [
1860
+ 0.38384,
1861
+ 0.40621,
1862
+ 0.15428
1863
+ ],
1864
+ "brick-109": [
1865
+ 0.38384,
1866
+ 0.44621,
1867
+ 0.15428
1868
+ ],
1869
+ "brick-110": [
1870
+ 0.38384,
1871
+ 0.48621,
1872
+ 0.15428
1873
+ ],
1874
+ "brick-111": [
1875
+ 0.36384,
1876
+ 0.34621,
1877
+ 0.16928
1878
+ ],
1879
+ "brick-112": [
1880
+ 0.36384,
1881
+ 0.38621,
1882
+ 0.16928
1883
+ ],
1884
+ "brick-113": [
1885
+ 0.36384,
1886
+ 0.42621,
1887
+ 0.16928
1888
+ ],
1889
+ "brick-114": [
1890
+ 0.36384,
1891
+ 0.46621,
1892
+ 0.16928
1893
+ ],
1894
+ "brick-115": [
1895
+ 0.38384,
1896
+ 0.34621,
1897
+ 0.16928
1898
+ ],
1899
+ "brick-116": [
1900
+ 0.38384,
1901
+ 0.38621,
1902
+ 0.16928
1903
+ ],
1904
+ "brick-117": [
1905
+ 0.38384,
1906
+ 0.42621,
1907
+ 0.16928
1908
+ ],
1909
+ "brick-118": [
1910
+ 0.38384,
1911
+ 0.46621,
1912
+ 0.16928
1913
+ ]
1914
+ },
1915
+ "orientation": {
1916
+ "ball": [
1917
+ 0,
1918
+ 30,
1919
+ 0
1920
+ ],
1921
+ "brick-1": [
1922
+ 0,
1923
+ 0,
1924
+ 0
1925
+ ],
1926
+ "brick-2": [
1927
+ 0,
1928
+ 0,
1929
+ 0
1930
+ ],
1931
+ "brick-3": [
1932
+ 0,
1933
+ 0,
1934
+ 0
1935
+ ],
1936
+ "brick-4": [
1937
+ 0,
1938
+ 0,
1939
+ 0
1940
+ ],
1941
+ "brick-5": [
1942
+ 0,
1943
+ 0,
1944
+ 0
1945
+ ],
1946
+ "brick-6": [
1947
+ 0,
1948
+ 0,
1949
+ 0
1950
+ ],
1951
+ "brick-7": [
1952
+ 0,
1953
+ 0,
1954
+ 0
1955
+ ],
1956
+ "brick-8": [
1957
+ 0,
1958
+ 0,
1959
+ 0
1960
+ ],
1961
+ "brick-9": [
1962
+ 0,
1963
+ 0,
1964
+ 0
1965
+ ],
1966
+ "brick-10": [
1967
+ 0,
1968
+ 0,
1969
+ 0
1970
+ ],
1971
+ "brick-11": [
1972
+ 0,
1973
+ 0,
1974
+ 0
1975
+ ],
1976
+ "brick-12": [
1977
+ 0,
1978
+ 0,
1979
+ 0
1980
+ ],
1981
+ "brick-13": [
1982
+ 0,
1983
+ 0,
1984
+ 0
1985
+ ],
1986
+ "brick-14": [
1987
+ 0,
1988
+ 0,
1989
+ 0
1990
+ ],
1991
+ "brick-15": [
1992
+ 0,
1993
+ 0,
1994
+ 0
1995
+ ],
1996
+ "brick-16": [
1997
+ 0,
1998
+ 0,
1999
+ 0
2000
+ ],
2001
+ "brick-17": [
2002
+ 0,
2003
+ 0,
2004
+ 0
2005
+ ],
2006
+ "brick-18": [
2007
+ 0,
2008
+ 0,
2009
+ 0
2010
+ ],
2011
+ "brick-19": [
2012
+ 0,
2013
+ 0,
2014
+ 0
2015
+ ],
2016
+ "brick-20": [
2017
+ 0,
2018
+ 0,
2019
+ 0
2020
+ ],
2021
+ "brick-21": [
2022
+ 0,
2023
+ 0,
2024
+ 0
2025
+ ],
2026
+ "brick-22": [
2027
+ 0,
2028
+ 0,
2029
+ 0
2030
+ ],
2031
+ "brick-23": [
2032
+ 0,
2033
+ 0,
2034
+ 0
2035
+ ],
2036
+ "brick-24": [
2037
+ 0,
2038
+ 0,
2039
+ 0
2040
+ ],
2041
+ "brick-25": [
2042
+ 0,
2043
+ 0,
2044
+ 0
2045
+ ],
2046
+ "brick-26": [
2047
+ 0,
2048
+ 0,
2049
+ 0
2050
+ ],
2051
+ "brick-27": [
2052
+ 0,
2053
+ 0,
2054
+ 0
2055
+ ],
2056
+ "brick-28": [
2057
+ 0,
2058
+ 0,
2059
+ 0
2060
+ ],
2061
+ "brick-29": [
2062
+ 0,
2063
+ 0,
2064
+ 0
2065
+ ],
2066
+ "brick-30": [
2067
+ 0,
2068
+ 0,
2069
+ 0
2070
+ ],
2071
+ "brick-31": [
2072
+ 0,
2073
+ 0,
2074
+ 0
2075
+ ],
2076
+ "brick-32": [
2077
+ 0,
2078
+ 0,
2079
+ 0
2080
+ ],
2081
+ "brick-33": [
2082
+ 0,
2083
+ 0,
2084
+ 0
2085
+ ],
2086
+ "brick-34": [
2087
+ 0,
2088
+ 0,
2089
+ 0
2090
+ ],
2091
+ "brick-35": [
2092
+ 0,
2093
+ 0,
2094
+ 0
2095
+ ],
2096
+ "brick-36": [
2097
+ 0,
2098
+ 0,
2099
+ 0
2100
+ ],
2101
+ "brick-37": [
2102
+ 0,
2103
+ 0,
2104
+ 0
2105
+ ],
2106
+ "brick-38": [
2107
+ 0,
2108
+ 0,
2109
+ 0
2110
+ ],
2111
+ "brick-39": [
2112
+ 0,
2113
+ 0,
2114
+ 0
2115
+ ],
2116
+ "brick-40": [
2117
+ 0,
2118
+ 0,
2119
+ 0
2120
+ ],
2121
+ "brick-41": [
2122
+ 0,
2123
+ 0,
2124
+ 0
2125
+ ],
2126
+ "brick-42": [
2127
+ 0,
2128
+ 0,
2129
+ 0
2130
+ ],
2131
+ "brick-43": [
2132
+ 0,
2133
+ 0,
2134
+ 0
2135
+ ],
2136
+ "brick-44": [
2137
+ 0,
2138
+ 0,
2139
+ 0
2140
+ ],
2141
+ "brick-45": [
2142
+ 0,
2143
+ 0,
2144
+ 0
2145
+ ],
2146
+ "brick-46": [
2147
+ 0,
2148
+ 0,
2149
+ 0
2150
+ ],
2151
+ "brick-47": [
2152
+ 0,
2153
+ 0,
2154
+ 0
2155
+ ],
2156
+ "brick-48": [
2157
+ 0,
2158
+ 0,
2159
+ 0
2160
+ ],
2161
+ "brick-49": [
2162
+ 0,
2163
+ 0,
2164
+ 0
2165
+ ],
2166
+ "brick-50": [
2167
+ 0,
2168
+ 0,
2169
+ 0
2170
+ ],
2171
+ "brick-51": [
2172
+ 0,
2173
+ 0,
2174
+ 0
2175
+ ],
2176
+ "brick-52": [
2177
+ 0,
2178
+ 0,
2179
+ 0
2180
+ ],
2181
+ "brick-53": [
2182
+ 0,
2183
+ 0,
2184
+ 0
2185
+ ],
2186
+ "brick-54": [
2187
+ 0,
2188
+ 0,
2189
+ 0
2190
+ ],
2191
+ "brick-55": [
2192
+ 0,
2193
+ 0,
2194
+ 0
2195
+ ],
2196
+ "brick-56": [
2197
+ 0,
2198
+ 0,
2199
+ 0
2200
+ ],
2201
+ "brick-57": [
2202
+ 0,
2203
+ 0,
2204
+ 0
2205
+ ],
2206
+ "brick-58": [
2207
+ 0,
2208
+ 0,
2209
+ 0
2210
+ ],
2211
+ "brick-59": [
2212
+ 0,
2213
+ 0,
2214
+ 0
2215
+ ],
2216
+ "brick-60": [
2217
+ 0,
2218
+ 0,
2219
+ 0
2220
+ ],
2221
+ "brick-61": [
2222
+ 0,
2223
+ 0,
2224
+ 0
2225
+ ],
2226
+ "brick-62": [
2227
+ 0,
2228
+ 0,
2229
+ 0
2230
+ ],
2231
+ "brick-63": [
2232
+ 0,
2233
+ 0,
2234
+ 0
2235
+ ],
2236
+ "brick-64": [
2237
+ 0,
2238
+ 0,
2239
+ 0
2240
+ ],
2241
+ "brick-65": [
2242
+ 0,
2243
+ 0,
2244
+ 0
2245
+ ],
2246
+ "brick-66": [
2247
+ 0,
2248
+ 0,
2249
+ 0
2250
+ ],
2251
+ "brick-67": [
2252
+ 0,
2253
+ 0,
2254
+ 0
2255
+ ],
2256
+ "brick-68": [
2257
+ 0,
2258
+ 0,
2259
+ 0
2260
+ ],
2261
+ "brick-69": [
2262
+ 0,
2263
+ 0,
2264
+ 0
2265
+ ],
2266
+ "brick-70": [
2267
+ 0,
2268
+ 0,
2269
+ 0
2270
+ ],
2271
+ "brick-71": [
2272
+ 0,
2273
+ 0,
2274
+ 0
2275
+ ],
2276
+ "brick-72": [
2277
+ 0,
2278
+ 0,
2279
+ 0
2280
+ ],
2281
+ "brick-73": [
2282
+ 0,
2283
+ 0,
2284
+ 0
2285
+ ],
2286
+ "brick-74": [
2287
+ 0,
2288
+ 0,
2289
+ 0
2290
+ ],
2291
+ "brick-75": [
2292
+ 0,
2293
+ 0,
2294
+ 0
2295
+ ],
2296
+ "brick-76": [
2297
+ 0,
2298
+ 0,
2299
+ 0
2300
+ ],
2301
+ "brick-77": [
2302
+ 0,
2303
+ 0,
2304
+ 0
2305
+ ],
2306
+ "brick-78": [
2307
+ 0,
2308
+ 0,
2309
+ 0
2310
+ ],
2311
+ "brick-79": [
2312
+ 0,
2313
+ 0,
2314
+ 0
2315
+ ],
2316
+ "brick-80": [
2317
+ 0,
2318
+ 0,
2319
+ 0
2320
+ ],
2321
+ "brick-81": [
2322
+ 0,
2323
+ 0,
2324
+ 0
2325
+ ],
2326
+ "brick-82": [
2327
+ 0,
2328
+ 0,
2329
+ 0
2330
+ ],
2331
+ "brick-83": [
2332
+ 0,
2333
+ 0,
2334
+ 0
2335
+ ],
2336
+ "brick-84": [
2337
+ 0,
2338
+ 0,
2339
+ 0
2340
+ ],
2341
+ "brick-85": [
2342
+ 0,
2343
+ 0,
2344
+ 0
2345
+ ],
2346
+ "brick-86": [
2347
+ 0,
2348
+ 0,
2349
+ 0
2350
+ ],
2351
+ "brick-87": [
2352
+ 0,
2353
+ 0,
2354
+ 0
2355
+ ],
2356
+ "brick-88": [
2357
+ 0,
2358
+ 0,
2359
+ 0
2360
+ ],
2361
+ "brick-89": [
2362
+ 0,
2363
+ 0,
2364
+ 0
2365
+ ],
2366
+ "brick-90": [
2367
+ 0,
2368
+ 0,
2369
+ 0
2370
+ ],
2371
+ "brick-91": [
2372
+ 0,
2373
+ 0,
2374
+ 0
2375
+ ],
2376
+ "brick-92": [
2377
+ 0,
2378
+ 0,
2379
+ 0
2380
+ ],
2381
+ "brick-93": [
2382
+ 0,
2383
+ 0,
2384
+ 0
2385
+ ],
2386
+ "brick-94": [
2387
+ 0,
2388
+ 0,
2389
+ 0
2390
+ ],
2391
+ "brick-95": [
2392
+ 0,
2393
+ 0,
2394
+ 0
2395
+ ],
2396
+ "brick-96": [
2397
+ 0,
2398
+ 0,
2399
+ 0
2400
+ ],
2401
+ "brick-97": [
2402
+ 0,
2403
+ 0,
2404
+ 0
2405
+ ],
2406
+ "brick-98": [
2407
+ 0,
2408
+ 0,
2409
+ 0
2410
+ ],
2411
+ "brick-99": [
2412
+ 0,
2413
+ 0,
2414
+ 0
2415
+ ],
2416
+ "brick-100": [
2417
+ 0,
2418
+ 0,
2419
+ 0
2420
+ ],
2421
+ "brick-101": [
2422
+ 0,
2423
+ 0,
2424
+ 0
2425
+ ],
2426
+ "brick-102": [
2427
+ 0,
2428
+ 0,
2429
+ 0
2430
+ ],
2431
+ "brick-103": [
2432
+ 0,
2433
+ 0,
2434
+ 0
2435
+ ],
2436
+ "brick-104": [
2437
+ 0,
2438
+ 0,
2439
+ 0
2440
+ ],
2441
+ "brick-105": [
2442
+ 0,
2443
+ 0,
2444
+ 0
2445
+ ],
2446
+ "brick-106": [
2447
+ 0,
2448
+ 0,
2449
+ 0
2450
+ ],
2451
+ "brick-107": [
2452
+ 0,
2453
+ 0,
2454
+ 0
2455
+ ],
2456
+ "brick-108": [
2457
+ 0,
2458
+ 0,
2459
+ 0
2460
+ ],
2461
+ "brick-109": [
2462
+ 0,
2463
+ 0,
2464
+ 0
2465
+ ],
2466
+ "brick-110": [
2467
+ 0,
2468
+ 0,
2469
+ 0
2470
+ ],
2471
+ "brick-111": [
2472
+ 0,
2473
+ 0,
2474
+ 0
2475
+ ],
2476
+ "brick-112": [
2477
+ 0,
2478
+ 0,
2479
+ 0
2480
+ ],
2481
+ "brick-113": [
2482
+ 0,
2483
+ 0,
2484
+ 0
2485
+ ],
2486
+ "brick-114": [
2487
+ 0,
2488
+ 0,
2489
+ 0
2490
+ ],
2491
+ "brick-115": [
2492
+ 0,
2493
+ 0,
2494
+ 0
2495
+ ],
2496
+ "brick-116": [
2497
+ 0,
2498
+ 0,
2499
+ 0
2500
+ ],
2501
+ "brick-117": [
2502
+ 0,
2503
+ 0,
2504
+ 0
2505
+ ],
2506
+ "brick-118": [
2507
+ 0,
2508
+ 0,
2509
+ 0
2510
+ ]
2511
+ },
2512
+ "fixed": {
2513
+ "brick-1": false,
2514
+ "brick-2": false,
2515
+ "brick-3": false,
2516
+ "brick-4": false,
2517
+ "brick-5": false,
2518
+ "brick-6": false,
2519
+ "brick-7": false,
2520
+ "brick-8": false,
2521
+ "brick-9": false,
2522
+ "brick-10": false,
2523
+ "brick-11": false,
2524
+ "brick-12": false,
2525
+ "brick-13": false,
2526
+ "brick-14": false,
2527
+ "brick-15": false,
2528
+ "brick-16": false,
2529
+ "brick-17": false,
2530
+ "brick-18": false,
2531
+ "brick-19": false,
2532
+ "brick-20": false,
2533
+ "brick-21": false,
2534
+ "brick-22": false,
2535
+ "brick-23": false,
2536
+ "brick-24": false,
2537
+ "brick-25": false,
2538
+ "brick-26": false,
2539
+ "brick-27": false,
2540
+ "brick-28": false,
2541
+ "brick-29": false,
2542
+ "brick-30": false,
2543
+ "brick-31": false,
2544
+ "brick-32": false,
2545
+ "brick-33": false,
2546
+ "brick-34": false,
2547
+ "brick-35": false,
2548
+ "brick-36": false,
2549
+ "brick-37": false,
2550
+ "brick-38": false,
2551
+ "brick-39": false,
2552
+ "brick-40": false,
2553
+ "brick-41": false,
2554
+ "brick-42": false,
2555
+ "brick-43": false,
2556
+ "brick-44": false,
2557
+ "brick-45": false,
2558
+ "brick-46": false,
2559
+ "brick-47": false,
2560
+ "brick-48": false,
2561
+ "brick-49": false,
2562
+ "brick-50": false,
2563
+ "brick-51": false,
2564
+ "brick-52": false,
2565
+ "brick-53": false,
2566
+ "brick-54": false,
2567
+ "brick-55": false,
2568
+ "brick-56": false,
2569
+ "brick-57": false,
2570
+ "brick-58": false,
2571
+ "brick-59": false,
2572
+ "brick-60": false,
2573
+ "brick-61": false,
2574
+ "brick-62": false,
2575
+ "brick-63": false,
2576
+ "brick-64": false,
2577
+ "brick-65": false,
2578
+ "brick-66": false,
2579
+ "brick-67": false,
2580
+ "brick-68": false,
2581
+ "brick-69": false,
2582
+ "brick-70": false,
2583
+ "brick-71": false,
2584
+ "brick-72": false,
2585
+ "brick-73": false,
2586
+ "brick-74": false,
2587
+ "brick-75": false,
2588
+ "brick-76": false,
2589
+ "brick-77": false,
2590
+ "brick-78": false,
2591
+ "brick-79": false,
2592
+ "brick-80": false,
2593
+ "brick-81": false,
2594
+ "brick-82": false,
2595
+ "brick-83": false,
2596
+ "brick-84": false,
2597
+ "brick-85": false,
2598
+ "brick-86": false,
2599
+ "brick-87": false,
2600
+ "brick-88": false,
2601
+ "brick-89": false,
2602
+ "brick-90": false,
2603
+ "brick-91": false,
2604
+ "brick-92": false,
2605
+ "brick-93": false,
2606
+ "brick-94": false,
2607
+ "brick-95": false,
2608
+ "brick-96": false,
2609
+ "brick-97": false,
2610
+ "brick-98": false,
2611
+ "brick-99": false,
2612
+ "brick-100": false,
2613
+ "brick-101": false,
2614
+ "brick-102": false,
2615
+ "brick-103": false,
2616
+ "brick-104": false,
2617
+ "brick-105": false,
2618
+ "brick-106": false,
2619
+ "brick-107": false,
2620
+ "brick-108": false,
2621
+ "brick-109": false,
2622
+ "brick-110": false,
2623
+ "brick-111": false,
2624
+ "brick-112": false,
2625
+ "brick-113": false,
2626
+ "brick-114": false,
2627
+ "brick-115": false,
2628
+ "brick-116": false,
2629
+ "brick-117": false,
2630
+ "brick-118": false,
2631
+ "ball": false
2632
+ },
2633
+ "kinematic": {
2634
+ "brick-1": false,
2635
+ "brick-2": false,
2636
+ "brick-3": false,
2637
+ "brick-4": false,
2638
+ "brick-5": false,
2639
+ "brick-6": false,
2640
+ "brick-7": false,
2641
+ "brick-8": false,
2642
+ "brick-9": false,
2643
+ "brick-10": false,
2644
+ "brick-11": false,
2645
+ "brick-12": false,
2646
+ "brick-13": false,
2647
+ "brick-14": false,
2648
+ "brick-15": false,
2649
+ "brick-16": false,
2650
+ "brick-17": false,
2651
+ "brick-18": false,
2652
+ "brick-19": false,
2653
+ "brick-20": false,
2654
+ "brick-21": false,
2655
+ "brick-22": false,
2656
+ "brick-23": false,
2657
+ "brick-24": false,
2658
+ "brick-25": false,
2659
+ "brick-26": false,
2660
+ "brick-27": false,
2661
+ "brick-28": false,
2662
+ "brick-29": false,
2663
+ "brick-30": false,
2664
+ "brick-31": false,
2665
+ "brick-32": false,
2666
+ "brick-33": false,
2667
+ "brick-34": false,
2668
+ "brick-35": false,
2669
+ "brick-36": false,
2670
+ "brick-37": false,
2671
+ "brick-38": false,
2672
+ "brick-39": false,
2673
+ "brick-40": false,
2674
+ "brick-41": false,
2675
+ "brick-42": false,
2676
+ "brick-43": false,
2677
+ "brick-44": false,
2678
+ "brick-45": false,
2679
+ "brick-46": false,
2680
+ "brick-47": false,
2681
+ "brick-48": false,
2682
+ "brick-49": false,
2683
+ "brick-50": false,
2684
+ "brick-51": false,
2685
+ "brick-52": false,
2686
+ "brick-53": false,
2687
+ "brick-54": false,
2688
+ "brick-55": false,
2689
+ "brick-56": false,
2690
+ "brick-57": false,
2691
+ "brick-58": false,
2692
+ "brick-59": false,
2693
+ "brick-60": false,
2694
+ "brick-61": false,
2695
+ "brick-62": false,
2696
+ "brick-63": false,
2697
+ "brick-64": false,
2698
+ "brick-65": false,
2699
+ "brick-66": false,
2700
+ "brick-67": false,
2701
+ "brick-68": false,
2702
+ "brick-69": false,
2703
+ "brick-70": false,
2704
+ "brick-71": false,
2705
+ "brick-72": false,
2706
+ "brick-73": false,
2707
+ "brick-74": false,
2708
+ "brick-75": false,
2709
+ "brick-76": false,
2710
+ "brick-77": false,
2711
+ "brick-78": false,
2712
+ "brick-79": false,
2713
+ "brick-80": false,
2714
+ "brick-81": false,
2715
+ "brick-82": false,
2716
+ "brick-83": false,
2717
+ "brick-84": false,
2718
+ "brick-85": false,
2719
+ "brick-86": false,
2720
+ "brick-87": false,
2721
+ "brick-88": false,
2722
+ "brick-89": false,
2723
+ "brick-90": false,
2724
+ "brick-91": false,
2725
+ "brick-92": false,
2726
+ "brick-93": false,
2727
+ "brick-94": false,
2728
+ "brick-95": false,
2729
+ "brick-96": false,
2730
+ "brick-97": false,
2731
+ "brick-98": false,
2732
+ "brick-99": false,
2733
+ "brick-100": false,
2734
+ "brick-101": false,
2735
+ "brick-102": false,
2736
+ "brick-103": false,
2737
+ "brick-104": false,
2738
+ "brick-105": false,
2739
+ "brick-106": false,
2740
+ "brick-107": false,
2741
+ "brick-108": false,
2742
+ "brick-109": false,
2743
+ "brick-110": false,
2744
+ "brick-111": false,
2745
+ "brick-112": false,
2746
+ "brick-113": false,
2747
+ "brick-114": false,
2748
+ "brick-115": false,
2749
+ "brick-116": false,
2750
+ "brick-117": false,
2751
+ "brick-118": false,
2752
+ "ball": false
2753
+ },
2754
+ "record": {
2755
+ "assets": [
2756
+ "brick-1",
2757
+ "brick-2",
2758
+ "brick-3",
2759
+ "brick-4",
2760
+ "brick-5",
2761
+ "brick-6",
2762
+ "brick-7",
2763
+ "brick-8",
2764
+ "brick-9",
2765
+ "brick-10",
2766
+ "brick-11",
2767
+ "brick-12",
2768
+ "brick-13",
2769
+ "brick-14",
2770
+ "brick-15",
2771
+ "brick-16",
2772
+ "brick-17",
2773
+ "brick-18",
2774
+ "brick-19",
2775
+ "brick-20",
2776
+ "brick-21",
2777
+ "brick-22",
2778
+ "brick-23",
2779
+ "brick-24",
2780
+ "brick-25",
2781
+ "brick-26",
2782
+ "brick-27",
2783
+ "brick-28",
2784
+ "brick-29",
2785
+ "brick-30",
2786
+ "brick-31",
2787
+ "brick-32",
2788
+ "brick-33",
2789
+ "brick-34",
2790
+ "brick-35",
2791
+ "brick-36",
2792
+ "brick-37",
2793
+ "brick-38",
2794
+ "brick-39",
2795
+ "brick-40",
2796
+ "brick-41",
2797
+ "brick-42",
2798
+ "brick-43",
2799
+ "brick-44",
2800
+ "brick-45",
2801
+ "brick-46",
2802
+ "brick-47",
2803
+ "brick-48",
2804
+ "brick-49",
2805
+ "brick-50",
2806
+ "brick-51",
2807
+ "brick-52",
2808
+ "brick-53",
2809
+ "brick-54",
2810
+ "brick-55",
2811
+ "brick-56",
2812
+ "brick-57",
2813
+ "brick-58",
2814
+ "brick-59",
2815
+ "brick-60",
2816
+ "brick-61",
2817
+ "brick-62",
2818
+ "brick-63",
2819
+ "brick-64",
2820
+ "brick-65",
2821
+ "brick-66",
2822
+ "brick-67",
2823
+ "brick-68",
2824
+ "brick-69",
2825
+ "brick-70",
2826
+ "brick-71",
2827
+ "brick-72",
2828
+ "brick-73",
2829
+ "brick-74",
2830
+ "brick-75",
2831
+ "brick-76",
2832
+ "brick-77",
2833
+ "brick-78",
2834
+ "brick-79",
2835
+ "brick-80",
2836
+ "brick-81",
2837
+ "brick-82",
2838
+ "brick-83",
2839
+ "brick-84",
2840
+ "brick-85",
2841
+ "brick-86",
2842
+ "brick-87",
2843
+ "brick-88",
2844
+ "brick-89",
2845
+ "brick-90",
2846
+ "brick-91",
2847
+ "brick-92",
2848
+ "brick-93",
2849
+ "brick-94",
2850
+ "brick-95",
2851
+ "brick-96",
2852
+ "brick-97",
2853
+ "brick-98",
2854
+ "brick-99",
2855
+ "brick-100",
2856
+ "brick-101",
2857
+ "brick-102",
2858
+ "brick-103",
2859
+ "brick-104",
2860
+ "brick-105",
2861
+ "brick-106",
2862
+ "brick-107",
2863
+ "brick-108",
2864
+ "brick-109",
2865
+ "brick-110",
2866
+ "brick-111",
2867
+ "brick-112",
2868
+ "brick-113",
2869
+ "brick-114",
2870
+ "brick-115",
2871
+ "brick-116",
2872
+ "brick-117",
2873
+ "brick-118"
2874
+ ],
2875
+ "dim": ["x", "y", "z"],
2876
+ "fps": 30
2877
+ }
2878
+ }
2879
+
2880
+ }
2881
+ }
metadata/rope/rope winding.json ADDED
@@ -0,0 +1,103 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "description": "The task involves a hanging soft rope with a ball connected to each end. Then, two balls are pushed in opposite directions parallel to the ground surface and rotate under the gravity and constraint of the rope.",
3
+ "assets": {
4
+ "beam": {
5
+ "model": "../../assets/obj/rod-40.obj",
6
+ "material": {
7
+ "wood": {
8
+ "mass": 0.0267,
9
+ "friction": 0.467163,
10
+ "restitution": 0.01
11
+ }
12
+ }
13
+ },
14
+ "rope": {
15
+ "model": "../../assets/obj/rod-34.obj",
16
+ "material": {
17
+ "rubber": {
18
+ "mass": 0.005,
19
+ "young": 795,
20
+ "friction": 0.467163,
21
+ "restitution": 0.01
22
+ }
23
+ }
24
+ },
25
+ "support": {
26
+ "model": "../../assets/obj/support.obj",
27
+ "material": {
28
+ "plastic": {
29
+ "mass": 0.0442,
30
+ "friction": 0.236467,
31
+ "restitution": 0.15717
32
+ }
33
+ }
34
+ },
35
+ "ball-1": {
36
+ "model": "../../assets/obj/ball-6.obj",
37
+ "material": {
38
+ "metal": {
39
+ "mass": 0.3122,
40
+ "friction": 0.615085,
41
+ "restitution": 0.190976
42
+ }
43
+ }
44
+ },
45
+ "ball-2": {
46
+ "model": "../../assets/obj/ball-6.obj",
47
+ "material": {
48
+ "metal": {
49
+ "mass": 0.3122,
50
+ "friction": 0.615085,
51
+ "restitution": 0.190976
52
+ }
53
+ }
54
+ },
55
+ "billiard": {
56
+ "model": "../../assets/obj/billiard.obj",
57
+ "material": {
58
+ "plastic": {
59
+ "mass": 0.0272,
60
+ "friction": 0.236467,
61
+ "restitution": 0.15717
62
+ }
63
+ }
64
+ }
65
+ },
66
+ "tasks": {
67
+ "default": {
68
+ "assets": ["beam", "rope", "ball-1", "ball-2", "billiard", "support"],
69
+ "translation": {
70
+ "beam": [0.441, 0.416, 0.30411],
71
+ "rope": [0.441, 0.416, 0.31111],
72
+ "support": [0.441, 0.416, 0.18471],
73
+ "ball-1": [0.241, 0.416, 0.31111],
74
+ "ball-2": [0.641, 0.416, 0.31111],
75
+ "billiard": [0.441, 0.416, 0.31111]
76
+ },
77
+ "orientation": {
78
+ "beam": [0, 0, 0],
79
+ "rope": [0, 0, 0],
80
+ "support": [0, 0, 0],
81
+ "ball-1": [0, 0, 0],
82
+ "ball-2": [0, 0, 0],
83
+ "billiard": [0, 0, 45]
84
+ },
85
+ "fixed": {
86
+ "beam": true,
87
+ "rope": false,
88
+ "support": true,
89
+ "ball-1": false,
90
+ "ball-2": false,
91
+ "billiard": false
92
+ },
93
+ "kinematic": {
94
+ "beam": false,
95
+ "rope": false,
96
+ "support": false,
97
+ "ball-1": false,
98
+ "ball-2": false,
99
+ "billiard": true
100
+ }
101
+ }
102
+ }
103
+ }
metadata/textile/funnel.json ADDED
@@ -0,0 +1,164 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "description": "The task involves one piece of textiles stacked on a plane with a hole at its center. Then, a heavy ball falls and passes through the hole together with the textiles.",
3
+ "assets": {
4
+ "ball": {
5
+ "model": "../../assets/obj/ball-14.obj",
6
+ "material": {
7
+ "plastic": {
8
+ "mass": 0.8839,
9
+ "friction": 0.1,
10
+ "restitution": 0.1
11
+ }
12
+ }
13
+ },
14
+ "board": {
15
+ "model": "../../assets/obj/holeboard.obj",
16
+ "material": {
17
+ "wood": {
18
+ "mass": 1.5265,
19
+ "friction": 0.1,
20
+ "restitution": 0.1
21
+ }
22
+ }
23
+ },
24
+ "textile": {
25
+ "model": "../../assets/obj/textile-80_80.obj",
26
+ "material": {
27
+ "oxford": {
28
+ "mass": 1.1316352,
29
+ "density": 1.76818,
30
+ "thickness": 0.36e-3,
31
+ "stretch stiffness": 2904.55425,
32
+ "bend stiffness": 4.77659e-5,
33
+ "shear stiffness": 2904.55425,
34
+ "friction": 0.293218,
35
+ "restitution": 0.380043
36
+ },
37
+ "leather": {
38
+ "mass": 1.28,
39
+ "density": 2,
40
+ "thickness": 0.68e-3,
41
+ "stretch stiffness": 2080.14025,
42
+ "bend stiffness": 1.762045e-5,
43
+ "shear stiffness": 1950.165,
44
+ "friction": 0.50969,
45
+ "restitution": 0.385093
46
+ },
47
+ "nylon": {
48
+ "mass": 0.0853312,
49
+ "density": 0.13333,
50
+ "thickness": 0.19e-3,
51
+ "stretch stiffness": 1243.5165,
52
+ "bend stiffness": 6.24621e-6,
53
+ "shear stiffness": 120,
54
+ "friction": 0.694324,
55
+ "restitution": 0.398675
56
+ },
57
+ "cotton": {
58
+ "mass": 0.08576,
59
+ "density": 0.134,
60
+ "thickness": 0.27e-3,
61
+ "stretch stiffness": 302.137325,
62
+ "bend stiffness": 1.388423e-6,
63
+ "shear stiffness": 333.14525,
64
+ "friction": 0.364288,
65
+ "restitution": 0.39215
66
+ },
67
+ "satin": {
68
+ "mass": 0.0455744,
69
+ "density": 0.07121,
70
+ "thickness": 0.14e-3,
71
+ "stretch stiffness": 77.15638,
72
+ "bend stiffness": 1.47498e-6,
73
+ "shear stiffness": 1.00797,
74
+ "friction": 0.436423,
75
+ "restitution": 0.360739
76
+ },
77
+ "suit": {
78
+ "mass": 0.3704256,
79
+ "density": 0.57879,
80
+ "thickness": 0.2e-3,
81
+ "stretch stiffness": 900,
82
+ "bend stiffness": 2.22038e-6,
83
+ "shear stiffness": 333.16913,
84
+ "friction": 0.418105,
85
+ "restitution": 0.367445
86
+ }
87
+ }
88
+ }
89
+ },
90
+ "tasks": {
91
+ "default": {
92
+ "assets": ["ball", "board", "textile"],
93
+ "translation": {
94
+ "ball": [0.4785, 0.4285, 0.343],
95
+ "board": [0.4785, 0.4285, 0.180],
96
+ "textile": [0.4785, 0.4285, 0.186]
97
+ },
98
+ "orientation": {
99
+ "ball": [0, 0, 0],
100
+ "board": [0, 0, 0],
101
+ "textile": [0, 0, 0]
102
+ },
103
+ "fixed": {
104
+ "ball": false,
105
+ "board": true,
106
+ "textile": false
107
+ },
108
+ "kinematic": {
109
+ "ball": true,
110
+ "board": false,
111
+ "textile": false
112
+ },
113
+ "record": {
114
+ "assets": ["markers"],
115
+ "dim": ["x", "y", "z"],
116
+ "fps": 30
117
+ }
118
+ }
119
+ },
120
+ "markers": {
121
+ "translation": [
122
+ [0.1785, 0.1285, 0.186 ],
123
+ [0.1785, 0.2285, 0.186 ],
124
+ [0.1785, 0.3285, 0.186 ],
125
+ [0.1785, 0.4285, 0.186 ],
126
+ [0.1785, 0.5285, 0.186 ],
127
+ [0.1785, 0.6285, 0.186 ],
128
+ [0.1785, 0.7285, 0.186 ],
129
+ [0.2785, 0.1285, 0.186 ],
130
+ [0.2785, 0.2285, 0.186 ],
131
+ [0.2785, 0.3285, 0.186 ],
132
+ [0.2785, 0.4285, 0.186 ],
133
+ [0.2785, 0.5285, 0.186 ],
134
+ [0.2785, 0.6285, 0.186 ],
135
+ [0.2785, 0.7285, 0.186 ],
136
+ [0.3785, 0.1285, 0.186 ],
137
+ [0.3785, 0.2285, 0.186 ],
138
+ [0.3785, 0.6285, 0.186 ],
139
+ [0.3785, 0.7285, 0.186 ],
140
+ [0.4785, 0.1285, 0.186 ],
141
+ [0.4785, 0.2285, 0.186 ],
142
+ [0.4785, 0.6285, 0.186 ],
143
+ [0.4785, 0.7285, 0.186 ],
144
+ [0.5785, 0.1285, 0.186 ],
145
+ [0.5785, 0.2285, 0.186 ],
146
+ [0.5785, 0.6285, 0.186 ],
147
+ [0.5785, 0.7285, 0.186 ],
148
+ [0.6785, 0.1285, 0.186 ],
149
+ [0.6785, 0.2285, 0.186 ],
150
+ [0.6785, 0.3285, 0.186 ],
151
+ [0.6785, 0.4285, 0.186 ],
152
+ [0.6785, 0.5285, 0.186 ],
153
+ [0.6785, 0.6285, 0.186 ],
154
+ [0.6785, 0.7285, 0.186 ],
155
+ [0.7785, 0.1285, 0.186 ],
156
+ [0.7785, 0.2285, 0.186 ],
157
+ [0.7785, 0.3285, 0.186 ],
158
+ [0.7785, 0.4285, 0.186 ],
159
+ [0.7785, 0.5285, 0.186 ],
160
+ [0.7785, 0.6285, 0.186 ],
161
+ [0.7785, 0.7285, 0.186 ]
162
+ ]
163
+ }
164
+ }
metadata/textile/rotating ball.json ADDED
@@ -0,0 +1,98 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "description": "The task involves a ball covered by a textile. Then, the textile moves together with the ball.",
3
+ "assets": {
4
+ "ball": {
5
+ "model": "../../assets/obj/ball-20.obj",
6
+ "material": {
7
+ "plastic": {
8
+ "mass": 2.7226,
9
+ "friction": 0.1,
10
+ "restitution": 0.1
11
+ }
12
+ }
13
+ },
14
+ "board": {
15
+ "model": "../../assets/obj/holeboard.obj",
16
+ "material": {
17
+ "wood": {
18
+ "mass": 1.5265,
19
+ "friction": 0.1,
20
+ "restitution": 0.1
21
+ }
22
+ }
23
+ },
24
+ "textile": {
25
+ "model": "../../assets/obj/textile-60_60.obj",
26
+ "material": {
27
+ "cotton": {
28
+ "mass": 0.04824,
29
+ "density": 0.134,
30
+ "thickness": 0.27e-3,
31
+ "stretch stiffness": 302.137325,
32
+ "bend stiffness": 1.388423e-6,
33
+ "shear stiffness": 333.14525,
34
+ "friction": 0.503819,
35
+ "restitution": 0.383821
36
+ },
37
+ "satin": {
38
+ "mass": 0.0256356,
39
+ "density": 0.07121,
40
+ "thickness": 0.14e-3,
41
+ "stretch stiffness": 77.15638,
42
+ "bend stiffness": 1.47498e-6,
43
+ "shear stiffness": 1.00797,
44
+ "friction": 0.476749,
45
+ "restitution": 0.384186
46
+ },
47
+ "suit": {
48
+ "mass": 0.2083644,
49
+ "density": 0.57879,
50
+ "thickness": 0.2e-3,
51
+ "stretch stiffness": 900,
52
+ "bend stiffness": 2.22038e-6,
53
+ "shear stiffness": 333.16913,
54
+ "friction": 0.309839,
55
+ "restitution": 0.393827
56
+ }
57
+ }
58
+ }
59
+ },
60
+ "tasks": {
61
+ "default": {
62
+ "assets": ["ball", "board", "textile"],
63
+ "translation": {
64
+ "ball": [0.4785, 0.4285, 0.28134],
65
+ "board": [0.4785, 0.4285, 0.180],
66
+ "textile": [0.4785, 0.4285, 0.38134]
67
+ },
68
+ "orientation": {
69
+ "ball": [0, 0, 0],
70
+ "board": [0, 0, 0],
71
+ "textile": [0, 0, 0]
72
+ },
73
+ "fixed": {
74
+ "ball": false,
75
+ "board": true,
76
+ "textile": false
77
+ },
78
+ "kinematic": {
79
+ "ball": true,
80
+ "board": false,
81
+ "textile": false
82
+ },
83
+ "record": {
84
+ "assets": ["markers"],
85
+ "dim": ["x", "y", "z"],
86
+ "fps": 30
87
+ }
88
+ }
89
+ },
90
+ "markers": {
91
+ "translation": [
92
+ [0.1785 , 0.1285 , 0.38134],
93
+ [0.1785 , 0.7285 , 0.38134],
94
+ [0.7785 , 0.1285 , 0.38134],
95
+ [0.7785 , 0.7285 , 0.38134]
96
+ ]
97
+ }
98
+ }
metadata/textile/tablecloth pulling.json ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "description": "The task involves a textile pressed by a cube. One of textile's edges is attached to a rod. Then, suddenly pull the rod to make the textile slide.",
3
+ "assets": {
4
+ "cube": {
5
+ "model": "../../assets/obj/cube.obj",
6
+ "material": {
7
+ "wood": {
8
+ "mass": 0.0938,
9
+ "friction": 0.482590,
10
+ "restitution": 0.343222
11
+ },
12
+ "plastic": {
13
+ "mass": 0.1494,
14
+ "friction": 0.409626,
15
+ "restitution": 0.303054
16
+ },
17
+ "metal": {
18
+ "mass": 0.3422,
19
+ "friction": 0.385805,
20
+ "restitution": 0.189784
21
+ }
22
+ }
23
+ },
24
+ "rod": {
25
+ "model": "../../assets/obj/rod-40.obj",
26
+ "material": {
27
+ "wood": {
28
+ "mass": 0.02136,
29
+ "friction": 0.01,
30
+ "restitution": 0.01
31
+ }
32
+ }
33
+ },
34
+ "table": {
35
+ "model": "../../assets/obj/table.obj",
36
+ "material": {
37
+ "wood": {
38
+ "mass": 6.4113,
39
+ "friction": 0.01,
40
+ "restitution": 0.01
41
+ }
42
+ }
43
+ },
44
+ "textile": {
45
+ "model": "../../assets/obj/tablecloth.obj",
46
+ "material": {
47
+ "nylon": {
48
+ "mass": 0.096011,
49
+ "density": 0.53939,
50
+ "thickness": 0.21e-3,
51
+ "stretch stiffness": 1308.39850,
52
+ "bend stiffness": 2.8613e-7,
53
+ "shear stiffness": 86.34980,
54
+ "friction": 0.1,
55
+ "restitution": 0.1
56
+ }
57
+ }
58
+ }
59
+ },
60
+ "tasks": {
61
+ "default": {
62
+ "assets": ["cube", "rod", "table", "textile"],
63
+ "translation": {
64
+ "cube": [0.71605, 0.41785, 0.2077],
65
+ "rod": [0.36220, 0.42129, 0.1826],
66
+ "table": [0.78265, 0.40502, 0.17],
67
+ "textile": [0.58470, 0.42129, 0.1826]
68
+ },
69
+ "orientation": {
70
+ "cube": [0, 0, 0],
71
+ "rod": [0, 0, 0],
72
+ "table": [0, 0, 0],
73
+ "textile": [0, 0, 0]
74
+ },
75
+ "fixed": {
76
+ "cube": false,
77
+ "rod": false,
78
+ "table": true,
79
+ "textile": false
80
+ },
81
+ "kinematic": {
82
+ "cube": false,
83
+ "rod": true,
84
+ "table": false,
85
+ "textile": false
86
+ }
87
+ }
88
+ }
89
+ }
metadata/textile/textile bending.json ADDED
@@ -0,0 +1,157 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "description": "The task involves a textile with two parallel edges each attached to a rod.",
3
+ "assets": {
4
+ "rod_fixed": {
5
+ "model": "../../assets/obj/rod-40.obj",
6
+ "material": {
7
+ "wood": {
8
+ "mass": 0.02136,
9
+ "friction": 0.1,
10
+ "restitution": 0.1
11
+ }
12
+ }
13
+ },
14
+ "rod_move": {
15
+ "model": "../../assets/obj/rod-40.obj",
16
+ "material": {
17
+ "wood": {
18
+ "mass": 0.02136,
19
+ "friction": 0.1,
20
+ "restitution": 0.1
21
+ }
22
+ }
23
+ },
24
+ "textile": {
25
+ "model": "../../assets/obj/textile-40_40.obj",
26
+ "material": {
27
+ "oxford": {
28
+ "mass": 0.28291,
29
+ "density": 1.76818,
30
+ "thickness": 0.36e-3,
31
+ "stretch stiffness": 2904.55425,
32
+ "bend stiffness": 4.77659e-5,
33
+ "shear stiffness": 2904.55425,
34
+ "friction": 0.402920,
35
+ "restitution": 0.268232
36
+ },
37
+ "leather": {
38
+ "mass": 0.32,
39
+ "density": 2,
40
+ "thickness": 0.68e-3,
41
+ "stretch stiffness": 2080.14025,
42
+ "bend stiffness": 1.762045e-5,
43
+ "shear stiffness": 1950.165,
44
+ "friction": 0.502946,
45
+ "restitution": 0.267822
46
+ },
47
+ "nylon": {
48
+ "mass": 0.021333,
49
+ "density": 0.13333,
50
+ "thickness": 0.19e-3,
51
+ "stretch stiffness": 1243.5165,
52
+ "bend stiffness": 6.24621e-6,
53
+ "shear stiffness": 120,
54
+ "friction": 0.704508,
55
+ "restitution": 0.21001
56
+ },
57
+ "cotton": {
58
+ "mass": 0.02144,
59
+ "density": 0.134,
60
+ "thickness": 0.27e-3,
61
+ "stretch stiffness": 302.137325,
62
+ "bend stiffness": 1.388423e-6,
63
+ "shear stiffness": 333.14525,
64
+ "friction": 0.503819,
65
+ "restitution": 0.182298
66
+ },
67
+ "satin": {
68
+ "mass": 0.0113936,
69
+ "density": 0.07121,
70
+ "thickness": 0.14e-3,
71
+ "stretch stiffness": 77.15638,
72
+ "bend stiffness": 1.47498e-6,
73
+ "shear stiffness": 1.00797,
74
+ "friction": 0.476749,
75
+ "restitution": 0.22468
76
+ },
77
+ "suit": {
78
+ "mass": 0.0926,
79
+ "density": 0.57879,
80
+ "thickness": 0.2e-3,
81
+ "stretch stiffness": 900,
82
+ "bend stiffness": 2.22038e-6,
83
+ "shear stiffness": 333.16913,
84
+ "friction": 0.309839,
85
+ "restitution": 0.238921
86
+ }
87
+ }
88
+ }
89
+ },
90
+ "tasks": {
91
+ "default": {
92
+ "assets": ["rod_fixed", "rod_move", "textile"],
93
+ "translation": {
94
+ "rod_fixed": [0.56101, 0.4400, 0.3100],
95
+ "rod_move": [0.15101, 0.4400, 0.3100],
96
+ "textile": [0.35601, 0.4400, 0.3100]
97
+ },
98
+ "orientation": {
99
+ "rod_fixed": [0, 0, 0],
100
+ "rod_move": [0, 0, 0],
101
+ "textile": [0, 90, 0]
102
+ },
103
+ "fixed": {
104
+ "rod_fixed": true,
105
+ "rod_move": false,
106
+ "textile": false
107
+ },
108
+ "kinematic": {
109
+ "rod_fixed": false,
110
+ "rod_move": true,
111
+ "textile": false
112
+ },
113
+ "record": {
114
+ "assets": ["markers"],
115
+ "dim": ["x", "y", "z"],
116
+ "fps": 30
117
+ }
118
+ }
119
+ },
120
+ "markers": {
121
+ "translation": [
122
+ [0.20601, 0.24 , 0.31 ],
123
+ [0.20601, 0.64 , 0.31 ],
124
+ [0.25601, 0.24 , 0.31 ],
125
+ [0.25601, 0.64 , 0.31 ],
126
+ [0.30601, 0.24 , 0.31 ],
127
+ [0.30601, 0.64 , 0.31 ],
128
+ [0.35601, 0.24 , 0.31 ],
129
+ [0.35601, 0.64 , 0.31 ],
130
+ [0.40601, 0.24 , 0.31 ],
131
+ [0.40601, 0.64 , 0.31 ],
132
+ [0.45601, 0.24 , 0.31 ],
133
+ [0.45601, 0.64 , 0.31 ],
134
+ [0.50601, 0.24 , 0.31 ],
135
+ [0.50601, 0.64 , 0.31 ]
136
+ ],
137
+ "lines": [
138
+ [0,2],
139
+ [2,4],
140
+ [4,6],
141
+ [6,8],
142
+ [8,10],
143
+ [10,12],
144
+ [1,3],
145
+ [3,5],
146
+ [5,7],
147
+ [7,9],
148
+ [9,11],
149
+ [11,13]
150
+ ],
151
+ "corner":[0, 1, 12, 13],
152
+ "edge": [
153
+ 2, 4, 6, 8, 10,
154
+ 3, 5, 7, 9, 11
155
+ ]
156
+ }
157
+ }
metadata/textile/textile flinging.json ADDED
@@ -0,0 +1,284 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "description": "The task involves a textile attached to a rod. Then, quickly move the rod to drive the textile to fling.",
3
+ "assets": {
4
+ "rod": {
5
+ "model": "../../assets/obj/rod-40.obj",
6
+ "material": {
7
+ "wood": {
8
+ "mass": 0.02136,
9
+ "friction": 0.1,
10
+ "restitution": 0.1
11
+ }
12
+ }
13
+ },
14
+ "textile": {
15
+ "model": "../../assets/obj/textile-50_40.obj",
16
+ "material": {
17
+ "oxford": {
18
+ "mass": 0.353636,
19
+ "density": 1.76818,
20
+ "thickness": 0.36e-3,
21
+ "stretch stiffness": 2904.55425,
22
+ "bend stiffness": 4.77659e-5,
23
+ "shear stiffness": 2904.55425,
24
+ "friction": 0.545063,
25
+ "restitution": 0.1
26
+ },
27
+ "leather": {
28
+ "mass": 0.4,
29
+ "density": 2,
30
+ "thickness": 0.68e-3,
31
+ "stretch stiffness": 2080.14025,
32
+ "bend stiffness": 1.762045e-5,
33
+ "shear stiffness": 1950.165,
34
+ "friction": 1.456007,
35
+ "restitution": 0.1
36
+ },
37
+ "nylon": {
38
+ "mass": 0.026666,
39
+ "density": 0.13333,
40
+ "thickness": 0.19e-3,
41
+ "stretch stiffness": 1243.5165,
42
+ "bend stiffness": 6.24621e-6,
43
+ "shear stiffness": 120,
44
+ "friction": 0.603145,
45
+ "restitution": 0.1
46
+ },
47
+ "cotton": {
48
+ "mass": 0.0268,
49
+ "density": 0.134,
50
+ "thickness": 0.27e-3,
51
+ "stretch stiffness": 302.137325,
52
+ "bend stiffness": 1.388423e-6,
53
+ "shear stiffness": 333.14525,
54
+ "friction": 0.669426,
55
+ "restitution": 0.1
56
+ },
57
+ "satin": {
58
+ "mass": 0.014242,
59
+ "density": 0.07121,
60
+ "thickness": 0.14e-3,
61
+ "stretch stiffness": 77.15638,
62
+ "bend stiffness": 1.47498e-6,
63
+ "shear stiffness": 1.00797,
64
+ "friction": 0.229451,
65
+ "restitution": 0.1
66
+ },
67
+ "suit": {
68
+ "mass": 0.115758,
69
+ "density": 0.57879,
70
+ "thickness": 0.2e-3,
71
+ "stretch stiffness": 900,
72
+ "bend stiffness": 2.22038e-6,
73
+ "shear stiffness": 333.16913,
74
+ "friction": 0.390016,
75
+ "restitution": 0.1
76
+ }
77
+ }
78
+ }
79
+ },
80
+ "tasks": {
81
+ "default": {
82
+ "assets": ["rod", "textile"],
83
+ "translation": {
84
+ "rod": [0.31655, 0.71338, 0.57894],
85
+ "textile": [0.31655, 0.71338, 0.32894]
86
+ },
87
+ "orientation": {
88
+ "rod": [0, 0, 90],
89
+ "textile": [0, 0, 0]
90
+ },
91
+ "fixed": {
92
+ "rod": false,
93
+ "textile": false
94
+ },
95
+ "kinematic": {
96
+ "rod": true,
97
+ "textile": false
98
+ },
99
+ "record": {
100
+ "assets": ["markers"],
101
+ "dim": ["x", "y", "z"],
102
+ "fps": 30
103
+ }
104
+ }
105
+ },
106
+ "markers": {
107
+ "translation": [
108
+ [0.16655, 0.71338, 0.12894],
109
+ [0.16655, 0.71338, 0.17894],
110
+ [0.16655, 0.71338, 0.22894],
111
+ [0.16655, 0.71338, 0.27894],
112
+ [0.16655, 0.71338, 0.32894],
113
+ [0.16655, 0.71338, 0.37894],
114
+ [0.16655, 0.71338, 0.42894],
115
+ [0.16655, 0.71338, 0.47894],
116
+ [0.16655, 0.71338, 0.52894],
117
+ [0.21655, 0.71338, 0.12894],
118
+ [0.21655, 0.71338, 0.17894],
119
+ [0.21655, 0.71338, 0.22894],
120
+ [0.21655, 0.71338, 0.27894],
121
+ [0.21655, 0.71338, 0.32894],
122
+ [0.21655, 0.71338, 0.37894],
123
+ [0.21655, 0.71338, 0.42894],
124
+ [0.21655, 0.71338, 0.47894],
125
+ [0.21655, 0.71338, 0.52894],
126
+ [0.26655, 0.71338, 0.12894],
127
+ [0.26655, 0.71338, 0.17894],
128
+ [0.26655, 0.71338, 0.22894],
129
+ [0.26655, 0.71338, 0.27894],
130
+ [0.26655, 0.71338, 0.32894],
131
+ [0.26655, 0.71338, 0.37894],
132
+ [0.26655, 0.71338, 0.42894],
133
+ [0.26655, 0.71338, 0.47894],
134
+ [0.26655, 0.71338, 0.52894],
135
+ [0.31655, 0.71338, 0.12894],
136
+ [0.31655, 0.71338, 0.17894],
137
+ [0.31655, 0.71338, 0.22894],
138
+ [0.31655, 0.71338, 0.27894],
139
+ [0.31655, 0.71338, 0.32894],
140
+ [0.31655, 0.71338, 0.37894],
141
+ [0.31655, 0.71338, 0.42894],
142
+ [0.31655, 0.71338, 0.47894],
143
+ [0.31655, 0.71338, 0.52894],
144
+ [0.36655, 0.71338, 0.12894],
145
+ [0.36655, 0.71338, 0.17894],
146
+ [0.36655, 0.71338, 0.22894],
147
+ [0.36655, 0.71338, 0.27894],
148
+ [0.36655, 0.71338, 0.32894],
149
+ [0.36655, 0.71338, 0.37894],
150
+ [0.36655, 0.71338, 0.42894],
151
+ [0.36655, 0.71338, 0.47894],
152
+ [0.36655, 0.71338, 0.52894],
153
+ [0.41655, 0.71338, 0.12894],
154
+ [0.41655, 0.71338, 0.17894],
155
+ [0.41655, 0.71338, 0.22894],
156
+ [0.41655, 0.71338, 0.27894],
157
+ [0.41655, 0.71338, 0.32894],
158
+ [0.41655, 0.71338, 0.37894],
159
+ [0.41655, 0.71338, 0.42894],
160
+ [0.41655, 0.71338, 0.47894],
161
+ [0.41655, 0.71338, 0.52894],
162
+ [0.46655, 0.71338, 0.12894],
163
+ [0.46655, 0.71338, 0.17894],
164
+ [0.46655, 0.71338, 0.22894],
165
+ [0.46655, 0.71338, 0.27894],
166
+ [0.46655, 0.71338, 0.32894],
167
+ [0.46655, 0.71338, 0.37894],
168
+ [0.46655, 0.71338, 0.42894],
169
+ [0.46655, 0.71338, 0.47894],
170
+ [0.46655, 0.71338, 0.52894]
171
+ ],
172
+ "faces": [
173
+ [0,9,10],
174
+ [0,10,1],
175
+ [1,10,11],
176
+ [1,11,2],
177
+ [2,11,12],
178
+ [2,12,3],
179
+ [3,12,13],
180
+ [3,13,4],
181
+ [4,13,14],
182
+ [4,14,5],
183
+ [5,14,15],
184
+ [5,15,6],
185
+ [6,15,16],
186
+ [6,16,7],
187
+ [7,16,17],
188
+ [7,17,8],
189
+ [9,18,19],
190
+ [9,19,10],
191
+ [10,19,20],
192
+ [10,20,11],
193
+ [11,20,21],
194
+ [11,21,12],
195
+ [12,21,22],
196
+ [12,22,13],
197
+ [13,22,23],
198
+ [13,23,14],
199
+ [14,23,24],
200
+ [14,24,15],
201
+ [15,24,25],
202
+ [15,25,16],
203
+ [16,25,26],
204
+ [16,26,17],
205
+ [18,27,28],
206
+ [18,28,19],
207
+ [19,28,29],
208
+ [19,29,20],
209
+ [20,29,30],
210
+ [20,30,21],
211
+ [21,30,31],
212
+ [21,31,22],
213
+ [22,31,32],
214
+ [22,32,23],
215
+ [23,32,33],
216
+ [23,33,24],
217
+ [24,33,34],
218
+ [24,34,25],
219
+ [25,34,35],
220
+ [25,35,26],
221
+ [27,36,37],
222
+ [27,37,28],
223
+ [28,37,38],
224
+ [28,38,29],
225
+ [29,38,39],
226
+ [29,39,30],
227
+ [30,39,40],
228
+ [30,40,31],
229
+ [31,40,41],
230
+ [31,41,32],
231
+ [32,41,42],
232
+ [32,42,33],
233
+ [33,42,43],
234
+ [33,43,34],
235
+ [34,43,44],
236
+ [34,44,35],
237
+ [36,45,46],
238
+ [36,46,37],
239
+ [37,46,47],
240
+ [37,47,38],
241
+ [38,47,48],
242
+ [38,48,39],
243
+ [39,48,49],
244
+ [39,49,40],
245
+ [40,49,50],
246
+ [40,50,41],
247
+ [41,50,51],
248
+ [41,51,42],
249
+ [42,51,52],
250
+ [42,52,43],
251
+ [43,52,53],
252
+ [43,53,44],
253
+ [45,54,55],
254
+ [45,55,46],
255
+ [46,55,56],
256
+ [46,56,47],
257
+ [47,56,57],
258
+ [47,57,48],
259
+ [48,57,58],
260
+ [48,58,49],
261
+ [49,58,59],
262
+ [49,59,50],
263
+ [50,59,60],
264
+ [50,60,51],
265
+ [51,60,61],
266
+ [51,61,52],
267
+ [52,61,62],
268
+ [52,62,53]
269
+ ],
270
+ "corner": [0, 8, 54, 62],
271
+ "edge": [
272
+ 1, 2, 3, 4, 5, 6, 7,
273
+ 9, 17, 18, 26, 27, 35, 36, 44, 45, 53,
274
+ 55, 56, 57, 58, 59, 60, 61
275
+ ],
276
+ "inner": [
277
+ 10, 11, 12, 13, 14, 15, 16,
278
+ 19, 20, 21, 22, 23, 24, 25,
279
+ 28, 29, 30, 31, 32, 33, 34,
280
+ 37, 38, 39, 40, 41, 42, 43,
281
+ 46, 47, 48, 49, 50, 51, 52
282
+ ]
283
+ }
284
+ }
metadata/textile/textile stretching.json ADDED
@@ -0,0 +1,190 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "description": "The task involves a textile with edges each attached to a rod. Then, a controlled probe rod draws a trajectory on the cloth.",
3
+ "assets": {
4
+ "rod": {
5
+ "model": "../../assets/obj/rod-20.obj",
6
+ "material": {
7
+ "wood": {
8
+ "mass": 0.0089,
9
+ "friction": 0.1,
10
+ "restitution": 0.1
11
+ }
12
+ }
13
+ },
14
+ "frame": {
15
+ "model": "../../assets/obj/frame.obj",
16
+ "material": {
17
+ "wood": {
18
+ "mass": 0.08544,
19
+ "friction": 0.1,
20
+ "restitution": 0.1
21
+ }
22
+ }
23
+ },
24
+ "textile": {
25
+ "model": "../../assets/obj/textile-40_40.obj",
26
+ "material": {
27
+ "oxford": {
28
+ "mass": 0.28291,
29
+ "density": 1.76818,
30
+ "thickness": 0.36e-3,
31
+ "stretch stiffness": 2904.55425,
32
+ "bend stiffness": 4.77659e-5,
33
+ "shear stiffness": 2904.55425,
34
+ "friction": 0.402920,
35
+ "restitution": 0.268232
36
+ },
37
+ "leather": {
38
+ "mass": 0.32,
39
+ "density": 2,
40
+ "thickness": 0.68e-3,
41
+ "stretch stiffness": 2080.14025,
42
+ "bend stiffness": 1.762045e-5,
43
+ "shear stiffness": 1950.165,
44
+ "friction": 0.502946,
45
+ "restitution": 0.267822
46
+ },
47
+ "nylon": {
48
+ "mass": 0.021333,
49
+ "density": 0.13333,
50
+ "thickness": 0.19e-3,
51
+ "stretch stiffness": 1243.5165,
52
+ "bend stiffness": 6.24621e-6,
53
+ "shear stiffness": 120,
54
+ "friction": 0.704508,
55
+ "restitution": 0.21001
56
+ },
57
+ "cotton": {
58
+ "mass": 0.02144,
59
+ "density": 0.134,
60
+ "thickness": 0.27e-3,
61
+ "stretch stiffness": 302.137325,
62
+ "bend stiffness": 1.388423e-6,
63
+ "shear stiffness": 333.14525,
64
+ "friction": 0.503819,
65
+ "restitution": 0.182298
66
+ },
67
+ "satin": {
68
+ "mass": 0.0113936,
69
+ "density": 0.07121,
70
+ "thickness": 0.14e-3,
71
+ "stretch stiffness": 77.15638,
72
+ "bend stiffness": 1.47498e-6,
73
+ "shear stiffness": 1.00797,
74
+ "friction": 0.476749,
75
+ "restitution": 0.22468
76
+ },
77
+ "suit": {
78
+ "mass": 0.0926,
79
+ "density": 0.57879,
80
+ "thickness": 0.2e-3,
81
+ "stretch stiffness": 900,
82
+ "bend stiffness": 2.22038e-6,
83
+ "shear stiffness": 333.16913,
84
+ "friction": 0.309839,
85
+ "restitution": 0.238921
86
+ }
87
+ }
88
+ }
89
+ },
90
+ "tasks": {
91
+ "default": {
92
+ "assets": ["rod", "frame", "textile"],
93
+ "translation": {
94
+ "rod": [0.38564, 0.44261, 0.31943],
95
+ "frame": [0.491, 0.441, 0.320],
96
+ "textile": [0.491, 0.441, 0.320]
97
+ },
98
+ "orientation": {
99
+ "rod": [0, 0, 0],
100
+ "frame": [0, 0, 0],
101
+ "textile": [0, 0, 0]
102
+ },
103
+ "fixed": {
104
+ "rod": false,
105
+ "frame": true,
106
+ "textile": false
107
+ },
108
+ "kinematic": {
109
+ "rod": true,
110
+ "frame": false,
111
+ "textile": false
112
+ },
113
+ "record": {
114
+ "assets": ["markers"],
115
+ "dim": ["x", "y", "z"],
116
+ "fps": 30
117
+ }
118
+ }
119
+ },
120
+ "markers":{
121
+ "translation": [
122
+ [0.491, 0.291, 0.17 ],
123
+ [0.491, 0.291, 0.27 ],
124
+ [0.491, 0.291, 0.37 ],
125
+ [0.491, 0.291, 0.47 ],
126
+ [0.491, 0.391, 0.17 ],
127
+ [0.491, 0.391, 0.27 ],
128
+ [0.491, 0.391, 0.37 ],
129
+ [0.491, 0.391, 0.47 ],
130
+ [0.491, 0.491, 0.17 ],
131
+ [0.491, 0.491, 0.27 ],
132
+ [0.491, 0.491, 0.37 ],
133
+ [0.491, 0.491, 0.47 ],
134
+ [0.491, 0.591, 0.17 ],
135
+ [0.491, 0.591, 0.27 ],
136
+ [0.491, 0.591, 0.37 ],
137
+ [0.491, 0.591, 0.47 ],
138
+ [0.491, 0.341, 0.22 ],
139
+ [0.491, 0.341, 0.32 ],
140
+ [0.491, 0.341, 0.42 ],
141
+ [0.491, 0.441, 0.22 ],
142
+ [0.491, 0.441, 0.32 ],
143
+ [0.491, 0.441, 0.42 ],
144
+ [0.491, 0.541, 0.22 ],
145
+ [0.491, 0.541, 0.32 ],
146
+ [0.491, 0.541, 0.42 ]
147
+ ],
148
+ "faces": [
149
+ [0, 4, 16],
150
+ [4, 5, 16],
151
+ [5, 1, 16],
152
+ [1, 0, 16],
153
+ [1, 5, 17],
154
+ [5, 6, 17],
155
+ [6, 2, 17],
156
+ [2, 1, 17],
157
+ [2, 6, 18],
158
+ [6, 7, 18],
159
+ [7, 3, 18],
160
+ [3, 2, 18],
161
+ [4, 8, 19],
162
+ [8, 9, 19],
163
+ [9, 5, 19],
164
+ [5, 4, 19],
165
+ [5, 9, 20],
166
+ [9, 10, 20],
167
+ [10, 6, 20],
168
+ [6, 5, 20],
169
+ [6, 10, 21],
170
+ [10, 11, 21],
171
+ [11, 7, 21],
172
+ [7, 6, 21],
173
+ [8, 12, 22],
174
+ [12, 13, 22],
175
+ [13, 9, 22],
176
+ [9, 8, 22],
177
+ [9, 13, 23],
178
+ [13, 14, 23],
179
+ [14, 10, 23],
180
+ [10, 9, 23],
181
+ [10, 14, 24],
182
+ [14, 15, 24],
183
+ [15, 11, 24],
184
+ [11, 10, 24]
185
+ ],
186
+ "corner": [0, 3, 12, 15],
187
+ "edge": [1, 2, 4, 7, 8, 11, 13, 14],
188
+ "inner": [5, 6, 9, 10, 16, 17, 18, 19, 20, 21, 22, 23, 24]
189
+ }
190
+ }