浏览代码

change the GroundSkyBox

tags/3.0.0
Caven Chen 2 年前
父节点
当前提交
a8c58a63f1
共有 2 个文件被更改,包括 2 次插入10 次删除
  1. 2
    1
      modules/thirdpart/index.js
  2. 0
    9
      packages/core/src/components.js

+ 2
- 1
modules/thirdpart/index.js 查看文件

@@ -35,7 +35,8 @@ const thirdPart = {
CustomShaderMode: Cesium.CustomShaderMode,
CustomShaderTranslucencyMode: Cesium.CustomShaderTranslucencyMode,
CustomShader: Cesium.CustomShader,
UniformType: Cesium.UniformType
UniformType: Cesium.UniformType,
GroundSkyBox: Cesium.GroundSkyBox
}

export default thirdPart

+ 0
- 9
packages/core/src/components.js 查看文件

@@ -204,11 +204,6 @@ import WindLayer from '@dc-modules/wind/WindLayer'
*/
import HeatLayer from '@dc-modules/heat/HeatLayer'

/**
* exts
*/
import { GroundSkyBox } from '@dc-modules/exts'

/**
* thirdPart
*/
@@ -395,10 +390,6 @@ const components = {
* heat
*/
HeatLayer,
/**
* exts
*/
GroundSkyBox,
/**
* thirdPart
*/

正在加载...
取消
保存