소스 검색

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


불러오는 중...
취소
저장