I’ve had a look but can’t find a way to do this. Can I reverse the behaviour for the mouse scroll wheel?
At the moment scrolling forward zooms in and backwards zooms out. I would like that to be the other way round, is this easily possible?
I’ve had a look but can’t find a way to do this. Can I reverse the behaviour for the mouse scroll wheel?
At the moment scrolling forward zooms in and backwards zooms out. I would like that to be the other way round, is this easily possible?
Si, it should work if you set controls.zoomSpeed
to -1
.
Brilliant thanks alot