1.93

CesiumGS/cesium1.93May 2, 2022by ggetz

AI Summary

This release enhances atmospheric rendering and introduces significant new capabilities to the experimental Model architecture, including morph targets, skins, and animations. It also adds a process method to GeoJsonSource.

Key Highlights

  • Improved rendering of ground and sky atmosphere.
  • Added support for morph targets, skins, and animations in ModelExperimental.
  • Added debugWireframe option to ModelExperimental.
  • Added GeoJsonSource.process to support adding features without removing existing entities.

New Features

  • Enhanced atmosphere rendering
  • ModelExperimental morph targets, skins, and animations
  • ModelExperimental debugWireframe
  • GeoJsonSource.process method

Full Release Notes

1.93 - 2022-05-02

Highlights include:

- Improved rendering of ground and sky atmosphere. [#10063](https://github.com/CesiumGS/cesium/pull/10063)
- Added support for morph targets in `ModelExperimental`. [#10271](https://github.com/CesiumGS/cesium/pull/10271)
- Added support for skins in `ModelExperimental`. [#10282](https://github.com/CesiumGS/cesium/pull/10282)
- Added support for animations in `ModelExperimental`. [#10314](https://github.com/CesiumGS/cesium/pull/10314)
- Added `debugWireframe` to `ModelExperimental`. [#10332](https://github.com/CesiumGS/cesium/pull/10332)
- Added `GeoJsonSource.process` to support adding features without removing existing entities, similar to `CzmlDataSource.process`. [#9275](https://github.com/CesiumGS/cesium/issues/9275)

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