{ "max_iterations": 80, "timestep_size": 0.05, "scene_type": "volume_rb_problem", "ncp_solver": { "max_iterations": 1000, "do_line_search": false, "solve_for_active_cstr": false, "convergence_tolerance": -1, "update_type": "linearized", "lcp_solver": "lcp_gauss_seidel" }, "volume_constraint": { "detection_method": "hash_grid", "volume_epsilon": 1e-10, "custom_hashgrid_cellsize": -1 }, "rigid_body_problem": { "coefficient_restitution": 1.0, "gravity": [ 0.0, -3.0 ], "rigid_bodies": [ { "oriented": true, "vertices": [ [ -1, -1 ], [ 1, -1 ], [ 1, 1 ], [ -1, 1 ] ], "position": [ 0.0, 10 ], "is_dof_fixed": [ false, false, false ], "edges": [ [ 0, 1 ], [ 1, 2 ], [ 2, 3 ], [ 3, 0 ] ], "rotation": [ 45 ], "linear_velocity": [ 0.0, 0.0 ], "angular_velocity": [ 0.0 ] }, { "oriented": true, "vertices": [ [ -10, 0 ], [ 10, 0 ], [ 10, 1 ], [ -10, 1 ] ], "position": [ 0, 0 ], "is_dof_fixed": [ true, true, true ], "edges": [ [ 0, 1 ], [ 1, 2 ], [ 2, 3 ], [ 3, 0 ] ], "linear_velocity": [ 0.0, 0.0 ], "angular_velocity": [ 0.0 ] } ] } }