Ce site fonctionne mieux avec JavaScript.
Accueil
Aide
Connexion
heuzef
/
pannellum
miroir de
https://github.com/mpetroff/pannellum.git
Suivre
1
Ajouter aux favoris
0
Bifurcation
0
Code
Tickets
0
Versions
22
Wiki
Activité
Parcourir la source
Fix autorotate.
pull/8/head
Matthew Petroff
il y a 10 ans
Parent
4ac7c73308
révision
e89fab6069
1 fichiers modifiés
avec
3 ajouts
et
1 suppressions
Vue séparée
Option de Diff
Voir les Statistiques
Télécharger le Fichier Patch
Télécharger le Fichier des Différences
+3
-1
src/js/pannellum.js
+ 3
- 1
src/js/pannellum.js
Voir le fichier
@@ -356,7 +356,9 @@ function keyRepeat() {
// If auto-rotate
if(config.autoRotate) {
// Pan
config.yaw -= config.autoRotate / (60 * diff);
if(diff > 0.000001) {
config.yaw -= config.autoRotate / 60 * diff;
}
}
prevTime = newTime;
Écrire
Aperçu
Chargement…
Annuler
Enregistrer