This sounds very much like a spritesheet to me (who has never worked on video games). Is the concept similar, and what was the better approach at the time?
It's basically the same thing. You use a texture atlas because switching textures is expensive. We do have a better alternative now called array texture, but texture atlases are still a thing today on limited hardware for performance reasons.
elpocko|1 year ago