camera z-up #3870
camera z-up
#3870
Replies: 1 comment
-
Is working for me, when setting the camera to free: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey there :)
I would like to use the camera with z-up coordinates.
This is my starting point:
https://www.raylib.com/examples.html
I have flipped the camera by changing this line:
camera.up = (Vector3){ 0.0f, 0.0f, 1.0f };
The command UpdateCamera is working perfectly and smooth, but with wrong axis of course.
Therefore i have tried to create the control manually.
This is my current approach, but its far away from working correctly:
Is there a simple approach to flip the controls of the camera with UpdateCamera?
Thanks in advance!
Greetings,
Chris
Beta Was this translation helpful? Give feedback.
All reactions