ソースを参照

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) {


読み込み中…
キャンセル
保存