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
531 B
20 lines
531 B
{
|
|
"scene_type": "distance_barrier_rb_problem",
|
|
"max_time": 1.25,
|
|
"timestep": 0.01,
|
|
"rigid_body_problem": {
|
|
"coefficient_restitution": -1,
|
|
"gravity": [0, -9.8, 0],
|
|
"rigid_bodies": [{
|
|
"mesh": "erleben/spike.obj",
|
|
"position": [0, 3.0001, 0],
|
|
"rotation": [0, 0, 180]
|
|
},
|
|
{
|
|
"mesh": "erleben/spike.obj",
|
|
"type": "static",
|
|
"position": [0, -3.0, 0]
|
|
}
|
|
]
|
|
}
|
|
}
|