Commit Graph
1 Commits
Author SHA1 Message Date
CydandClaude Opus 4.8 6aaceaa312 firmware-decomp: capture_wireframe.py -- reconstruct the projected object as a
VSTRIP triangle-strip wireframe from the emulated i860's transform output

Vertex node layout (capfw7): model xyz @+0x00, normal @+0x10, next @+0x2c (linked
list = triangle strip), screen Y @+0x28, screen X @+0x40. Hook the transform loop
tail (0xf041614c), read node=r22-0x40 + f13/f16 = screen (x,y), group strips by
node-address gap. cap7 death-cam object = 4 strips / 45 verts -> a real wireframe.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-16 14:03:45 -05:00