1.143

modelscope/FunASR1.143Jul 1, 2026by ggetz

AI Summary

The update introduces glTF compression support and a new path visualization mode, while resolving stability issues related to custom promise implementations.

Key Highlights

  • Added support for the KHR_meshopt_compression glTF extension including v1 attribute codec.
  • Added PathGraphics.materialMode with 'PORTIONS' option for segment visualization.
  • Fixed a crash bug affecting billboards in environments using custom promise implementations.

New Features

  • KHR_meshopt_compression support
  • PathGraphics materialMode ('PORTIONS')
  • Billboard stability fix for custom promises

Full Release Notes

1.143 - 2026-07-01

Highlights include:

- Added support for the [`KHR_meshopt_compression`](https://github.com/KhronosGroup/glTF/tree/main/extensions/2.0/Khronos/KHR_meshopt_compression) glTF extension, including the v1 attribute codec and the `COLOR` filter. [#13553](https://github.com/CesiumGS/cesium/pull/13553)
- Added `PathGraphics.materialMode`. A value of `"PORTIONS"` allows visualizing the path in segments with different materials specified by intervals or sampling. Each segment material is determined by the `material` property value at the corresponding simulation time. The default value of `"WHOLE"` preserves existing material behavior. [#13530](https://github.com/CesiumGS/cesium/pull/13530)
- Fixed a bug that caused crashes when using billboards in environments that replace `Promise` with custom promise implementations. [#13475](https://github.com/CesiumGS/cesium/pull/13475)

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