diff options
| author | Valentin Popov <valentin@popov.link> | 2026-07-18 18:30:27 +0300 |
|---|---|---|
| committer | Valentin Popov <valentin@popov.link> | 2026-07-18 18:30:27 +0300 |
| commit | a01c21f8658e239fd6eaed06189fcbe9ae9bea52 (patch) | |
| tree | faef87cf49adeaffc3640d02ea5927ff46771172 /docs/tomes/07-implementation.md | |
| parent | 77d38e4c1214af82b8e46d745ae411ff4592f603 (diff) | |
| download | fparkan-a01c21f8658e239fd6eaed06189fcbe9ae9bea52.tar.xz fparkan-a01c21f8658e239fd6eaed06189fcbe9ae9bea52.zip | |
feat(render): consume world snapshot transforms
Diffstat (limited to 'docs/tomes/07-implementation.md')
| -rw-r--r-- | docs/tomes/07-implementation.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/tomes/07-implementation.md b/docs/tomes/07-implementation.md index d9c6f80..c48fea2 100644 --- a/docs/tomes/07-implementation.md +++ b/docs/tomes/07-implementation.md @@ -390,6 +390,13 @@ deterministic ticks. This is the state foundation for a future route/movement controller; it does not claim recovered velocity, collision or original behavior-controller semantics. +The ordinary planning renderer now consumes this snapshot state before falling +back to a mission draft. Its current transform bridge applies the preserved +position and non-uniform scale only; raw orientation remains uninterpreted in +this backend-neutral path. A GOG AutoDemo planning run on 2026-07-18 completed +two ticks with eight objects, 66 draws and state hash +`a54855a4f47ffa380911228f295dd49a9a7b88d6ff271a23db48ba318b1fbbb4`. + Записывается начальная миссия, seed, input events, network messages и значения внешних часов. На контрольных ticks сохраняется canonical state hash: |
