Zoom on mobile phones, making it faster

good day, with wheelPrecision i make the zoom faster in desktop and laptops,
however the touch zoom on mobile phones im not managing to make it faster with either of these 3 methods:

camera.panningInertia = 0.0;
camera.panningSensibility = 0.0;
camera.wheelPrecision = 0.5;

how can I make the zoom on mobile phones faster?
thank you :slight_smile:

camera.panningSensibility = 0.01;

the panningSensibility, increasing it very little makes the touch zoom go crazy :wink:

looks like it was this one the right one
camera.pinchDeltaPercentage=0.003;

Please provide a playground for all your API question.

This is not only helping us, but also all the community looking into the forum for similar topics.

https://doc.babylonjs.com/typedoc/classes/babylon.arcrotatecamera#pinchprecision

1 Like