Custom inputs for arcrotatecamera - simulate up/down and left/right - how? How do we rotate it?

I basically need to rotate the arcRotatecamera - or more importantly simulate a rotation. There seems to be zero documentation on how to do that. Not a single example. I tried setting the rotation - nothing happened.
In the end I gave up and started using a freecamera with camera.cameraRotation.x = …

Why is such a simple thing so elusive :stuck_out_tongue:

Hi and welcome @blurymind to the forum. The arcRotateCamera angle is set with the alpha and beta properties Cameras - Babylon.js Documentation

1 Like

That did it! Thank you :slight_smile:

1 Like