소스 검색

Stop motion on scene changes (only affects API-initiated changes).

pull/189/head
Matthew Petroff 8 년 전
부모
커밋
6cf5532ba1
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. +4
    -1
      src/js/pannellum.js

+ 4
- 1
src/js/pannellum.js 파일 보기

@@ -1865,7 +1865,10 @@ function loadScene(sceneId, targetPitch, targetYaw, targetHfov, fadeDone) {
// Create the new config for the scene
mergeConfig(sceneId);

// Stop motion
yawSpeed = pitchSpeed = zoomSpeed = 0;

// Reload scene
processOptions();
if (workingPitch !== undefined) {


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