瀏覽代碼

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…
取消
儲存