I've got a standard blitz sprite and I need to get the index of each vertex, and the surface. The reason being, I wan't to flip the sprite's texture without having to make a duplicate, flipped texture in the video memory. The only real way to do this would to get each of its vertices, and change the UV co-ordinates.
Is this even possible?
Is this even possible?