소스 검색

fix transform_camera image not showing up

Faruk Acibal 7 년 전
부모
커밋
abd04a76e5
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      tutorials/3d/using_transforms.rst

+ 1 - 0
tutorials/3d/using_transforms.rst

@@ -108,6 +108,7 @@ This is also an analog to a 3x3 identity matrix.
 Following the OpenGL convention, ``X`` is the *Right* axis, ``Y`` is the *Up* axis and ``Z`` is the *Forward* axis.
 
 Together with the *basis*, a transform also has an *origin*. This is a *Vector3* specifying how far away from the actual origin ``(0, 0, 0)`` this transform is. Combining the *basis* with the *origin*, a *transform* efficiently represents a unique translation, rotation, and scale in space.
+
 .. image:: img/transforms_camera.png