1.99

CesiumGS/cesium1.99Nov 1, 2022by ggetz

AI Summary

This release adds support for Esri I3S 3D Object and IntegratedMesh layers, while fixing bugs related to model scaling, image-based lighting, and request render mode.

Key Highlights

  • Added support for I3S 3D Object and IntegratedMesh Layers.
  • Fixed a bug where the scale of a `Model` was being incorrectly applied to its bounding sphere.
  • Fixed a crash when rendering a `Model` with image-based lighting while specular environment maps were unsupported.
  • Fixed a bug where request render mode was broken when a ground primitive is added.

New Features

  • I3S 3D Object and IntegratedMesh Layers support

Full Release Notes

1.99 - 2022-11-01

Highlights include:

- Added support for I3S 3D Object and IntegratedMesh Layers. [#9634](https://github.com/CesiumGS/cesium/pull/9634)
- Fixed a bug where the scale of a `Model` was being incorrectly applied to its bounding sphere. [#10855](https://github.com/CesiumGS/cesium/pull/10855)
- Fixed a bug where rendering a `Model` with image-based lighting while specular environment maps were unsupported caused a crash. [#10859](https://github.com/CesiumGS/cesium/pull/10859)
- Fixed a bug where request render mode was broken when a ground primitive is added. [#10756](https://github.com/CesiumGS/cesium/issues/10756)


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