Ver código fonte

修改说明

tags/1.15.1
Caven Chen 4 anos atrás
pai
commit
fa14537f5b
2 arquivos alterados com 7 adições e 1 exclusões
  1. 6
    0
      CHANGES.md
  2. 1
    1
      package.json

+ 6
- 0
CHANGES.md Ver arquivo

@@ -1,5 +1,11 @@
# Change Log

### 1.15.1 - 2021-02-21

> 1. 添加相机控制的属性设置
> 2. 添加自定义天空盒
> 3. 完善天空盒(SkyBox) 的设置

### 1.15.0 - 2021-02-06

> 1. 升级 Cesium 到 1.78.0

+ 1
- 1
package.json Ver arquivo

@@ -1,6 +1,6 @@
{
"name": "@dvgis/dc-sdk",
"version": "1.15.0",
"version": "1.15.1",
"description": " The SDK is a secondary development based on the open source project Cesium, which optimizes some operations of Cesium and enables developers to quickly develop 3D applications through the framework.",
"main": "index.js",
"repository": "https://github.com/dvgis/dc-sdk.git",

Carregando…
Cancelar
Salvar