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.125 - 2025-01-02
Highlights include:
- Expanded integration with the iTwin Platform to load GeoJSON and KML data from the Reality Management API. Use
ITwinData.createDataSourceForRealityDataId
to load data as either GeoJSON or KML. #12344 - Added
environmentMapOptions
toModelGraphics
. For performance reasons by default, the environment map will not update if the entity position change. If environment map updates based on entity position are desired, provide an appropriateenvironmentMapOptions.maximumPositionEpsilon
value. #12358 - Reduced memory usage and performance bottlenecks when using environment maps with models. #12356
- Fixed
JulianDate
to always generate valid ISO strings for fractional milliseconds. #12345 - Fixed intermittent z-fighting issue. #12337
See the changelog for the complete list of changes.