このサイトはJavaScriptを使用しています
ホーム
ヘルプ
サインイン
heuzef
/
pannellum
ミラー元
https://github.com/mpetroff/pannellum.git
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
22
Wiki
アクティビティ
ソースを参照
Allow hot spots to be added before panorama is loaded (
fixes
#432
).
pull/452/head
Matthew Petroff
7年前
親
d98b7e54b2
コミット
0dda044374
1個のファイルの変更
、
2行の追加
、
1行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+2
-1
src/js/pannellum.js
+ 2
- 1
src/js/pannellum.js
ファイルの表示
@@ -2667,7 +2667,8 @@ this.addHotSpot = function(hs, sceneId) {
if (sceneId === undefined || config.scene == sceneId) {
// Add to current scene
createHotSpot(hs);
renderHotSpot(hs);
if (loaded)
renderHotSpot(hs);
}
return this;
}
書き込み
プレビュー
読み込み中…
キャンセル
保存