First-Person Vector Space
First-person vector space places the camera at eye level inside the world and draws that world as wireframe lines, giving the player a viewpoint rather than a view of a character.
Geometry is stored as line segments, transformed each frame into the viewer's frame of reference, then projected onto the screen as glowing edges. No surfaces, no textures, no lighting: distance is communicated by how the lines converge and how quickly they grow. Because drawing cost scales with the number of lines rather than with pixels, large open spaces are cheap and detail is not, which is why these worlds feel empty and vast.
Battlezone put this in arcades for Atari in 1980, with a periscope hood, a tank that turns on its treads and volcanoes on the horizon. Earlier first-person experiments exist, notably the networked 1970s program Maze War, so Battlezone is better described as the moment the viewpoint reached the public than as the moment it was invented. Vector displays made the choice practical, since they draw lines directly instead of filling a raster.
Putting the camera in the body changed what a game could ask of a player: orientation, spatial memory and judging distance in depth all become skills. It also cost the player their avatar, and with it the readability of a third-person frame, which is one reason first-person games lean so heavily on their heads-up displays. Dungeon crawlers took the viewpoint into grids and menus; shooters took it into speed.
Lineage — traced back to a root
Every mechanic in this dataset resolves to an ancestral chain. This one is 2 steps deep, beginning with Object Collision As Verb in 1962.
Descends directly from
Forked into
Ultima I stepped it through a grid, The Bard's Tale filled it with a party and menus, and Ultima Underworld: The Stygian Abyss made the same viewpoint continuous and physical.
Carried forward by 10 later games
Everything downstream
27 mechanics ultimately descend from this one.
Look this mechanic up elsewhere
Also called: wireframe 3d, first-person view, vector graphics