|
@@ -23556,6 +23556,10 @@ window.Modernizr = function(n, e, t) {
|
|
}else{
|
|
}else{
|
|
updateVideo({type:"beforeFlyOut", dur:I})//add
|
|
updateVideo({type:"beforeFlyOut", dur:I})//add
|
|
}
|
|
}
|
|
|
|
+ this.overlayGroup.visible = false;
|
|
|
|
+ this.overlayGroup.children.forEach((overlay)=>{
|
|
|
|
+ overlay.overlayType == "video" && overlay.plane.material.map.image.pause()
|
|
|
|
+ })
|
|
}
|
|
}
|
|
|
|
|
|
if(i == "panorama"){
|
|
if(i == "panorama"){
|
|
@@ -23669,7 +23673,7 @@ window.Modernizr = function(n, e, t) {
|
|
updateVideo({type:"flyDone", pano:this.currentPano})//add
|
|
updateVideo({type:"flyDone", pano:this.currentPano})//add
|
|
Overlay.updateVisibles([this.currentPano])
|
|
Overlay.updateVisibles([this.currentPano])
|
|
}else{
|
|
}else{
|
|
- Overlay.updateVisibles(true)
|
|
|
|
|
|
+ //Overlay.updateVisibles(true)
|
|
}
|
|
}
|
|
|
|
|
|
h && p !== u.PANORAMA && i === u.PANORAMA ? this.startWarp(b.Retain, E.Retain, x.BLACK, null, null, s) : (s && s(),
|
|
h && p !== u.PANORAMA && i === u.PANORAMA ? this.startWarp(b.Retain, E.Retain, x.BLACK, null, null, s) : (s && s(),
|