Answer by JasonWyatt for Is there a data storage pattern similar to mipmaps in graphics?
In a sense, I think you kind of answered your own question here when you explained how Mip Mapping works (by interpolation/extrapolation).
At different levels of “zoom”, you’d just choose a lower…