Преглед изворни кода

improve the AroundView #72

tags/2.6.0
Caven Chen пре 4 година
родитељ
комит
c80f0a19c4
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      modules/animation/type/AroundView.js

+ 1
- 1
modules/animation/type/AroundView.js Прегледај датотеку

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

Loading…
Откажи
Сачувај