浏览代码

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) {

正在加载...
取消
保存