CesiumJS 1.79
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
andsampleTerrainMostDetailed
not working forArcGISTiledElevationTerrainProvider
. #9286 - Consistent with the spec, CZML
polylineVolume
now expects its shape positions to specified using thecartesian2
property. Use of thecartesian
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.