Published on

Cesium新闻

Authors
  • avatar
    Name
    阿涵王小胖
    Twitter
    @hnqxc

2024-09-03 09:27:48

删除了屏幕坐标转换方法,Cesium.SceneTransforms.wgs84ToWindowCoordinates

SceneTransforms.wgs84ToWindowCoordinates has been removed. Use SceneTransforms.worldToWindowCoordinates instead.
SceneTransforms.wgs84ToDrawingBufferCoordinates has been removed. Use SceneTransforms.worldToDrawingBufferCoordinates instead.

原文链接 https://github.com/CesiumGS/cesium/blob/1.121/CHANGES.md


2024-03-27 09:27:48

Globe.terrainExaggeration和Globe.terrainExaggerationRelativeHeight将移除,替换为Scene.verticalExaggeration 与 Scene.verticalExaggerationRelativeHeight

After #11655 is merged, the functionality of Globe.terrainExaggeration and Globe.terrainExaggerationRelativeHeight will be moved to Scene.verticalExaggeration and Scene.verticalExaggerationRelativeHeight. The old Globe properties should be removed after the usual deprecation period.

原文链接 https://github.com/CesiumGS/cesium/pull/11905


2023年12月27日 lowdb更新7.0.0

简化语法: 引入 db.update 以便于更新和写入。 灵活的适配器: 增加了 DataFile 适配器,以支持各种格式,如 YAML、 JSON5等,并增加了一些特性,如使用最少的代码进行加密。 自动重试: 解决写入错误,特别是对于 Windows 用户。

删除节点16: 停止对节点16的支持。 一致命名: 为一致性重命名预设: -JSONPreset to JSONFilePreset -JSONSyncPreset to JSONFileSyncPreset.

原文链接:https://github.com/typicode/lowdb/releases/tag/v7.0.0


2023年8月1日 1.108 - 2023-08-01

从1.109版本开始,CesiumJS 需要 Firefox 114或更高版本才能呈现。这是为了方便 Web 工作者加载和删除过时的依赖项。其他浏览器和节点将不受影响。

Starting with version 1.109, CesiumJS will require Firefox version 114 or higher for rendering. This is to facilitate web worker loading and remove outdated dependencies. Other browsers and node will be unaffected.

原文链接:https://github.com/CesiumGS/cesium/releases/tag/1.108