Hello, I have a question about touch gestures on mobile.
Now I am using ArcRotateCamera. By default, if I use just one finger, I can rotate the camera. And if I use two fingers, I can rotate, zoom and pan(but no sensitive) the scene. My Question is that is it possible I can change the setting for number of finger touch. I want one finger for panning only, and two fingers for zooming and rotating. (similar to google map.)
I’ve read the article about custom camera input ( Customizing Camera Inputs | Babylon.js Documentation ), and also some relavent issue. However I still have no idea how to acheive that…