tools(walk-oracle): capture the per-land-cell draw order (LC/SC lines) for S3 chunk 3

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This commit is contained in:
Erik 2026-09-03 06:31:54 +02:00
parent e7b6dc03c5
commit b62dbf035c
3 changed files with 6 additions and 2 deletions

View file

@ -137,6 +137,8 @@ Lead verifies every finding against the source before an edit (S2 precedent:
## 7. Open questions for the capture session (ask for exactly these two)
1. `LScape::calc_draw_order` sequence at each of the four poses (far-to-near
land cell order) — chunk 3's oracle.
land cell order) — chunk 3's oracle. Captured by the walk template's `LC`/`SC`
lines (added 2026-09-03: `RenderDeviceD3D::DrawLandCell` 0x0059f120 /
`DrawSortCell` 0x0059f140, one line per call with the cell's `m_DID`).
2. Per-frame `outside_view.view_count` and the device-stamp advance count at
each pose — chunk 2's oracle for the re-arm gate.