1.60
CesiumGS/cesium1.60Aug 1, 2019by tfili
AI Summary
CesiumJS 1.60 reworks label rendering using Signed Distance Fields (SDF) for crisper text, adds polygon hole support to CZML, and adds a `totalScale` property to the Label class.
Key Highlights
- Reworked label rendering to use signed distance fields (SDF) for crisper text
- Added support for polygon holes to CZML
- Added `totalScale` property to `Label` which is the total scale of the label
New Features
- Signed Distance Field (SDF) label rendering
- Polygon hole support in CZML
- Label scale property
Full Release Notes
1.60 - 2019-08-01 Highlights include: * Reworked label rendering to use signed distance fields (SDF) for crisper text. * Added support for polygon holes to CZML. * Added `totalScale` property to `Label` which is the total scale of the label taking into account the label's scale and the relative size of the desired font compared to the generated glyph size. See the [change log](https://github.com/AnalyticalGraphicsInc/cesium/blob/1.60/CHANGES.md) for the complete list of changes.