-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathbnc.json
More file actions
88 lines (88 loc) · 2.08 KB
/
Copy pathbnc.json
File metadata and controls
88 lines (88 loc) · 2.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"scene_type": "distance_barrier_rb_problem",
"solver": "ipc_solver",
"timestep": 0.01,
"max_time": 1.0,
"distance_barrier_constraint": {
"initial_barrier_activation_distance": 1e-5
},
"ipc_solver": {
"velocity_conv_tol": 1e-5
},
"friction_constraints": {
"iterations": -1
},
"rigid_body_problem": {
"coefficient_restitution": 0.0,
"coefficient_friction": 0.0,
"gravity": [
0.0,
0.0,
0.0
],
"rigid_bodies": [
{
"mesh": "bnc_crimp\\0.obj",
"position": [
0,
0,
0
],
"force": [
0,
-0.009210452,
0
],
"rotation": [
0,
0,
0
],
"density": 7800
},
{
"mesh": "bnc_crimp\\1.obj",
"position": [
0,
0,
0
],
"rotation": [
0,
0,
0
],
"density": 7800
}
],
"linear_constraints": [
{
"type": "pin_world",
"body_name": "1",
"body_point": [
0.0,
0.0,
1.0
]
},
{
"type": "pin_world",
"body_name": "1",
"body_point": [
1.0,
0.0,
0.0
]
},
{
"type": "pin_world",
"body_name": "1",
"body_point": [
0.0,
1.0,
0.0
]
}
]
}
}