Este sítio funciona melhor com JavaScript.
Página inicial
Ajuda
Iniciar sessão
heuzef
/
pannellum
espelho de
https://github.com/mpetroff/pannellum.git
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Lançamentos
22
Wiki
Trabalho
Ver a proveniência
Allow hot spots to be added before panorama is loaded (
fixes
#432
).
pull/452/head
Matthew Petroff
há 7 anos
ascendente
d98b7e54b2
cometimento
0dda044374
1 ficheiros alterados
com
2 adições
e
1 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+2
-1
src/js/pannellum.js
+ 2
- 1
src/js/pannellum.js
Ver ficheiro
@@ -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;
}
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar