Skip to content

Commit 3a577ea

Browse files
authored
Merge pull request godotengine#9174 from Skyefre/patch-1
Update docs page introduction_to_3d to accurately explain Transform3D
2 parents 4713b57 + 9fdfe11 commit 3a577ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/3d/introduction_to_3d.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ node for everything 3D.
2828

2929
Node3Ds have a local transform, which is relative to the parent
3030
node (as long as the parent node is also of **or inherits from** the type
31-
Node3D). This transform can be accessed as a 4×3
31+
Node3D). This transform can be accessed as a 3×4
3232
:ref:`Transform3D <class_Transform3D>`, or as 3 :ref:`Vector3 <class_Vector3>`
3333
members representing location, Euler rotation (X, Y and Z angles) and
3434
scale.

0 commit comments

Comments
 (0)