Cesium: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
Cesium is platform for software applications to visualize 3D data. The Cesium platform follows an open-core business model with open source runtime engines such as CesiumJS and optional commercial subscription to Cesium ion.
Cesium is platform for software applications to visualize 3D data. The Cesium platform follows an open-core business model with open source runtime engines such as CesiumJS.


==CesiumJS==
==CesiumJS==
Line 6: Line 6:


==Cesium Unity Plugin==
==Cesium Unity Plugin==
Cesium for Unity{{ref|CesiumUnity}} enables building 3D geospatial applications and experiences with 3D Tiles and open standards using Unity 3D.
Cesium for Unity{{ref|CesiumUnity}} enables building 3D geospatial applications and experiences with 3D Tiles and open standards using [[Unity]].


{{article end
{{article end
Line 15: Line 15:
* [[3D Web Viewer]]
* [[3D Web Viewer]]
* [[3D Tiles]]
* [[3D Tiles]]
* [[CesiumJS complete code]]
|references=
|references=
<references>
<references>

Latest revision as of 11:20, 5 March 2024

Cesium is platform for software applications to visualize 3D data. The Cesium platform follows an open-core business model with open source runtime engines such as CesiumJS.

CesiumJS

CesiumJS[1][2] is a JavaScript library for creating 3D globes and 2D maps in a web browser without a plugin. It uses WebGL for hardware-accelerated graphics, and is cross-platform, cross-browser, and tuned for dynamic-data visualization. Built on open formats, CesiumJS is designed for robust interoperability and scaling for massive datasets.

Cesium Unity Plugin

Cesium for Unity[3] enables building 3D geospatial applications and experiences with 3D Tiles and open standards using Unity.

How-to's

See also

References

  1. CesiumJS Page ∙ Found at: https://cesium.com/platform/cesiumjs/ ∙ (last visited: 07-11-2023)
  2. CesiumJS GitHub ∙ Found at: https://github.com/CesiumGS/cesium ∙ (last visited: 2024-2-27)
  3. CesiumUnity GitHub ∙ Found at: https://github.com/CesiumGS/cesium-unity ∙ (last visited: 2024-2-27)