skip to content
Back to writing

Mipmap Explorer

An interactive visualization for understanding mipmap levels, texture filtering, and LOD selection in real-time.

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