Skip to content

Commit 523369f

Browse files
authored
Merge pull request #10524 from skyace65/IntroTo3D
Update Intro to 3D page for Godot 4.4
2 parents 4b69ae9 + d4a79f4 commit 523369f

11 files changed

+2
-4
lines changed

tutorials/3d/img/3d_toolbar.webp

-786 Bytes
Binary file not shown.

tutorials/3d/img/tuto_3d3.webp

13.9 KB
Binary file not shown.

tutorials/3d/img/tuto_3d4.webp

14 Bytes
Binary file not shown.

tutorials/3d/img/tuto_3d6.webp

13.1 KB
Binary file not shown.

tutorials/3d/img/tuto_3d6_1.webp

-23.5 KB
Binary file not shown.

tutorials/3d/img/tuto_3d6_2.webp

-31.9 KB
Binary file not shown.

tutorials/3d/img/tuto_3d8.webp

10.4 KB
Binary file not shown.

tutorials/3d/img/tuto_3d9.webp

2.43 KB
Binary file not shown.

tutorials/3d/img/tuto_3d_gizmo.webp

-1.99 KB
Binary file not shown.
-31.7 KB
Binary file not shown.

tutorials/3d/introduction_to_3d.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ left to right:
6363
- **Scale Mode** (:kbd:`R`): Enables scaling and displays scaling gizmos in different
6464
axes for the selected nodes. See :ref:`doc_introduction_to_3d_space_and_manipulation`
6565
for more details.
66-
6766
- **Show the list of selectable nodes at the clicked position**: As the description suggests,
6867
this provides a list of selectable nodes at the clicked position as a context menu,
6968
if there is more than one node in the clicked area.
@@ -76,14 +75,13 @@ left to right:
7675
any of the children are selected.
7776
Using :kbd:`Ctrl + G` ungroups them. Additionally, clicking the ungroup button in
7877
the scene tree performs the same action.
78+
- **Ruler Mode** (:kbd:`M`): When enabled you can click and drag to measure distance in the scene
79+
in meters.
7980
- **Use Local Space** (:kbd:`T`): If enabled, gizmos of a node are drawn using the current node's
8081
rotation angle instead of the :ref:`global viewport axes <doc_introduction_to_3d_coordinate_system>`.
8182
- **Use Snap** (:kbd:`Y`): If enabled, movement, and rotation snap to grid. Snapping can also
8283
temporarily be activated using :kbd:`Ctrl` while performing the action.
8384
The settings for changing snap options are explained below.
84-
- **Project Camera Override**: This action temporarily replaces the active camera in the level
85-
(e.g., the camera following the player) with the camera in the editor's viewport, allowing you
86-
to move freely and inspect the level's different parts, while game is running.
8785
- **Toggle preview sunlight**: If no DirectionalLight3D exist in the scene, a preview
8886
of sunlight can be used as a light source. See
8987
:ref:`doc_introduction_to_3d_preview_environment_light` for more details.

0 commit comments

Comments
 (0)