|
@@ -22244,7 +22244,12 @@ function o(a, s, l) {
|
|
|
}else{
|
|
|
this.transitionPos({type:"beforeFlyOut", dur:p/2})//add
|
|
|
}
|
|
|
-
|
|
|
+ if(this.mode == 'panorama'){
|
|
|
+ this.overlayGroup.visible = false;
|
|
|
+ this.overlayGroup.children.forEach((overlay)=>{
|
|
|
+ overlay.overlayType == "video" && overlay.plane.material.map.image.pause()
|
|
|
+ })
|
|
|
+ }
|
|
|
|
|
|
|
|
|
if (i === V.PANORAMA)
|
|
@@ -22343,7 +22348,7 @@ function o(a, s, l) {
|
|
|
if(this.mode == V.PANORAMA){
|
|
|
Overlay.updateVisibles([this.currentPano])
|
|
|
}else{
|
|
|
- Overlay.updateVisibles(true)
|
|
|
+ //Overlay.updateVisibles(true)
|
|
|
}
|
|
|
|
|
|
c && u !== V.PANORAMA && i === V.PANORAMA ? this.startWarp(M.Retain, S.Retain, R.BLACK, null, null, a) : (a && a(),
|