Rotate the ArcCamera Beta 360°

Hallo again,
it looks like there is no possibility to rotate the arc camera on the beta at 360 degrees.
Alpha goes round and round but Beta stops at 180°

https://playground.babylonjs.com/#DWPQ9R#762

how can i make it possible to rotate endless vertical and horizontal?
Is it necessary to rotate the object instead?

Thank you very much!!

so i have to rotate the object and fix the camera if i want rotate in endless in every direction?

You can simply change the limits: https://playground.babylonjs.com/#DWPQ9R#763

Or delete the limits completely: https://playground.babylonjs.com/#DWPQ9R#764

4 Likes

Thank you very much!

1 Like