1.129
CesiumGS/cesium1.129May 1, 2025by jjspace
AI Summary
This release changes VoxelProvider bounds to physical values and adds a Material with Custom GLSL demo. It also fixes Polyline width artifacts.
Key Highlights
- VoxelProvider bounds now specified as physical values
- Added Material with Custom GLSL Sandbox Demo
- Fixed QuadtreePrimitive updateHeights compatibility
- Fixed PolylineMaterialProperty width artifacts
New Features
- Physical Voxel bounds
- Custom GLSL Material demo
- Polyline width fix
Full Release Notes
1.129 - 2025-05-01 Highlights include: - `VoxelProvider.minimumBounds` and `.maximumBounds` are now specified as physical values, rather than shape space values. [#12592](https://github.com/CesiumGS/cesium/pull/12592) - Added `Material with Custom GLSL` Sandbox Demo. [#12549](https://github.com/CesiumGS/cesium/issues/12549) - `QuadtreePrimitive.updateHeights` now converts position to Cartographic before invoking the callback, ensuring compatibility with change introduced by [commit 53889cb](https://github.com/CesiumGS/cesium/commit/53889cb) and preventing unnecessary computation. [#12555](https://github.com/CesiumGS/cesium/pull/12555) - Fixed `Polyline*MaterialProperty` width artifacts (reverted [#12434](https://github.com/CesiumGS/cesium/pull/12434)). [#12506](https://github.com/CesiumGS/cesium/issues/12506) See the [changelog](https://github.com/CesiumGS/cesium/blob/1.129/CHANGES.md) for the complete list of changes.