Infinite shapes with mod()
mod() to your coordinates, you fold infinite space into repeating cells — define one shape and it appears everywhere. Use floor() to get each cell's unique ID, then feed that ID into a hash to give every copy a different rotation, color, or animation. This is how shader artists create infinite grids, city scapes, and kaleidoscopic patterns from a single distance function.