1.131
CesiumGS/cesium1.131Jul 1, 2025by jjspace
AI Summary
This release adds HeightReference support for point features in 3D Tiles and allows passing OffscreenCanvas to material uniforms. It also fixes raymarching and Gaussian splat transforms.
Key Highlights
- Added HeightReference to Cesium3DTileset.ConstructorOptions
- Added ability to pass OffscreenCanvas & ImageBitmap to Material uniforms
- Fixed raymarching step size for cylindrical voxels
- Fixed handling of tileset modelMatrix changes for Gaussian splats
New Features
- HeightReference for point features
- OffscreenCanvas/ImageBitmap support in materials
- Gaussian splat transform fixes
Full Release Notes
1.131 - 2025-07-01
Highlights include:
- Added `HeightReference` to `Cesium3DTileset.ConstructorOptions` to allow clamping point features in 3D Tile vector data to terrain or 3D Tiles [#11710](https://github.com/CesiumGS/cesium/pull/11710)
- Added the ability to pass `OffscreenCanvas` & `ImageBitmap` directly to `Material` uniforms. [#12558](https://github.com/CesiumGS/cesium/pull/12558)
- Fixed raymarching step size for cylindrical voxels. [#12681](https://github.com/CesiumGS/cesium/pull/12681)
- Fixes handling of tileset `modelMatrix` changes for translations and rotations in `GaussianSplatPrimitive`. [#12706](https://github.com/CesiumGS/cesium/pull/12706)
- Experimental support for loading 3D Tiles with Gaussian splats encoded with SPZ compression was added in the previous 1.130.1 release [#12582](https://github.com/CesiumGS/cesium/pull/12582)
See the [changelog](https://github.com/CesiumGS/cesium/blob/1.131/CHANGES.md) for the complete list of changes.