diff options
| author | Valentin Popov <valentin@popov.link> | 2026-07-18 13:17:31 +0300 |
|---|---|---|
| committer | Valentin Popov <valentin@popov.link> | 2026-07-18 13:17:31 +0300 |
| commit | 4a5a56c0989af72a6fcae175a6b041ebe99fdeb7 (patch) | |
| tree | 98013f889898c1c1fcaf3108970cd3c0767a3782 /docs | |
| parent | ac1cd9640df2400c0a44084536f05b7a3f20bb19 (diff) | |
| download | fparkan-4a5a56c0989af72a6fcae175a6b041ebe99fdeb7.tar.xz fparkan-4a5a56c0989af72a6fcae175a6b041ebe99fdeb7.zip | |
docs(evidence): capture live camera projection input
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/tomes/05-render.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/tomes/05-render.md b/docs/tomes/05-render.md index acd9c14..61c63d8 100644 --- a/docs/tomes/05-render.md +++ b/docs/tomes/05-render.md @@ -1345,6 +1345,17 @@ non-affine block and, crucially, does **not** identify that inverse as a view matrix. Whether a selector result is camera-to-world or already a renderer transform remains an evidence boundary. +The active camera now also has a proven live projection-interface boundary. +`LoadCamera` stores its selector-18 camera interface at outer offset `+0x19C`; +in the elevated GOG AutoDemo sample it was a `CBufferingCamera` object with +relocated vtable `0x02576344`. Its rectangle at `+0x10` was exactly +`(left=0, top=0, right=1024, bottom=768)`, its projection-type field at +`+0x230` was `0`, and its FOV field at `+0x234` was `1.04` radians. +`CBufferingCamera` passes that FOV to `tan(fov / 2)` on its type-0 projection +path. This proves the live vertical-angle input and viewport for this sample; +it does not yet assign the two remaining projection values, near/far planes, +depth range, clip-space Y direction, or a Vulkan projection matrix. + 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 |
