this post was submitted on 12 Jun 2024
3 points (100.0% liked)

Hacker News

2142 readers
165 users here now

A mirror of Hacker News' best submissions.

founded 2 years ago
MODERATORS
top 1 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 7 months ago* (last edited 7 months ago)

I think someone else would've eventually used BSP for games. The genius move was doing it per column instead of every pixel or per row, so that it could run on a 386. This imposed some restrictions on the level geometry but it made the game possible at the time, otherwise we might not have seen BSP in a game until the Pentium at the earliest.

And then making the textures stored in columns instead of rows because the whole game was drawing in columns was another great move.