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

@@ -116,9 +116,9 @@ python3 -m http.server 8765
## 实验:车辆巡航
`preview``cesium` 阶段会额外生成 `<area-id>-vehicle-route.json`。该文件从 OSM bounds 内的可行驶 `highway` way 提取道路中心线Cesium 预览页会加载最长道路段并显示一辆实验车辆循环巡航。
`preview``cesium` 阶段会额外生成 `<area-id>-vehicle-route.json``<area-id>-vehicle-car.glb`。路线文件从 OSM bounds 内的可行驶 `highway` way 提取道路中心线,并向右偏移约 1.3 米作为车辆行驶线,避免车辆压道路中心线。Cesium 预览页会加载最长道路段并显示一辆实验车辆循环巡航。
这是用于验证高精度巡航可用性的预览层功能,不会改变 Blender/GLB 资产本身。
这是用于验证高精度巡航可用性的预览层功能,不会改变 Blender/GLB 资产本身。车辆模型使用 Khronos glTF Sample Assets 的 `ToyCar` 示例模型,来源和许可记录在 `assets/vehicles/README.md`
## 已沉淀区域