1.77

CesiumGS/cesium1.77Jan 4, 2021by likangning93

AI Summary

Version 1.77 introduces an elevation band material for mapping colors to specific elevations and fixes errors related to modifying model and tileset properties.

Key Highlights

  • Added `ElevationBand` material to map colors and gradients to exact elevations.
  • Fixed an issue where changing `color`, `backFaceCulling`, or `silhouetteSize` on models or tilesets would trigger an error.

New Features

  • ElevationBand material.

Full Release Notes

1.77 - 2021-01-04

Highlights include:

- Added `ElevationBand` material, which maps colors and gradients to exact elevations. [#9132](https://github.com/CesiumGS/cesium/pull/9132)
- Fixed an issue where changing a model or tileset's `color`, `backFaceCulling`, or `silhouetteSize` would trigger an error. [#9271](https://github.com/CesiumGS/cesium/pull/9271)

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