CesiumJS 1.84
1.84 - 2021-08-02
Highlights include:
- Dropped support for Internet Explorer, which was deprecated in CesiumJS 1.83.
- Added a
polylinePositions
getter toCesium3DTileFeature
that gets the decoded positions of a polyline vector feature. #9684 - Added
ImageryLayerCollection.pickImageryLayers
which determines the imagery layers that are intersected by a pick ray. #9651 - Fixed an issue in
TileBoundingRegion.distanceToCamera
that caused incorrect results when the camera was on the opposite site of the globe. #9678 - Fixed an error with removing a CZML datasource when the clock interval has a duration of zero. #9637
See the changelog for the complete list of changes.