Is there some simple way to make a tiled texture?
I mean, I have a texture (bmp) that is smaller than a quad and I want to put it side by side until it covers the hole quad.
Is there some simple way to make a tiled texture?
I mean, I have a texture (bmp) that is smaller than a quad and I want to put it side by side until it covers the hole quad.
Set the texture environment mode to GL_REPEAT and use texture coordinates greater than 1.
j
I got it!
and Thanks j, It works!