ソースを参照

improve the groundskybox

tags/2.1.4
Caven Chen 4年前
コミット
1d8a996c14
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      modules/exts/GroundSkyBox.js

+ 1
- 1
modules/exts/GroundSkyBox.js ファイルの表示

@@ -51,7 +51,7 @@ const SkyBoxVS = `
class GroundSkyBox extends Cesium.SkyBox {
constructor(options = {}) {
super(options)
this.offsetAngle = options?.offsetAngle
this.offsetAngle = options?.offsetAngle || 0
}

update(frameState, useHdr) {

読み込み中…
キャンセル
保存