You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
694 B
23 lines
694 B
{
|
|
"scene_type": "distance_barrier_rb_problem",
|
|
"solver": "ipc_solver",
|
|
"timestep": 0.01,
|
|
"max_time": 10,
|
|
"distance_barrier_constraint": {},
|
|
"rigid_body_problem": {
|
|
"coefficient_restitution": -1,
|
|
"gravity": [0, -9.8, 0],
|
|
"rigid_bodies": [{
|
|
"mesh": "tet-pyramid.obj",
|
|
"position": [0, 0.5, 0],
|
|
"rotation": [0, 0, 180],
|
|
"linear_velocity": [0, 0, 0],
|
|
"angular_velocity": [0, 0, 0]
|
|
}, {
|
|
"mesh": "tet-pyramid.obj",
|
|
"position": [0, -0.5, 0],
|
|
"rotation": [0, 0, 180],
|
|
"is_dof_fixed": [true, true, true, true, true, true]
|
|
}]
|
|
}
|
|
}
|