1.116
CesiumGS/cesium1.116Apr 1, 2024by jjspace
AI Summary
This update focuses on performance and geometry fixes, including improvements to Bing Maps culture settings, tileset performance, and polygon UV calculations.
Key Highlights
- Fixed BingMapsImageryProvider culture option
- Fixed performance in scenes with multiple tilesets
- Fixed PolygonGeometry UV computation
- Improved voxel rendering with surface normals
New Features
- Sharper voxel rendering and lighting
- Voxel surface normal computation
Full Release Notes
1.116 - 2024-04-01 Highlights include: - Fixed issue with `BingMapsImageryProvider` where given culture option is ineffective [#11695](https://github.com/CesiumGS/cesium/issues/11695) - Fixed a bug with performance in scenes with multiple tilesets [#11878](https://github.com/CesiumGS/cesium/pull/11878) - Fixes issue with PolygonGeometry uvs are improperly computed [#11767](https://github.com/CesiumGS/cesium/issues/11767) - Surface normals are now computed for clipping and shape bounds in VoxelEllipsoidShape and VoxelCylinderShape. [#11847](https://github.com/CesiumGS/cesium/pull/11847) - Implemented sharper rendering and lighting on voxels with CYLINDER and ELLIPSOID shape. [#11875](https://github.com/CesiumGS/cesium/pull/11875) See the [changelog](https://github.com/CesiumGS/cesium/blob/1.116/CHANGES.md) for the complete list of changes.