Преглед изворни кода

Add stopMovement to stop all movement

pull/690/head
Will Calderbank пре 6 година
родитељ
комит
35bc4fa381
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


Loading…
Откажи
Сачувај