Skip to content

Commit

Permalink
Merge pull request #8185 from AnalyticalGraphicsInc/update-changes
Browse files Browse the repository at this point in the history
Update CHANGES
  • Loading branch information
lilleyse authored Sep 19, 2019
2 parents 605a079 + 2ee4543 commit 5a28171
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Change Log
* The function `Matrix4.getRotation` has been deprecated and renamed to `Matrix4.getMatrix3`. `Matrix4.getRotation` will be removed in version 1.65.

##### Additions :tada:
* Added `Matrix3.getRotation` to get the rotational component of a matrix with scaling removed. [#8182](https:/AnalyticalGraphicsInc/cesium/pull/8182)
* Added ability to create partial ellipsoids using both the Entity API and CZML. New ellipsoid geometry properties: `innerRadii`, `minimumClock`, `maximumClock`, `minimumCone`, and `maximumCone`. This affects both `EllipsoidGeometry` and `EllipsoidOutlineGeometry`. See the updated [Sandcastle example](https://cesiumjs.org/Cesium/Apps/Sandcastle/?src=Partial%20Ellipsoids.html&label=Geometries). [#5995](https:/AnalyticalGraphicsInc/cesium/pull/5995)
* Added `TileMapResourceImageryProvider` and `OpenStreetMapImageryProvider` classes to improve API consistency: [#4812](https:/AnalyticalGraphicsInc/cesium/issues/4812)

Expand All @@ -19,7 +20,9 @@ Change Log
* Reduces size of approximateTerrainHeights.json by rounding the numbers [#7959](https:/AnalyticalGraphicsInc/cesium/pull/7959)
* Fixed undefined `quadDetails` error from zooming into the map really close. [#8011](https:/AnalyticalGraphicsInc/cesium/pull/8011)
* Fixed triangulation bug in polygons using `ArcType.RHUMB`. [#8042](https:/AnalyticalGraphicsInc/cesium/issues/8042)
* Fixed labels don't show for individual entities in datasources when clustering is enabled [#6087](https:/AnalyticalGraphicsInc/cesium/issues/6087)
* 3D Tiles geometric error now scales with transform. [#8182](https:/AnalyticalGraphicsInc/cesium/pull/8182)
* Fixed per-feature post processing from sometimes selecting the wrong feature. [#7929](https:/AnalyticalGraphicsInc/cesium/pull/7929)
* Fixed labels not showing for individual entities in data sources when clustering is enabled. [#6087](https:/AnalyticalGraphicsInc/cesium/issues/6087)

### 1.61 - 2019-09-03

Expand Down

0 comments on commit 5a28171

Please sign in to comment.