|
@@ -21885,7 +21885,7 @@ window.Modernizr = function(n, e, t) {
|
|
|
|
|
|
//add
|
|
|
this.transitionPos({type:"beforeFlytopano", pano:this.currentPano, dur:0})
|
|
|
- this.updateHotVisible()
|
|
|
+ //this.updateHotVisible()
|
|
|
Hot.updateVisibles([this.currentPano])
|
|
|
this.modeTran = "panorama-panorama"
|
|
|
|
|
@@ -22620,7 +22620,7 @@ window.Modernizr = function(n, e, t) {
|
|
|
})
|
|
|
}
|
|
|
,
|
|
|
- n.prototype.updateHotVisible = function(pano){
|
|
|
+ /* n.prototype.updateHotVisible = function(pano){
|
|
|
var hots = this.model.hots;
|
|
|
pano = pano || this.currentPano;
|
|
|
|
|
@@ -22634,7 +22634,7 @@ window.Modernizr = function(n, e, t) {
|
|
|
}
|
|
|
hots[index].mesh.visible = visible;
|
|
|
}
|
|
|
- }
|
|
|
+ } */
|
|
|
|
|
|
|
|
|
|
|
@@ -22747,7 +22747,7 @@ window.Modernizr = function(n, e, t) {
|
|
|
|
|
|
|
|
|
//---------before fly--------------- add
|
|
|
- this.updateHotVisible(i); //更新热点显示
|
|
|
+ //this.updateHotVisible(i); //更新热点显示
|
|
|
this.transitionPos({type:"beforeFlytopano", pano:i, dur:I})//add
|
|
|
Hot.updateVisibles([this.currentPano, i])
|
|
|
|
|
@@ -23404,7 +23404,7 @@ window.Modernizr = function(n, e, t) {
|
|
|
|
|
|
//add:
|
|
|
this.updateMarkerVisi() ;
|
|
|
- (this.mode == u.PANORAMA) && this.updateHotVisible(),
|
|
|
+ //(this.mode == u.PANORAMA) && this.updateHotVisible(),
|
|
|
this.mode == u.PANORAMA&&this.model.floorLogos&&(
|
|
|
this.model.changefloorLogoOpa({index:0, from:0, opa:1, dur: 150 }),//this.model.floorLogoShow(0,150);
|
|
|
this.model.floorLogos[0].visible = true
|
|
@@ -23436,7 +23436,7 @@ window.Modernizr = function(n, e, t) {
|
|
|
|
|
|
this.mode = u.TRANSITIONING,
|
|
|
|
|
|
- p == "panorama" && this.updateHotVisible(),
|
|
|
+ //p == "panorama" && this.updateHotVisible(),
|
|
|
|
|
|
t.promise()
|
|
|
}
|