瀏覽代碼

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