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.139 - 2026-03-02
Highlights include:
- Added panorama support via new
EquirectangularPanoramaandCubeMapPanoramaclasses, along withGoogleStreetViewCubeMapPanoramaProviderfor loading cube map faces from the Google Street View Static API and rendering them in a cube map panorama. #13153 - Added more depth testing options for billboards and labels. #12994
- Added support for more metadata types via property textures in custom shaders. #13135
- Modified Sandcastle application to use a hybrid text and semantic, embedding based search. #13090
- Fixed Gaussian splat race conditions in snapshot/sort updates. #13016 #12965
- Fixed flashing when rendering multiple Gaussian splat primitives. #12967
See the changelog for the complete list of changes.