1.103

CesiumGS/cesium1.103Mar 1, 2023by ggetz

AI Summary

This release introduces smooth mouse wheel zoom, enables lighting on voxels, and improves TypeScript definitions by replacing constructor types with primitives. It also fixes voxel rendering artifacts.

Key Highlights

  • Added smooth zoom with mouse wheel.
  • Enabled lighting on voxels with BOX shape.
  • Fixed browser warning for `willReadFrequently` option.
  • Replaced constructor types with primitive types in JSDoc and TypeScript definitions.
  • Fixed artifacts on edges of voxels with BOX shape.

New Features

  • Smooth mouse wheel zoom.
  • Voxel lighting support.

Full Release Notes

1.103 - 2023-03-01

Highlights include:

- Added smooth zoom with mouse wheel. [#11062](https://github.com/CesiumGS/cesium/pull/11062)
- Enabled lighting on voxels with BOX shape. [#11076](https://github.com/CesiumGS/cesium/pull/11076)
- Fixed browser warning for `willReadFrequently` option. [#11025](https://github.com/CesiumGS/cesium/issues/11025)
- Replaced constructor types with primitive types in JSDoc and generated TypeScript definitions. [#11080](https://github.com/CesiumGS/cesium/pull/11080)
- Adjusted render order of voxels and opaque entities. [#11120](https://github.com/CesiumGS/cesium/pull/11120)
- Fixed artifacts on edges of voxels with BOX shape. [#11050](https://github.com/CesiumGS/cesium/pull/11050)

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