1.134
CesiumGS/cesium1.134Oct 1, 2025by jjhembd
AI Summary
CesiumJS 1.134 adds Google Maps imagery provider support and fixes precision issues in voxel raymarching along with label and Gaussian splatting rendering fixes.
Key Highlights
- Added Google2DImageryProvider to load imagery from Google Maps
- Converted voxel raymarching to eye coordinates to fix precision issues in large datasets
- Fixed vertical misalignment of glyphs in labels with small fonts
- Fixed flickering artifact in Gaussian splat models caused by incorrect sorting results
New Features
- Google2DImageryProvider for Google Maps tile loading
Full Release Notes
1.134 - 2025-10-01 Highlights include: - Added Google2DImageryProvider to load imagery from [Google Maps](https://developers.google.com/maps/documentation/tile/2d-tiles-overview) [#12913](https://github.com/CesiumGS/cesium/pull/12913) - Converted voxel raymarching to eye coordinates to fix precision issues in large datasets. [#12061](https://github.com/CesiumGS/cesium/issues/12061) - Fixed vertical misalignment of glyphs in labels with small fonts. [#8474](https://github.com/CesiumGS/cesium/issues/8474) - Fixed flickering artifact in Gaussian splat models caused by incorrect sorting results. [#12662](https://github.com/CesiumGS/cesium/issues/12662) See the [changelog](https://github.com/CesiumGS/cesium/blob/1.134/CHANGES.md) for the complete list of changes.