Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
heuzef
/
pannellum
réplica de
https://github.com/mpetroff/pannellum.git
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
22
Wiki
Actividad
Explorar el Código
Zooming out with the keyboard was too slow; speeding up.
pull/54/head
Matthew Petroff
hace 9 años
padre
d3c739df5e
commit
d71732e50b
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
src/js/pannellum.js
+ 1
- 1
src/js/pannellum.js
Ver fichero
@@ -710,7 +710,7 @@ function keyRepeat() {
// If minus key is down
if (keysDown[0]) {
setHfov(config.hfov + (zoomSpeed * 0.8 + 0.
2
) * diff);
setHfov(config.hfov + (zoomSpeed * 0.8 + 0.
5
) * diff);
}
// If plus key is down
Escribir
Vista previa
Cargando…
Cancelar
Guardar