Skip to content

CesiumJS 1.79

Compare
Choose a tag to compare
@kring kring released this 01 Mar 09:25
· 3376 commits to master since this release

1.79 - 2021-03-01

Highlights include:

  • Fixed an issue that prevented use of the full CesiumJS zip release package in a Node.js application.
  • Fixed an issue where certain inputs to EllipsoidGeodesic would result in a surfaceDistance of NaN. #9316
  • Fixed sampleTerrain and sampleTerrainMostDetailed not working for ArcGISTiledElevationTerrainProvider. #9286
  • Consistent with the spec, CZML polylineVolume now expects its shape positions to specified using the cartesian2 property. Use of the cartesian is also supported for backward-compatibility. #9384
  • Removed an unnecessary matrix copy each time a Cesium3DTileset is updated. #9366

See the changelog for the complete list of changes.