Переглянути джерело

Add stopMovement to stop all movement

pull/688/head
Will Calderbank 6 роки тому
джерело
коміт
2f66d187a1
1 змінених файлів з 10 додано та 0 видалено
  1. +10
    -0
      src/js/pannellum.js

+ 10
- 0
src/js/pannellum.js Переглянути файл

@@ -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


Завантаження…
Відмінити
Зберегти