ソースを参照

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


読み込み中…
キャンセル
保存