cesium-particle icon indicating copy to clipboard operation
cesium-particle copied to clipboard

当我设置地球配置时,如透明,粒子会无法显示

Open whh-meteor opened this issue 1 year ago • 0 comments

      this.viewer.scene.globe.baseColor = Cesium.Color.TRANSPARENT
      this.viewer.scene.globe.translucency.enabled = true
      this.viewer.scene.globe.undergroundColor = undefined

您好,我想使得地球透明化设置,但是粒子显示会与其冲突,无法正常被显示出来 ,特别是 this.viewer.scene.globe.translucency.enabled = true,当我设置为false的时候可以,但是这样无法设置地球透明化

whh-meteor avatar Aug 22 '24 01:08 whh-meteor