Skip to content

CesiumJS 1.96

Compare
Choose a tag to compare
@sanjeetsuhag sanjeetsuhag released this 01 Aug 19:52
· 3378 commits to main since this release

Highlights include:

  • Built Cesium.js is no longer AMD format. This may or may not be a breaking change depending on how you use Cesium in your app. See our blog post for the full details. #10399
  • Model.boundingSphere now returns the bounding sphere in ECEF coordinates instead of the local coordinate system. #10589
  • Models and tilesets that use the CESIUM_primitive_outline extension can now toggle outlines at runtime with the showOutline property. #10506
  • Added support for point cloud styling for tilesets loaded with ModelExperimental. #10569
  • Fixed a crash in the 3D Tiles Formats sandcastle when loading draco-compressed point clouds with ModelExperimental. #10521
  • Fixed crash when loading glTF models with the EXT_mesh_features and EXT_structural_metadata extensions without channels property. #10511
  • Fixed a crash in the 3D Tiles Feature Styling sandcastle that occurred when using ModelExperimental. #10514
  • Fixed a bug where dynamic geometry was not marked as ready. #10517

See the changelog for the complete list of changes.