Skip to content

CesiumJS 1.114

Compare
Choose a tag to compare
@jjhembd jjhembd released this 01 Feb 21:34
· 467 commits to main since this release

1.114 - 2024-02-01

Highlights include several improvements to interaction with 3D Tiles:

  • By default, the screen space camera controller will no longer go inside or under instances of Cesium3DTileset. #11581
  • Clamping to ground, HeightReference.CLAMP_TO_GROUND, and HeightReference.RELATIVE_TO_GROUND now take into account 3D Tilesets. #11604
  • The Cesium3DTileset.dynamicScreenSpaceError optimization is now enabled by default, and tuned to improve performance for street-level horizon views. #11718
  • Added Cesium3DTileset.getHeight to sample height values of the loaded tiles. #11581
  • Fog rendering now applies to glTF models and 3D Tiles. #11744

Other changes include:

  • Added createWorldBathymetryAsync helper function to make it easier to load Bathymetry terrain. #11790
  • Removed the need for node internal packages http, https, url and zlib in the Resource class. This means they do not need to be marked external by build tools anymore. #11773
  • Fixed an issue causing crashes with multiple data sources #7758 and #9154.
  • Fixed a geometry displacement affecting iOS devices #7100

See the changelog for the complete list of changes.