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
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
You can use the angular sensitivity for that:
Camera.angularSensibilityX = 2000;
Camera.angularSensibilityY = 2000;
thanks a lot @sebavan itβs works
thanks again for ur time