1.75

CesiumGS/cesium1.75Nov 2, 2020by OmarShehata

AI Summary

Patch release addressing issues with PBR materials and correcting TypeScript definitions for multiple utility functions.

Key Highlights

  • Fixed normal attribute disabled issue for models with KHR_materials_unlit extension in PBR material.
  • Fixed JSDoc and TypeScript type definitions for writeTextToCanvas.
  • Fixed JSDoc and TypeScript type definitions for Viewer.globe constructor option.

Full Release Notes

1.75 - 2020-11-02

Highlights include:

- Fixed an issue in the PBR material where models with the `KHR_materials_unlit` extension had the normal attribute disabled. [#9173](https://github.com/CesiumGS/cesium/pull/9173).
- Fixed JSDoc and TypeScript type definitions for `writeTextToCanvas` which listed incorrect return type. [#9196](https://github.com/CesiumGS/cesium/pull/9196)
- Fixed JSDoc and TypeScript type definitions for `Viewer.globe` constructor option to allow disabling the globe on startup. [#9063](https://github.com/CesiumGS/cesium/pull/9063)

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