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.
 
 
 
 
 

22 lines
553 B

{
"scene_type": "distance_barrier_rb_problem",
"timestep": 0.01,
"max_time": 10,
"rigid_body_problem": {
"coefficient_restitution": -1,
"gravity": [0, -9.8, 0],
"rigid_bodies": [{
"mesh": "plane.obj",
"position": [0, -0.5, 0],
"scale": 2,
"is_dof_fixed": true
}, {
"mesh": "cube.obj",
"position": [0, 0.1, 0]
}, {
"mesh": "cube.obj",
"position": [0, 6.0, 0],
"scale": 10
}]
}
}