|
@@ -4611,7 +4611,7 @@ window.Modernizr = function(n, e, t) {
|
|
|
n.prototype.interrupt = function(e, t) {
|
|
|
return !!this.wouldInterrupt() && (this.tourIsPlaying && (this.player.zoomEnabled = this.wasZoomEnabled),
|
|
|
this.tourIsPlaying = !1,
|
|
|
- this.bgmReplay(),//xzw
|
|
|
+ //this.bgmReplay(),//xzw
|
|
|
this.interrupted = !0,
|
|
|
this.nextFunc = null,
|
|
|
this.emit(p.ActionInterrupted),
|
|
@@ -21172,8 +21172,7 @@ window.Modernizr = function(n, e, t) {
|
|
|
, u = function(e, t) {
|
|
|
//导览速度
|
|
|
var i = Math.min(this.player.position.distanceTo(e.position), c.transition.flytimeMaxDistanceThreshold)
|
|
|
- // , r = i * c.transition.flytimeDistanceMultiplier + c.transition.flyTime;
|
|
|
- , r = i * c.warp.flytimeDistanceMultiplier + c.warp.flyTime;
|
|
|
+ , r = i * c.transition.flytimeDistanceMultiplier + c.transition.flyTime;
|
|
|
|
|
|
h.copy(A.FORWARD),
|
|
|
this.player.getDirection(h),
|