Il sito funziona meglio con JavaScript.
Home
Aiuto
Accedi
heuzef
/
pannellum
mirror da
https://github.com/mpetroff/pannellum.git
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Rilasci
22
Wiki
Attività
Sfoglia il codice sorgente
Merge pull request
#234
from Aykelith/master
Send the sceneId to 'scenechange' event
pull/238/merge
Matthew Petroff
8 anni fa
committed by
GitHub
parent
d5282e1fec
0c3b35da42
commit
9221bf7d43
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-1
src/js/pannellum.js
+ 1
- 1
src/js/pannellum.js
Vedi File
@@ -2051,7 +2051,7 @@ function loadScene(sceneId, targetPitch, targetYaw, targetHfov, fadeDone) {
if (workingHfov !== undefined) {
config.hfov = workingHfov;
}
fireEvent('scenechange');
fireEvent('scenechange'
, sceneId
);
load();
}
Scrivi
Anteprima
Caricamento…
Annulla
Salva