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.
 
 
 
 
 

41 lines
970 B

{
"max_iterations": 4,
"timestep": 0.05,
"scene_type": "distance_barrier_rb_problem",
"distance_barrier_constraint": {
"initial_barrier_activation_distance": 0.01
},
"rigid_body_problem": {
"gravity": [0.0, -9.8],
"rigid_bodies": [{
"vertices": [
[-1, -1],
[1, -1],
[1, 1],
[-1, 1]
],
"edges": [
[0, 1],
[1, 2],
[2, 3],
[3, 0]
],
"position": [9.8, 10],
"linear_velocity": [0.0, -80]
}, {
"vertices": [
[-10, 0],
[10, 0],
[10, 0.1],
[-10, 0.1]
],
"edges": [
[0, 1],
[1, 2],
[2, 3],
[3, 0]
],
"type": "static"
}]
}
}