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.
20 lines
491 B
20 lines
491 B
2 years ago
|
{
|
||
|
"scene_type": "distance_barrier_rb_problem",
|
||
|
"max_iterations": 1000,
|
||
|
"timestep": 1e-2,
|
||
|
"rigid_body_problem": {
|
||
|
"gravity": [0, -9.8, 0],
|
||
|
"rigid_bodies": [{
|
||
|
"mesh": "corner.obj",
|
||
|
"position": [0, 0, 0],
|
||
|
"enabled": true
|
||
|
}, {
|
||
|
"mesh": "L.obj",
|
||
|
"position": [0, 2, 0]
|
||
|
}, {
|
||
|
"mesh": "plane.obj",
|
||
|
"position": [0, -4, 0],
|
||
|
"type": "static"
|
||
|
}]
|
||
|
}
|
||
|
}
|