CesiumJS 1.110
1.110 - 2023-10-02
Highlights include:
- Worker files are now embedded in
Build/Cesium/Cesium.js
andBuild/CesiumUnminified/Cesium.js
. #11519 - Added
PolygonGeometry.computeRectangleFromPositions
for computing aRectangle
that encloses a polygon, including cases over the international date line and the poles. - Added
Stereographic
for computing 2D operations in stereographic, or polar, coordinates. - Fixed rendering of polygons spanning extents of 90 degrees or more. #4871
- Fixed ground primitive polygon visual artifacts at pole. #8033
See the changelog for the complete list of changes.