소스 검색

Merge pull request #9174 from Skyefre/patch-1

Update docs page introduction_to_3d to accurately explain Transform3D
Max Hilbrunner 1 년 전
부모
커밋
3a577ea37b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tutorials/3d/introduction_to_3d.rst

+ 1 - 1
tutorials/3d/introduction_to_3d.rst

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