I have a texture of 32x32 size in a Sprite, and I want to repeat this sprite on the screen. How do I do that?
Is there a way to do that automaticaly? I've tried to change the texture wrap parameter from GL_CLAMP_TO_EDGE (the default) to GL_REPEAT but It did not work, when I resize the Sprite.
Thanks in advance
orochi