瀏覽代碼

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) {


Loading…
取消
儲存