CesiumJS 1.62
1.62 - 2019-10-01
Highlights include:
- Added ability to create partial ellipsoids using both the Entity API and CZML. New ellipsoid geometry properties:
innerRadii
,minimumClock
,maximumClock
,minimumCone
, andmaximumCone
. This affects bothEllipsoidGeometry
andEllipsoidOutlineGeometry
. See the updated Sandcastle example. #5995 - Added
useBrowserRecommendedResolution
flag toViewer
andCesiumWidget
. When true, Cesium renders at CSS pixel resolution instead of native device resolution. This replaces the workaround in the 1.61 change list. 8215 - A massive amount of bug fixes from the recent CesiumJS code sprint.
See the change log for the complete list of changes.