Hello. I want to rotate the ArcRotateCamera left and right when the button is hold pressed. I was able to do something similar to what I wanted with the method of increasing and decreasing the camera.alpha value, but what I want is to make it rotate smoothly as long as the button is pressed.
playground example:
https://playground.babylonjs.com/#L0J1VN
How can I do this the way I want?