Hi All!
I am new to Defold and have been following the tutorials / reading the documentation. However, I’m still having issues with getting the Orographic camera to work. No matter what I try it doesn’t work (the view stays the same and it doesn’t zoom in).
Here is my main.collection:
Here’s my camera script:
- function init(self)
- msg.post("/camera#camera", “aquire_camera_focus”)
- end
Here’s in the default.render_script script:
- msg.post("@render:", “use_camera_projection”)
Here are my Camera properties:
Here are my Player properties:
Thanks!