1.88
CesiumGS/cesium1.88Dec 1, 2021by sanjeetsuhag
AI Summary
Bug fixes for texture handling, specifically correcting minification filters for KTX2 textures and diffuse texture alpha for glTFs with PBR extensions.
Key Highlights
- Fixed KTX2 texture minification filter bug.
- Fixed incorrect diffuse texture alpha in glTFs with KHR_materials_pbrSpecularGlossiness.
New Features
- KTX2 texture minification filter fix
- glTF PBR diffuse texture alpha fix
Full Release Notes
1.88 - 2021-12-01 Highlights include: - Fixed a bug with .ktx2 textures having an incorrect minification filter. [#9876](https://github.com/CesiumGS/cesium/pull/9876/) - Fixed incorrect diffuse texture alpha in glTFs with the `KHR_materials_pbrSpecularGlossiness` extension. [#9943](https://github.com/CesiumGS/cesium/pull/9943) See the [changelog](https://github.com/CesiumGS/cesium/blob/1.88/CHANGES.md) for the complete list of changes.