mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-05 07:20:07 +01:00
Increase Jolt Physics limit settings so performance tests run without errors (#1146)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user