Modify the sensibility when using arcrotate camera

hello ,

i need help with minimize the speed of camera rotation with the mouse ( arc rotate camera ) :
here is an example of playground : Babylon.js Playground

thanks :slight_smile:

You can use the angular sensitivity for that:

Camera.angularSensibilityX = 2000;
Camera.angularSensibilityY = 2000;
2 Likes

thanks a lot @sebavan :smiley: it’s works :slight_smile:
thanks again for ur time