Bläddra i källkod

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

pull/189/head
Matthew Petroff 8 år sedan
förälder
incheckning
6cf5532ba1
1 ändrade filer med 4 tillägg och 1 borttagningar
  1. +4
    -1
      src/js/pannellum.js

+ 4
- 1
src/js/pannellum.js Visa fil

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


Laddar…
Avbryt
Spara