浏览代码

Fixed bug with mouse wheel zoom.

pull/8/head
Matthew Petroff 10 年前
父节点
当前提交
210156ea94
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. +2
    -0
      src/js/pannellum.js

+ 2
- 0
src/js/pannellum.js 查看文件

@@ -208,6 +208,8 @@ function onDocumentMouseWheel(event) {
// Firefox
setHfov(config.hfov += event.detail * 1.5);
}
requestAnimationFrame(animate);
}

function onDocumentKeyPress(event) {


正在加载...
取消
保存