@@ -63,7 +63,6 @@ left to right:
63
63
- **Scale Mode ** (:kbd: `R `): Enables scaling and displays scaling gizmos in different
64
64
axes for the selected nodes. See :ref: `doc_introduction_to_3d_space_and_manipulation `
65
65
for more details.
66
-
67
66
- **Show the list of selectable nodes at the clicked position **: As the description suggests,
68
67
this provides a list of selectable nodes at the clicked position as a context menu,
69
68
if there is more than one node in the clicked area.
@@ -76,14 +75,13 @@ left to right:
76
75
any of the children are selected.
77
76
Using :kbd: `Ctrl + G ` ungroups them. Additionally, clicking the ungroup button in
78
77
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.
79
80
- **Use Local Space ** (:kbd: `T `): If enabled, gizmos of a node are drawn using the current node's
80
81
rotation angle instead of the :ref: `global viewport axes <doc_introduction_to_3d_coordinate_system >`.
81
82
- **Use Snap ** (:kbd: `Y `): If enabled, movement, and rotation snap to grid. Snapping can also
82
83
temporarily be activated using :kbd: `Ctrl ` while performing the action.
83
84
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.
87
85
- **Toggle preview sunlight **: If no DirectionalLight3D exist in the scene, a preview
88
86
of sunlight can be used as a light source. See
89
87
:ref: `doc_introduction_to_3d_preview_environment_light ` for more details.
0 commit comments