Cesium: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(7 intermediate revisions by one other user not shown)
Line 1: Line 1:
Cesium is platform for software applications to visualize 3D data.
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 12: Line 12:
* [[How to use CesiumJS to visualize data from a Session]]
* [[How to use CesiumJS to visualize data from a Session]]
* [[How to use Unity to visualize data from a Session]]
* [[How to use Unity to visualize data from a Session]]
|seealso=
* [[3D Web Viewer]]
* [[3D Tiles]]
* [[CesiumJS complete code]]
|references=
|references=
<references>
<references>
{{ref|CesiumJS
{{ref|CesiumJS
   |name=CesiumJS
   |name=CesiumJS GitHub
   |author=
   |author=
   |page=
   |page=
Line 23: Line 27:
}}
}}
{{ref|cesium
{{ref|cesium
   |name=Cesium
   |name=CesiumJS Page
   |author=
   |author=
   |page=
   |page=
Line 31: Line 35:
}}
}}
{{ref|CesiumUnity
{{ref|CesiumUnity
   |name=CesiumUnity
   |name=CesiumUnity GitHub
   |author=
   |author=
   |page=
   |page=

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)