Cesium 1.42
Highlights include:
- Added optional mode to reduce CPU usage. See Improving Performance with Explicit Rendering. (#6115)
- Major refactor of URL handling. All classes that take a url parameter, can now take a Resource or a String. This includes all imagery providers, all terrain providers,
Cesium3DTileset
,KMLDataSource
,CZMLDataSource
,GeoJsonDataSource
,Model
, andBillboard
.
See the change log for the complete list of changes.