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
Add warning for when HFOV bounds don't make sense.
tags/2.2.0
Matthew Petroff
8 anos atrás
pai
01177e70b8
commit
c5ff999e16
1 arquivos alterados
com
1 adições
e
0 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-0
src/js/pannellum.js
+ 1
- 0
src/js/pannellum.js
Ver arquivo
@@ -1581,6 +1581,7 @@ function setHfov(hfov) {
}
if (minHfov >= config.maxHfov) {
// Don't change view if bounds don't make sense
console.log('HFOV bounds do not make sense (minHfov >= maxHfov).')
return;
} if (hfov < minHfov) {
config.hfov = minHfov;
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar