소스 검색

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


불러오는 중...
취소
저장