Hi, I am new to babylon and am using the ArcRotateCamera in react. It’s functionality seems fine but I need to write my own custom inputs to switch modes from panning mode to rotate mode to zoom mode using buttons on the screen. I have a zoom bar to control the zooming. I have created a class for input controls with methods as instructed in the documentation but nothing seems to work when I try moving my mouse around the canvas.
Hi @DANIEL_S and welcome to the forum. It would be much easier for someone to help you if you could produce a playground to show what you have done. In the custom camera docs you will find a playground example for a universal camera. If you create something similar for your custom inputs to an arc rotate camera we can check it out.