texture scaling

Can i repeat a texture on one surface more then once and if so how?

glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_REPEAT);

This sort of thing?

Ah so that function was responsible for that thx very much