File size: 1,153 Bytes
30dd49e | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 | {
"environment": {
"air_resistance": "!=0",
"gravity": 9.81
},
"ground": {
"dynamic_friction": "TODO",
"label": "Ground",
"restitution": 0.5,
"static_friction": "TODO"
},
"objects": [
{
"height": 0.77,
"id": 1,
"initial_velocity_u": 0,
"initial_velocity_v": 0,
"mass": 0.145,
"name": "Baseball",
"restitution": 0.55,
"size": 0.07,
"size_symbol": "d",
"static": true
},
{
"height": 0.77,
"id": 2,
"initial_velocity_u": -1.107686,
"initial_velocity_v": 0,
"mass": 0.26,
"name": "SteelBall",
"restitution": 0.6,
"size": 0.04,
"size_symbol": "d",
"static": false
}
],
"render": {
"axes_arrow_head_width": 20,
"axes_arrow_length": 75,
"axes_arrow_width": 8,
"fontsize": 20,
"margin_axes_range": [
5,
50
],
"margin_env_range": [
5,
50
],
"margin_ground_range": [
5,
50
],
"velocity_arrow_head_width": 30,
"velocity_arrow_length": 100,
"velocity_arrow_width": 10
},
"task_type": "composition"
} |