From 410322a175d891a3a746f25dc100bcb6f39f001f Mon Sep 17 00:00:00 2001 From: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> Date: Sat, 7 Jun 2025 16:01:23 +0200 Subject: [PATCH] [Jolt] Remove reference to removed setting --- tutorials/physics/using_jolt_physics.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tutorials/physics/using_jolt_physics.rst b/tutorials/physics/using_jolt_physics.rst index 90ecc6794..aea1ffad4 100644 --- a/tutorials/physics/using_jolt_physics.rst +++ b/tutorials/physics/using_jolt_physics.rst @@ -41,12 +41,6 @@ complex static geometry, such as :ref:`class_ConcavePolygonShape3D` or :ref:`class_HeightMapShape3D`, you can end up wasting a significant amount of CPU performance and memory without realizing it. -For this reason this behavior is opt-in through the project setting -:ref:`Physics > Jolt Physics 3D > Simulation > Areas Detect Static Bodies`, -with the recommendation that you set up your collision layers and masks in such a -way that only a few small :ref:`class_Area3D` are able to detect collisions with -static bodies. - Joint properties ~~~~~~~~~~~~~~~~