Skip to content

CesiumJS 1.125

Latest
Compare
Choose a tag to compare
@ggetz ggetz released this 02 Jan 21:43
· 20 commits to main since this release

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 to ModelGraphics. 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 appropriate environmentMapOptions.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.