diff options
| author | Valentin Popov <valentin@popov.link> | 2026-07-18 17:23:40 +0300 |
|---|---|---|
| committer | Valentin Popov <valentin@popov.link> | 2026-07-18 17:23:40 +0300 |
| commit | d9ccf7f64debe8baeb829bd917e911c4c0df1c5d (patch) | |
| tree | 50093aa5763f48786d61c36cdddc3f7bcba83731 /docs | |
| parent | 4d024223bb00586b05e8fb5fd1d2469ce7bbb91d (diff) | |
| download | fparkan-d9ccf7f64debe8baeb829bd917e911c4c0df1c5d.tar.xz fparkan-d9ccf7f64debe8baeb829bd917e911c4c0df1c5d.zip | |
feat(game): preview all mission roots by default
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/tomes/05-render.md | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/tomes/05-render.md b/docs/tomes/05-render.md index e23a182..7bdabf4 100644 --- a/docs/tomes/05-render.md +++ b/docs/tomes/05-render.md @@ -972,11 +972,12 @@ of the first-root static-preview bridge, not a claim that the two games' full mission renderers are compatible. The preview now has an explicit root-prefix contract. `--preview-roots N` -prepares the first non-zero `N` TMA roots for the opt-in static Vulkan path; -the default remains one root. Normal mission loading remains full and -transactional, so this is not a hidden relaxation of gameplay validation. The -previous all-root probe timed out at `Graph`; the prefix makes broader scene -work measurable without pretending that a bounded preview is the full game. +prepares the first non-zero `N` TMA roots for the opt-in static Vulkan path. +Without that diagnostic limiter, the static Vulkan path now requests every TMA +root (the runtime clamps the request to the decoded mission length), so a +normal native preview no longer silently displays just root zero. Normal mission +loading remains full and transactional; the prefix is retained for bounded +investigation rather than as a hidden relaxation of gameplay validation. ### Shared terrain/root diagnostic frame |
