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.126 - 2025-02-03
Highlights include:
- Added
ITwinData.loadGeospatialFeatures(iTwinId, collectionId)
function to load data from the Geospatial Features API #12449 - Fixed error when resetting
Cesium3DTileset.modelMatrix
to its initial value. #12409 - Fixed the parameter types of the
ClippingPolygon.equals
function, and fixed cases where parameters toequals
functions had erroneously not been marked as 'optional'. #12394 - Fixed Draco decoding for vertex colors that are normalized
UNSIGNED_BYTE
orUNSIGNED_SHORT
. #12417
See the changelog for the complete list of changes.