Sfoglia il codice sorgente

improve the groundskybox

tags/2.1.4
Caven Chen 4 anni fa
parent
commit
1d8a996c14
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      modules/exts/GroundSkyBox.js

+ 1
- 1
modules/exts/GroundSkyBox.js Vedi 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…
Annulla
Salva