Skip to content

Commit

Permalink
Increase Jolt Physics limit settings so performance tests run without…
Browse files Browse the repository at this point in the history
… errors (#1146)
  • Loading branch information
jrouwe authored Dec 13, 2024
1 parent 51a7d38 commit 81249b3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions 3d/physics_tests/project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,9 @@ character_jump={
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":32,"key_label":0,"unicode":32,"location":0,"echo":false,"script":null)
]
}

[physics]

jolt_physics_3d/limits/max_bodies=20480
jolt_physics_3d/limits/max_body_pairs=131072
jolt_physics_3d/limits/max_contact_constraints=40960

0 comments on commit 81249b3

Please sign in to comment.