Updated Set Camera.md (markdown)
commited
commit
bcc755ace26c1545a024fb874815f6395054241b
... | ... | @@ -1,3 +1,8 @@ |
1 | 1 | Sets the position, rotation (angle) and zoom of the game camera. |
2 | 2 | |
3 | [[/uploads/Setcamera.png]] |
|
... | ... | \ No newline at end of file |
0 | [[/uploads/Setcamera.png]] |
|
1 | ||
2 | Inputs |
|
3 | * Position: The coordinate of the camera's *focus* (defaults to the center of the visible world) |
|
4 | * Rotation: The camera angle (defaults to a [true isometric](https://en.wikipedia.org/wiki/Isometric_video_game_graphics) view of 35.264,45,0) |
|
5 | * Distance: The distance between the camera and the focus point (or actually it's zoom in orthographic perspective) |
|
... | ... | \ No newline at end of file |