earthsdk3-ue 3.2.0-beta.3 → 3.2.0-beta.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -2,10 +2,10 @@
2
2
 
3
3
  ---
4
4
 
5
- [**立即体验**](https://www.earthsdk.com/earthui/index.html)
6
- [**快速上手**](https://www.earthsdk.com)
7
- [**示例**](https://www.earthsdk.com/example3/index.html)
8
- [**API 文档**](https://www.earthsdk.com/api/index.html)
5
+ [**立即体验**](https://www.earthsdk.com/earthui/index.html) |
6
+ [**快速上手**](https://www.earthsdk.com) |
7
+ [**示例**](https://www.earthsdk.com/example3/index.html) |
8
+ [**API 文档**](https://www.earthsdk.com/docs/index.html)
9
9
 
10
10
  EarthSDK 是一套基于 JS 语言的开源免费地球可视化二次开发框架,整套框架独立于引擎之外,不依赖于特定引擎,和可视化引擎互为插件,目前自带 Cesium 引擎和 Unreal Engine 的两种引擎实现。本身不是为了包装而封装,是为了赋能原生引擎。实现了数字孪生项目常用的所有基础功能和效果,实现了一套接口代码多引擎之间无缝切换,未来会有更多的引擎实现,例如:mapbox、unity、openlayers、godot 等。
11
11
 
@@ -28,7 +28,7 @@ EarthSDK 是一套基于 JS 语言的开源免费地球可视化二次开发框
28
28
 
29
29
  ### npm & yarn & pnpm
30
30
 
31
- earthsdk3 是必须安装的基础包,根据业务需要和技术选型,选择是否安装 earthsdk3-cesium 和 earthsdk3-ue;安装 earthsdk3-cesium 时需要自行[安装配置 Cesium](https://cesium.com/blog/2024/02/13/configuring-vite-or-webpack-for-cesiumjs/),目前内部支持版本为 cesium:1.123.1
31
+ [earthsdk3](https://www.npmjs.com/package/earthsdk3?activeTab=versions) 是必须安装的基础包,根据业务需要和技术选型,选择是否安装 [earthsdk3-cesium](https://www.npmjs.com/package/earthsdk3-cesium?activeTab=versions)[earthsdk3-ue](https://www.npmjs.com/package/earthsdk3-cesium?activeTab=versions);安装 earthsdk3-cesium 时需要自行[安装配置 Cesium](https://cesium.com/blog/2024/02/13/configuring-vite-or-webpack-for-cesiumjs/),目前内部支持版本为 [version](https://www.npmjs.com/package/earthsdk3-cesium?activeTab=versions)
32
32
 
33
33
  ```sh
34
34
  pnpm add earthsdk3 --save