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.129 - 2025-05-01
Highlights include:
VoxelProvider.minimumBounds
and.maximumBounds
are now specified as physical values, rather than shape space values. #12592- Added
Material with Custom GLSL
Sandbox Demo. #12549 QuadtreePrimitive.updateHeights
now converts position to Cartographic before invoking the callback, ensuring compatibility with change introduced by commit 53889cb and preventing unnecessary computation. #12555- Fixed
Polyline*MaterialProperty
width artifacts (reverted #12434). #12506
See the changelog for the complete list of changes.