View Full Version : Texture Repeat ?
popom
05-12-2001, 02:18 PM
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
dorbie
05-14-2001, 06:32 AM
Use texture coordinates greater than 1.0 and less than 0.0.
popom
05-14-2001, 07:54 AM
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.
davepermen
05-14-2001, 09:34 AM
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..
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.