mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-04 15:00:09 +01:00
Start logging physics tick one frame earlier for each operation Disable debug collision to avoid rendering bottleneck Fixes in adding/removing bodies to avoid bottlenecks outside of physics 2D: Increase message queue size to allow adding more objects at once 3D: Remove camera to disable rendering altogether 3D: Fix error with create_rigidbody_box missing default value
13 lines
312 B
Plaintext
13 lines
312 B
Plaintext
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://tests/performance/test_perf_broadphase.gd" type="Script" id=1]
|
|
|
|
[node name="Test" type="Spatial"]
|
|
script = ExtResource( 1 )
|
|
_enable_debug_collision = false
|
|
row_size = 50
|
|
column_size = 50
|
|
depth_size = 50
|
|
|
|
[node name="Objects" type="Spatial" parent="."]
|