Hello I am trying to change the speed of the ArcRotateCamere when it is rotating around an object.
Does anyone know a method to do this.
Here is the playground: https://playground.babylonjs.com/#82DFSW#1
Hello and welcome!
I think you may use camera.angularSensibilityX
and camera.angularSensibilityY
, bigger = slower.
Example - https://playground.babylonjs.com/#82DFSW#2 , values are set to 2000, twice higher so the rotation is twice slower.
3 Likes