OpenGL Discussion and Help Forums
>
DEVELOPERS
>
OpenGL coding: beginners
> Tiling textures.
PDA
View Full Version :
Tiling textures.
MrShoe
06-10-2001, 02:42 AM
Basically, how do I tile a texture over say a quad instead of stretching it?? The NeHe tutorials dont say anything about this. Thanks.
Bob
06-10-2001, 02:46 AM
Set the texture's wrap-parameters to GL_REPEAT and use texture coordinates greater than 1.0.
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.