Przeglądaj źródła

improve the AroundView #72

tags/2.6.0
Caven Chen 4 lat temu
rodzic
commit
c80f0a19c4
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      modules/animation/type/AroundView.js

+ 1
- 1
modules/animation/type/AroundView.js Wyświetl plik

@@ -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
}
})

Ładowanie…
Anuluj
Zapisz