ArcRotateCamera Flipping Verticall

Hey everyone,
I was wondering how can i flip a arcRotateCamera Vertically?

https://www.babylonjs-playground.com/#EB9K7C#2

in this playground i try to flip it but the ball stays on top.

Any ideas on how i can fix this?

Hey!
What do you mean by flip? like upside down? If yes you can set the camera.upVector to (0, -1, 0)

1 Like

https://www.babylonjs-playground.com/#EB9K7C#3

wow Thanks!!!

1 Like