Переглянути джерело

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


Завантаження…
Відмінити
Зберегти