Skip to content

Commit 8ceef76

Browse files
committed
Link new Ragdoll Physics demo in Ragdoll system
- Add tip to select all PhysicalBone3D nodes in the section about changing collision layers/masks.
1 parent f908cdc commit 8ceef76

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

tutorials/physics/ragdoll_system.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ In this tutorial, we will be using the Platformer 3D demo to set up a ragdoll.
1717
`GitHub <https://github.com/godotengine/godot-demo-projects/tree/master/3d/platformer>`_
1818
or using the `Asset Library <https://godotengine.org/asset-library/asset/2748>`_.
1919

20+
You can also check out an example of a complete ragdoll setup in the
21+
`Ragdoll Physics demo <https://github.com/godotengine/godot-demo-projects/tree/master/3d/ragdoll_physics>`_.
22+
2023
Setting up the ragdoll
2124
----------------------
2225

@@ -268,6 +271,13 @@ You can find the GridMap in the 3D platformer demo in ``stage/grid_map.scn``.
268271
The coin's Area3D node (on which the layers and masks must be adjusted)
269272
can be found at ``coin/coin.tscn``.
270273

274+
.. tip::
275+
276+
To select all PhysicalBone3D nodes quickly, enter ``t:PhysicalBone3D`` in the
277+
search bar at the top of the scene tree dock. This filters the scene tree
278+
to only show PhysicalBone3D nodes, which allows you to select them all at once
279+
using :kbd:`Shift + Left mouse button` on the first and last entries.
280+
271281
If this is not done, collision will behave incorrectly as the player will collide
272282
with its own (inactive) ragdoll. This can cause the player to wildly
273283
bounce around or get stuck.

0 commit comments

Comments
 (0)