1.82

CesiumGS/cesium1.82Jun 1, 2021by Samulus

AI Summary

This update adds feature detection capabilities for BigInt types and fixes processing issues with newer Google Earth Enterprise terrain packet formats.

Key Highlights

  • Added `FeatureDetection.supportsBigInt64Array`, `FeatureDetection.supportsBigUint64Array`, and `FeatureDetection.supportsBigInt`.
  • Fixed `processTerrain` in `decodeGoogleEarthEnterprisePacket` to handle newer packet formats including water surface meshes.

New Features

  • Feature detection for BigInt64Array, BigUint64Array, and BigInt.

Full Release Notes

1.82 - 2021-06-01

Highlights include:

- Added `FeatureDetection.supportsBigInt64Array`, `FeatureDetection.supportsBigUint64Array` and `FeatureDetection.supportsBigInt`.
- Fixed `processTerrain` in `decodeGoogleEarthEnterprisePacket` to handle a newer terrain packet format that includes water surface meshes after terrain meshes. [#9519](https://github.com/CesiumGS/cesium/pull/9519)

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