pchen66 / panolens.js

Javascript panorama viewer based on Three.js
https://pchen66.github.io/Panolens/
MIT License
2.79k stars 498 forks source link

Disable mousewheel zooming #382

Open allsite opened 2 years ago

allsite commented 2 years ago

Is there a way to disable mousewheel zooming? I'd like the respect the mousewheel in such a way it causes the page to scroll.

e-pacciani commented 2 years ago

Have you tried to add an event listener for the wheel event to the panorama? I think you can prevent the default behavior working with that event (maybe calling preventDefault?).