Panning controls with arcRotateCamera in mobile phones

good day, with an ArcRotateCamera, I want to be able to do panning as well,
I see that on laptop I can use CTRL (windows) + dragging and it works, two questions:

a) to control panning speed is this the best way?
camera.panningSensibility=777;

b) what about mobile phones, if I need people to do panning in android phones for example, is there any gesture that can be used on mobiles to do panning with this type of camera?

thank you :slight_smile:

If you use arcRotateCamera only with target as vector3 (no mesh) you can pan with right mouse click and in mobile with two finger gesture (you can try in the PG you posted).
If you link the camera to a mesh the panning is disabled and you have to implement your panning function.

1 Like