when using a Cesium Viewport in a mobile browser, one can zoom in and out with the two-finger-pinch. Is there any way to change the amount of zooming? At the moment, it feels a bit slow. This is not a performance issue, it is just the translation of the "pinch-amount" to the zoom-amount.
Thanks,
Heiner
viewer.scene.screenSpaceCameraController._zoomFactor = 8; // defaults to 5
Yeah, this fixes the issue :-)
Thanks,
Heiner