From the technique I've seen, it works like this: Using the CPU, you... * Create a mesh and populate it with quads (separate pieces formed by 2 triangles). * Each quad is mapped to the entire UV space. * Each quad has their own pivot (an abstract point, since the quads are not separate objects, only separate geometry),…