skip to content

Mipmap Explorer

/ 1 min read

About

Mipmap Explorer is an interactive tool for visualizing how mipmapping works in texture mapping. It lets you explore mipmap levels, see how texture filtering reduces aliasing artifacts, and understand LOD (level of detail) selection in real time.

Built as a companion visualization for Stanford CS248A: Interactive Computer Graphics.

  1. Live demo: https://visual-compute.github.io/mipmap/
  2. Course page: https://gfxcourses.stanford.edu/cs248a/winter26