Use clean ToyCar model and lane-offset cruise route

This commit is contained in:
2026-07-27 14:31:56 +08:00
parent 9561ad8530
commit d93212b685
5 changed files with 54 additions and 177 deletions

View File

@@ -3,6 +3,7 @@
## 2026-07-27
- 实验分支新增 Cesium 车辆巡航预览:从 OSM 可行驶 `highway` 提取 bounds 内路线,输出 `<area-id>-vehicle-route.json`,并在预览页中驱动车辆循环移动。
- 巡航路线从道路中心线向右偏移约 1.3 米,车辆模型改用 Khronos glTF Sample Assets 的无 logo `ToyCar.glb`
- 将项目主入口重构为区域资产管线:`scripts/build-area.js`
- 新增 `config/areas/nantaizi-lake-innovation-valley.json``config/areas/hanyang-block.json`,支持按 OSM 输入生成独立输出目录。
- `npm run build` 现在默认走区域资产管线;旧 QGIS 管线保留为 `npm run build:qgis`