diff --git a/source/viewer/navigation.js b/source/viewer/navigation.js index 8c6e250..53c1de6 100644 --- a/source/viewer/navigation.js +++ b/source/viewer/navigation.js @@ -398,7 +398,7 @@ OV.Navigation = class let mouseButton = this.mouse.GetButton (); if (mouseButton === 1) { if (ev.ctrlKey) { - let zoomRatio = 0.001; + let zoomRatio = 0.005; this.Zoom (-moveDiff.y * zoomRatio); } else { let orbitRatio = 0.5;