Skip to content
Snippets Groups Projects
Commit 964dbc45 authored by Wiktor Sawaryn's avatar Wiktor Sawaryn
Browse files

Replace config.json

parent c14d90cd
......@@ -19,7 +19,7 @@
"particle_diameter": 0.0144
},
"grid": {
"hh": 0.0078125,
"hh": 0.03125,
"isolevel": 0.001,
"MARCHING_CUBES_EPSILON": 0.000001
},
......@@ -29,7 +29,19 @@
"base_path": "C:\\Users\\Wiktor\\source\\repos\\CUDABADAM\\CUDABADAM\\",
"paths": {
"result_name": "zderzenie_kul_prosto",
"result_path": "animacja\\"
"result_path": "animacja\\",
"walls_name": "kule_wprost_walls.obj",
"walls_path": "",
"snow_objects_paths": [ "", "" ],
"snow_objects_names": [ "kule_obok_kula1.obj", "kule_obok_kula2.obj" ],
"snow_block_velocities": [
[ 0, -10, 0 ],
[ 0, 10, 0 ]
],
"snow_block_rotation": [
[ 0, 0, 0 ],
[ 0, 0, 0 ]
]
}
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment