Browse Source

improve the groundskybox

tags/2.1.4
Caven Chen 4 years ago
parent
commit
1d8a996c14
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      modules/exts/GroundSkyBox.js

+ 1
- 1
modules/exts/GroundSkyBox.js View File

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

Loading…
Cancel
Save