Bläddra i källkod

improve the AroundView #72

tags/2.6.0
Caven Chen 4 år sedan
förälder
incheckning
c80f0a19c4
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      modules/animation/type/AroundView.js

+ 1
- 1
modules/animation/type/AroundView.js Visa fil

@@ -59,7 +59,7 @@ class AroundView extends Animation {
? Cesium.Math.toRadians(this._options.pitch)
: this._viewer.camera.pitch,
roll: this._options.roll
? Cesium.Math.toRadians(this._options.pitch)
? Cesium.Math.toRadians(this._options.roll)
: this._viewer.camera.roll
}
})

Laddar…
Avbryt
Spara