Merge pull request #10556 from skyace65/IntroTo2D

Update intro to 2D page for 4.4
This commit is contained in:
Max Hilbrunner
2025-01-28 06:06:19 +01:00
committed by GitHub
5 changed files with 2 additions and 8 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.1 KiB

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

+2 -8
View File
@@ -165,10 +165,6 @@ Use the three-dot menu for this:
- Make Bone2D Node(s) from Node(s): Converts selected node(s) into Bone2D.
.. seealso:: To learn more about Skeletons, see :ref:`doc_cutout_animation`.
- **Project Camera Override**: Temporarily replaces the active camera in the level
(e.g., the camera following the player) with the camera in the editor's viewport, allowing
you to move freely and inspect the level's different parts, while the game is running.
- **View** menu: Provides options to control the viewport view. Since its options
depend heavily on the viewport, it is covered in the :ref:`doc_introduction_to_2d_the_viewport`
@@ -307,10 +303,8 @@ for everything GUI. For 3D, Godot uses the :ref:`Node3D <class_Node3D>` node.
3D in 2D
--------
It is possible to display 3D scenes in 2D screen. This is achieved by adding a
:ref:`SubViewport <class_SubViewport>` as a child.
Then, you can drag a 3D scene as a child of the SubViewport:
It is possible to display 3D scenes in 2D screen, You can see this in the demo `3D in 2D Viewport <https://godotengine.org/asset-library/asset/2804>`__.
.. image:: img/3d_in_2d_demo_editor.webp
.. seealso:: You can check the demo on: `3D in 2D Viewport demo <https://godotengine.org/asset-library/asset/2804>`__.