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.124 - 2024-12-02
Highlights include:
- Added an integration with the iTwin Platform to load iModels as 3D Tiles. Use ITwinPlatform.defaultAccessToken to set the access token. Use ITwinData.createTilesetFromIModelId(iModelId) to load the iModel as a Cesium3DTileset. #12289
PostProcessStageCollection.ambientOcclusion
has been updated with a new algorithm to provide better results at all scales, with tunable performance cost. #12316- Added Entity.trackingReferenceFrame property to allow tracking entities in various reference frames. #12194, #12314
- Added GoogleGeocoderService for standalone usage of Google geocoder. #12299
- Fix various performance issues related to loading many models (#12320), incorrect shared texture memory tracking (#12331) and point cloud filtering. (#12317)
See the changelog for the complete list of changes.