Skip to content

Commit 1e1f0d6

Browse files
committed
Update camera.md
1 parent 0bcddbb commit 1e1f0d6

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

docs/en/manuals/camera.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -122,15 +122,6 @@ The camera component supplies the render script with either a perspective or ort
122122

123123
The view matrix provided by the camera defines the position and orientation of the camera. A camera with an *Orthographic Projection* will center the view on the position of the game object it is attached to, while a camera with a *Perspective Projection* will have the lower left corner of the view positioned on the game object it is attached to.
124124

125-
::: important
126-
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).
127-
:::
128-
129-
You can tell the render script to use the projection provided by the camera by sending a message to the render script:
130-
131-
```lua
132-
msg.post("@render:", "use_camera_projection")
133-
```
134125

135126
### Render script
136127

0 commit comments

Comments
 (0)