CesiumJS
An open source JavaScript library for world-class 3D globes and maps. Learn more.
or install with NPM:
$ npm install cesium
What’s new?
1.131 - 2025-07-01
Highlights include:
- Added
HeightReference
toCesium3DTileset.ConstructorOptions
to allow clamping point features in 3D Tile vector data to terrain or 3D Tiles #11710 - Added the ability to pass
OffscreenCanvas
&ImageBitmap
directly toMaterial
uniforms. #12558 - Fixed raymarching step size for cylindrical voxels. #12681
- Fixes handling of tileset
modelMatrix
changes for translations and rotations inGaussianSplatPrimitive
. #12706- Experimental support for loading 3D Tiles with Gaussian splats encoded with SPZ compression was added in the previous 1.130.1 release #12582
See the changelog for the complete list of changes.