Merge branch 'main' into watermask
This commit is contained in:
commit
7529db7ee1
11
README.md
11
README.md
|
|
@ -1,16 +1,20 @@
|
|||
# Cesium Native
|
||||
|
||||
Cesium Native is a set of C++ libraries for 3D geosaptial, including:
|
||||
Cesium Native is a set of C++ libraries for 3D geospatial, including:
|
||||
|
||||
* [3D Tiles](https://github.com/CesiumGS/3d-tiles) runtime streaming
|
||||
* lightweight glTF serialization and deserialization, and
|
||||
* high-precision 3D geospatial math types and functions, including support for global-scale WGS84 ellipsoids.
|
||||
|
||||
Currently Cesium Native is used to develop [Cesium for Unreal](https://github.com/CesiumGS/cesium-unreal). In the future, we plan for Cesium Native to be a foundational layer for any 3D geospatial software, especially those that want to stream 3D Tiles.
|
||||
|
||||
[](https://github.com/CesiumGS/cesium-native/blob/main/LICENSE)
|
||||
[](https://travis-ci.com/CesiumGS/cesium-native)
|
||||
|
||||
Currently Cesium Native is used to develop [Cesium for Unreal](https://github.com/CesiumGS/cesium-unreal). In the future, we plan for Cesium Native to be a foundational layer for any 3D geospatial software, especially those that want to stream 3D Tiles.
|
||||
|
||||

|
||||
*<p align="center">A high-level architecture of Cesium for Unreal, Cesium Native and Unreal Engine streaming content from Cesium ion.</p>*
|
||||
|
||||
|
||||
### :card_file_box:Libraries Overview
|
||||
|
||||
| Library | Description |
|
||||
|
|
@ -24,6 +28,7 @@ Currently Cesium Native is used to develop [Cesium for Unreal](https://github.co
|
|||
| **CesiumIonClient** | Functions to access [Cesium ion](https://cesium.com/cesium-ion/) accounts and 3D tilesets using ion's REST API. |
|
||||
| **CesiumUtility** | Utility functions for JSON parsing, URI processing, etc. |
|
||||
|
||||
|
||||
### :green_book:License
|
||||
|
||||
[Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0.html). Cesium Native is free for both commercial and non-commercial use.
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 296 KiB |
Loading…
Reference in New Issue