* Retail eye-position stability at rest (2026-06-08) * THE crux is retail viewer (eye) origin byte-stable at rest or does it jitter * SmartBox+0x08 viewer Position objcell_id +0x04 frame +0x08 m_fOrigin +0x34 * so viewer.objcell_id = ecx+0x0c origin x/y/z = ecx+0x44 / +0x48 / +0x4c (raw float bits in hex) * Also viewer_sought_position at SmartBox+0x58 (pre-collision desired eye) origin at ecx+0x94 * Hold the camera still during this capture .logopen C:\Users\erikn\source\repos\acdream\.claude\worktrees\thirsty-goldberg-51bb9b\flap-eye-stability.log .sympath C:\Users\erikn\source\repos\acdream\refs .symopt+ 0x40 .reload /f acclient.exe r $t0 = 0 bp acclient!SmartBox::update_viewer "r $t0 = @$t0 + 1; .printf \"[eye] h=%d cell=%x pub=(%08x,%08x,%08x) sought=(%08x,%08x,%08x)\\n\", @$t0, poi(@ecx+0x0c), poi(@ecx+0x44), poi(@ecx+0x48), poi(@ecx+0x4c), poi(@ecx+0x94), poi(@ecx+0x98), poi(@ecx+0x9c); .if (@$t0 >= 120) { .detach } .else { gc }" g