From 72fa04ddeb55a86ff9b2c6a33e629e09fdb6363c Mon Sep 17 00:00:00 2001 From: que01 Date: Fri, 7 Aug 2026 09:06:44 +0800 Subject: [PATCH] chore: record journal --- .trellis/workspace/dingkang/index.md | 7 ++++--- .trellis/workspace/dingkang/journal-1.md | 21 +++++++++++++++++++++ 2 files changed, 25 insertions(+), 3 deletions(-) diff --git a/.trellis/workspace/dingkang/index.md b/.trellis/workspace/dingkang/index.md index da42894..10e2073 100644 --- a/.trellis/workspace/dingkang/index.md +++ b/.trellis/workspace/dingkang/index.md @@ -8,8 +8,8 @@ - **Active File**: `journal-1.md` -- **Total Sessions**: 25 -- **Last Active**: 2026-08-06 +- **Total Sessions**: 26 +- **Last Active**: 2026-08-07 --- @@ -19,7 +19,7 @@ | File | Lines | Status | |------|-------|--------| -| `journal-1.md` | ~533 | Active | +| `journal-1.md` | ~554 | Active | --- @@ -29,6 +29,7 @@ | # | Date | Title | Commits | Branch | |---|------|-------|---------|--------| +| 26 | 2026-08-07 | 交通信号拓扑与部分构建同步修复 | `1c077a3` | `main` | | 25 | 2026-08-06 | Cesium traffic signal countdowns | `0e1574f` | `main` | | 24 | 2026-08-05 | 拆分 LowPoly Cars 车辆资产 | `3108336`, `2489b8a` | `main` | | 23 | 2026-08-05 | 车辆连续巡航与转弯 | `30846b6` | `main` | diff --git a/.trellis/workspace/dingkang/journal-1.md b/.trellis/workspace/dingkang/journal-1.md index e6e9b73..cec96bb 100644 --- a/.trellis/workspace/dingkang/journal-1.md +++ b/.trellis/workspace/dingkang/journal-1.md @@ -531,3 +531,24 @@ Added shared 7LED countdown geometry, split dynamic Cesium assets by phase group ### Status [OK] **Completed** + + +## Session 26: 交通信号拓扑与部分构建同步修复 + +**Date**: 2026-08-07 +**Task**: 交通信号拓扑与部分构建同步修复 +**Branch**: `main` + +### Summary + +基于 OSM highway=traffic_signals 控制节点生成 T/十字路口信号,复用共享 OSM 解析;Blender stage 每次重写交通信号锚点,避免部分构建沿用旧 JSON 导致 GLB 与 Cesium 预览 signal id 错位。验证了 nantaizi 区域 35 盏信号、动态/倒计时 GLB、Safari 预览和 preview-assets 测试。 + +### Git Commits + +| Hash | Message | +|------|---------| +| `1c077a3` | (see git log) | + +### Status + +[OK] **Completed**