Ver código fonte

improve the groundskybox

tags/2.1.4
Caven Chen 4 anos atrás
pai
commit
1d8a996c14
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      modules/exts/GroundSkyBox.js

+ 1
- 1
modules/exts/GroundSkyBox.js Ver arquivo

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

Carregando…
Cancelar
Salvar