このサイトはJavaScriptを使用しています
ホーム
ヘルプ
サインイン
heuzef
/
pannellum
ミラー元
https://github.com/mpetroff/pannellum.git
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
22
Wiki
アクティビティ
ソースを参照
Fixed bug with mouse wheel zoom.
pull/8/head
Matthew Petroff
10年前
親
c4ad7f2fc1
コミット
210156ea94
1個のファイルの変更
、
2行の追加
、
0行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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) {
書き込み
プレビュー
読み込み中…
キャンセル
保存