diff options
| author | Valentin Popov <valentin@popov.link> | 2026-07-18 12:38:49 +0300 |
|---|---|---|
| committer | Valentin Popov <valentin@popov.link> | 2026-07-18 12:38:49 +0300 |
| commit | 4ea4be8cadbbc4a8d9d5c00f83eee221055eb976 (patch) | |
| tree | 6005f5c06d455c8109189c4cd53a4a07430ab918 | |
| parent | 3d9a3249540a4e657a54d4a5287d78d798b59284 (diff) | |
| download | fparkan-4ea4be8cadbbc4a8d9d5c00f83eee221055eb976.tar.xz fparkan-4ea4be8cadbbc4a8d9d5c00f83eee221055eb976.zip | |
docs(evidence): record blocked live camera probe
| -rw-r--r-- | docs/tomes/05-render.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/tomes/05-render.md b/docs/tomes/05-render.md index 18796b9..15274cf 100644 --- a/docs/tomes/05-render.md +++ b/docs/tomes/05-render.md @@ -1279,6 +1279,14 @@ string-labelled `ICamera::SetTransformMatrix` (RVA `0x4F830`) and `ICamera::GetTransformMatrix` (RVA `0x4F850`) are both obsolete-call stubs, so they are not a usable method ABI. +A fresh no-input launch of the canonical `iron_3d.exe` did create a responsive +window titled `Parkan. Железная Стратегия`. A read-only probe then requested +`PROCESS_QUERY_INFORMATION | PROCESS_VM_READ` and attempted to read the known +Terrain global at image address `0x1007355C`; `OpenProcess` returned +`ERROR_ACCESS_DENIED` (5), so no process memory or camera value was read. The +window was left running. A same- or higher-integrity 32-bit debugger is still +required for live camera evidence. + `Land.msh` использует отдельный geometry-only bridge: validated `TerrainFace28` сохраняет source triangle order, а его positions и packed UV0 попадают в тот же static vertex/index upload path. Для текущего диагностического viewer XY bounds |
