|
@@ -47,16 +47,16 @@ Now that the window size is more reasonable we also need to do something about t
|
|
msg.post("@render:", "use_fixed_projection", { zoom = 4 })
|
|
msg.post("@render:", "use_fixed_projection", { zoom = 4 })
|
|
```
|
|
```
|
|
|
|
|
|
-This will give the following result:
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
::: sidenote
|
|
::: sidenote
|
|
The same result can be achieved by attaching a [Camera component](manuals/camera/) to a game object and check *Orthographic Projection* and set *Orthographic Zoom* to 4.0:
|
|
The same result can be achieved by attaching a [Camera component](manuals/camera/) to a game object and check *Orthographic Projection* and set *Orthographic Zoom* to 4.0:
|
|
|
|
|
|

|
|

|
|
:::
|
|
:::
|
|
|
|
|
|
|
|
+This will give the following result:
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
This is better. The window and graphics both have a good size, but if we look closer there is an obvious problem:
|
|
This is better. The window and graphics both have a good size, but if we look closer there is an obvious problem:
|
|
|
|
|
|

|
|

|