You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,7 @@ var geometry = BoxGeometry.createGeometry(box);
52
52
*`Viewer` now automatically sets its clock to that of the first added `DataSource`, regardless of how it was added to the `DataSourceCollection`. Previously, this was only done for dropped files by `viewerDragDropMixin`.
53
53
* Upgraded Knockout from version 2.2.1 to 2.3.0.
54
54
* Fixed triangulation for polygons that cross the international date line.
55
+
* Fixed `EllipsoidPrimitive` rendering for some oblate ellipsoids. [#1067](https://github.com/AnalyticalGraphicsInc/cesium/pull/1067).
55
56
*`CameraFlightPath` now automatically disables and restores mouse input for the flights it generates.
56
57
* Added an `onCancel` callback to `CameraFlightPath` functions that will be executed if the flight is canceled.
0 commit comments