소스 검색

Update camera.md

Björn Ritzl 2 년 전
부모
커밋
f3d1cc267e
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      docs/en/manuals/camera.md

+ 1 - 3
docs/en/manuals/camera.md

@@ -74,7 +74,7 @@ end
 The camera component supplies the render script with either a perspective or orthographic projection matrix depending on the *Orthographic Projection* property of the camera.
 
 ::: important
-For reasons of backwards compatibility the default render script ignores the projection provided by the camera and always uses an orthographic stretch projection.
+For reasons of backwards compatibility the default render script ignores the projection provided by the camera and always uses an orthographic stretch projection. Learn more about the render script and the view and projection matrices in the [Render manual](/manuals/render/#default-view-projection).
 :::
 
 You can tell the render script to use the projection provided by the camera by sending a message to the render script:
@@ -83,8 +83,6 @@ You can tell the render script to use the projection provided by the camera by s
 msg.post("@render:", "use_camera_projection")
 ```
 
-Learn more about the render script and the view and projection matrices in the [Render manual](/manuals/render/#default-view-projection).
-
 
 ### Panning the camera