CesiumJS
An open source JavaScript library for world-class 3D globes and maps. Learn more.
or install with NPM:
$ npm install cesiumWhat’s new?
1.135 - 2025-11-03
Highlights include:
- Removed support for the
KHR_spz_gaussian_splats_compressionextension in favor of the latest 3D Gaussian splatting extensions for glTF,KHR_gaussian_splattingandKHR_gaussian_splatting_compression_spz_2. Please re-tile existing Gaussian splatting 3D Tiles #12837 - Added experimental support for loading 3D Tiles as terrain, via
Cesium3DTilesTerrainProvider. See the PR for limitations on the types of 3D Tiles that can be used. #12296 - Added support for EXT_mesh_primitive_edge_visibility glTF extension. #12765
- Improved performance of
scene.drillPick(#12916), removing primitives (#3018) and terrain Quadtree handling of custom data (#12907)
See the changelog for the complete list of changes.