chore: tweak photo sphere fov and zoom speed constants (#20595)

This commit is contained in:
Alden Bansemer 2025-08-03 23:07:11 -07:00 committed by GitHub
parent 007ba1d9ef
commit e2c3c39597
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -63,8 +63,9 @@
touchmoveTwoFingers: false,
mousewheelCtrlKey: false,
navbar,
minFov: 10,
maxFov: 120,
minFov: 15,
maxFov: 90,
zoomSpeed: 0.5,
fisheye: false,
});
const resolutionPlugin = viewer.getPlugin(ResolutionPlugin) as ResolutionPlugin;