Este site funciona melhor com JavaScript.
Página inicial
Ajuda
Acessar
heuzef
/
pannellum
espelhamento de
https://github.com/mpetroff/pannellum.git
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
22
Wiki
Atividade
Ver código fonte
Allow hot spots to be added before panorama is loaded (
fixes
#432
).
pull/452/head
Matthew Petroff
7 anos atrás
pai
d98b7e54b2
commit
0dda044374
1 arquivos alterados
com
2 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+2
-1
src/js/pannellum.js
+ 2
- 1
src/js/pannellum.js
Ver arquivo
@@ -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é-visualização
Carregando…
Cancelar
Salvar