ArcRotateCamera controls with "damping factor"

Hi,
I have a ArcRotateCamera with a “attachedControl”. I need to immediately stop the camera motion if the mouse button is released. In three.js there is a damping factor to control this behavior.

https://threejs.org/docs/#examples/en/controls/OrbitControls

Is there something similar in babylon?

Regards,
Frank

I believe it is called camera.inertia.
API - Camera | Babylon.js Documentation

1 Like

inertia works fine. Thx