|
@@ -32,7 +32,7 @@ var changeBGM = function(id){
|
|
|
let areaArr = Object.keys(areaInfo)
|
|
|
let flagnext = true
|
|
|
|
|
|
- let danTime = 3000 //毫秒
|
|
|
+ let danTime = 2000 //毫秒
|
|
|
areaArr.forEach(function (i){
|
|
|
if(flagnext && areaInfo[i]){
|
|
|
for(let j in areaInfo[i]){
|
|
@@ -52,7 +52,7 @@ var changeBGM = function(id){
|
|
|
$(g_bgAudio).animate({volume: 0.3}, danTime);
|
|
|
// manage.switchBgmState(true)
|
|
|
}
|
|
|
- }, danTime+200);
|
|
|
+ }, danTime+100);
|
|
|
}
|
|
|
else{
|
|
|
g_bgAudio.src = areaAudio[i];
|
|
@@ -22487,8 +22487,7 @@ window.Modernizr = function(n, e, t) {
|
|
|
this.emit(w.PanoChosen, this.currentPano, this.currentPano),
|
|
|
this.switchCameraMode(this.mode, i),
|
|
|
this.emit(w.StartInside, o),
|
|
|
- r.resolve(!0),
|
|
|
- r
|
|
|
+ r.resolve(!0)
|
|
|
}
|
|
|
,
|
|
|
n.prototype.startInsideWithFlyin = function(e, t, i, n, r) {
|
|
@@ -23245,6 +23244,8 @@ window.Modernizr = function(n, e, t) {
|
|
|
}
|
|
|
},
|
|
|
n.prototype.flyToPano = function(e, t) {
|
|
|
+ console.log(e.pano.id)
|
|
|
+
|
|
|
var i = e.pano
|
|
|
, n = e.lookAtPoint
|
|
|
, o = e.duration
|
|
@@ -28250,7 +28251,7 @@ window.Modernizr = function(n, e, t) {
|
|
|
//if(settings.mobileNavHigh)return r.HIGH //改
|
|
|
//else return this.useHighResolutionPanos ? a.isMobile() ? r.STANDARD : $("#player").height() < this.highQualityThreshold ? r.STANDARD : r.HIGH : r.STANDARD
|
|
|
//cause配置不高 卡顿
|
|
|
- if(window.fps && window.fps.aveFps>52){
|
|
|
+ if(window.fps && window.fps.aveFps>48){
|
|
|
return r.HIGH
|
|
|
}
|
|
|
else return r.STANDARD
|