Texture Repeat ?

Hello !!!

When I apply a texture with TextCoord, my picture (for texture) is scaled in x and in Y, how can i do to repeat my picture all over an object ?

Thanks !
bye
Cyril

Use texture coordinates greater than 1.0 and less than 0.0.

I use this !
0.0<x<0.1
0.0<y<0.1

But that 's not work !!!

why ?
My picture is scale in x and in y …

thanks !

Originally posted by dorbie:
Use texture coordinates greater than 1.0 and less than 0.0.

GREATER THAN 1, AND SMALLER THAN 0

means

coords like that:

-10,-10
10,-10
-10,10
10,10

like that you will see your texture 20x20 times…