1.74
CesiumGS/cesium1.74Oct 1, 2020by mramato
AI Summary
Fixed critical rendering and camera bugs including zoom issues, clipping problems, and crashes related to terrain and shadows.
Key Highlights
- Fixed camera zoom getting stuck when looking up.
- Fixed clipping planes with non-uniform scale.
- Fixed ground primitives getting clipped at certain camera angles.
- Fixed bug causing half the globe to disappear when setting terrainProvider.
- Fixed crash when loading Cesium OSM buildings with shadows enabled.
Full Release Notes
1.74 - 2020-10-01 Highlights include: - Fixed an issue where the camera zooming is stuck when looking up. [#9126](https://github.com/CesiumGS/cesium/pull/9126) - Fixed clipping planes with non-uniform scale. [#9135](https://github.com/CesiumGS/cesium/pull/9135) - Fixed an issue where ground primitives would get clipped at certain camera angles. [#9114](https://github.com/CesiumGS/cesium/issues/9114) - Fixed a bug that could cause half of the globe to disappear when setting the `terrainProvider. [#9161](https://github.com/CesiumGS/cesium/pull/9161) - Fixed a crash when loading Cesium OSM buildings with shadows enabled. [#9172](https://github.com/CesiumGS/cesium/pull/9172) See the [changelog](https://github.com/CesiumGS/cesium/blob/1.74/CHANGES.md) for the complete list of changes.