How can I repeat a selection of a texture atlas?
For example, my sprite (selection) is within the texture coordinates:
GLfloat textureC
Can be done with modulo of your tex-coords in shader. The mod will repeat your sub range coords.