|
@@ -21667,13 +21667,14 @@ window.Modernizr = function(n, e, t) {
|
|
|
camera.position.copy(end)
|
|
|
setTimeout(()=>{
|
|
|
player.sceneRenderer.effects.transitionMaskPass.stop()
|
|
|
-
|
|
|
+ updateVideo({type:"flyDone", pano : player.currentPano})//add
|
|
|
this.wrapupWarpShadingOnly(n, i);
|
|
|
},t)
|
|
|
|
|
|
}else{
|
|
|
var o = function() {
|
|
|
this.wrapupWarpShadingOnly(n, i);
|
|
|
+ updateVideo({type:"flyDone", pano:player.currentPano})//add
|
|
|
}
|
|
|
.bind(this);
|
|
|
p.start(this.stepWarpPath.bind(this), t, o, r, d[c.warp.blendEasing], "stepMotion")
|