Selaa lähdekoodia

Add stopMovement to stop all movement (#690)

Add `stopMovement` to stop all movement
pull/707/head
Will Calderbank 6 vuotta sitten
committed by Matthew Petroff
vanhempi
commit
4242e7c53a
1 muutettua tiedostoa jossa 10 lisäystä ja 0 poistoa
  1. +10
    -0
      src/js/pannellum.js

+ 10
- 0
src/js/pannellum.js Näytä tiedosto

@@ -2713,6 +2713,16 @@ this.stopAutoRotate = function() {
};

/**
* Stops all movement.
* @memberof Viewer
* @instance
*/
this.stopMovement = function() {
stopAnimation();
speed = {'yaw': 0, 'pitch': 0, 'hfov': 0};
}

/**
* Returns the panorama renderer.
* @memberof Viewer
* @instance


Ladataan…
Peruuta
Tallenna