このサイトはJavaScriptを使用しています
ホーム
ヘルプ
サインイン
heuzef
/
pannellum
ミラー元
https://github.com/mpetroff/pannellum.git
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
22
Wiki
アクティビティ
ソースを参照
Fix autorotate.
pull/8/head
Matthew Petroff
10年前
親
4ac7c73308
コミット
e89fab6069
1個のファイルの変更
、
3行の追加
、
1行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+3
-1
src/js/pannellum.js
+ 3
- 1
src/js/pannellum.js
ファイルの表示
@@ -356,7 +356,9 @@ function keyRepeat() {
// If auto-rotate
if(config.autoRotate) {
// Pan
config.yaw -= config.autoRotate / (60 * diff);
if(diff > 0.000001) {
config.yaw -= config.autoRotate / 60 * diff;
}
}
prevTime = newTime;
書き込み
プレビュー
読み込み中…
キャンセル
保存