repeating textures

hi,

i am using a mesh where the texture
coordinates of the objects in the mesh are
outside the range of 0 and 1 . i.e. texture coordinates greater than 1 and less than 0.

what i tried was to use only fractional part
of the texture , but this to degradation of
mesh quality.

any help how to handle it would be great.

thanks,
jagz

Try setting the glTexParameter for GL_WRAP_S and WL_WRAP_T to GL_REPEAT (default).

Please post questions like these in the beginners forum from now on.

– Tom