Hello there
Not a “feature” in fact, but would it make sense to edit the default ArcRotateCamera
radius params ?
Each time I add an ArcRotateCamera
, I just need to set them :
camera.lowerRadiusLimit = 2.0
camera.wheelDeltaPercentage = 0.01
Otherwise, the default behavior looks like so :
- Default wheel is pretty huge, you go from 10 to 0 in just one wheel increment
- And then going negative radius makes no sense to be. The result is having an inverted radius, with inverted wheel behavior, as well as inverted mouse Y axis, and you need to zoom in again above limit to flip radius back to positive again