Skip to content

Commit b65addc

Browse files
committed
Remove section from Jolt page that no longer applies
1 parent 5e3cf43 commit b65addc

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

tutorials/physics/using_jolt_physics.rst

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,6 @@ Notable differences to Godot Physics
3232

3333
There are many differences between the existing Godot Physics engine and Jolt.
3434

35-
Area3D and static bodies
36-
~~~~~~~~~~~~~~~~~~~~~~~~
37-
When using Jolt, :ref:`class_Area3D` will not detect overlaps with :ref:`class_StaticBody3D`
38-
(nor a :ref:`class_RigidBody3D` frozen with ``FREEZE_MODE_STATIC``) by default, for
39-
performance reasons. If you have many/large :ref:`class_Area3D` overlapping with
40-
complex static geometry, such as :ref:`class_ConcavePolygonShape3D` or
41-
:ref:`class_HeightMapShape3D`, you can end up wasting a significant amount of CPU
42-
performance and memory without realizing it.
43-
4435
Joint properties
4536
~~~~~~~~~~~~~~~~
4637

0 commit comments

Comments
 (0)