1.76

CesiumGS/cesium1.76Dec 1, 2020by lilleyse

AI Summary

This release focuses on fixing performance issues with tileset styles and correcting TypeScript type definitions for several API methods.

Key Highlights

  • Fixed tileset style reaplication bug when tileset.preloadWhenHidden is true and tileset.show is false.
  • Fixed style reaplication when the style being set is the same as the active style.
  • Fixed JSDoc and TypeScript type definitions for EllipsoidTangentPlane.fromPoints.

Full Release Notes

1.76- 2020-12-01

Highlights include:

- Fixed an issue where tileset styles would be reapplied every frame when a tileset has a style and `tileset.preloadWhenHidden` is true and `tileset.show` is false. Also fixed a related issue where styles would be reapplied if the style being set is the same as the active style. [#9223](https://github.com/CesiumGS/cesium/pull/9223)
- Fixed JSDoc and TypeScript type definitions for `EllipsoidTangentPlane.fromPoints` which didn't listed a return type. [#9227](https://github.com/CesiumGS/cesium/pull/9227)

See the [changelog](https://github.com/CesiumGS/cesium/blob/1.76/CHANGES.md) for the complete list of changes.