June 2018
Beginner to intermediate
298 pages
7h 38m
English
It's time to add your first 3D node. Just as all 2D nodes inherit from Node2D, which provides properties such as position and rotation, 3D nodes inherit from the Spatial node. Add one to the scene and you'll see the following:

That colorful object you see is not the node, but rather a 3D gizmo. Gizmos are tools that allow you to move and rotate objects in space. The three rings control rotation, while the three arrows move (translate) the object along the three axes. Notice that the rings and arrows are color-coded to match the axis colors. The arrows move the object along the respective axis, while the rings rotate the object ...
Read now
Unlock full access