-
Rotate a texture ?
How can we rotate a texture 2D ? I rotate a GL_QUADS but the texture don't follow... Is there a function for the texture ?
-
Junior Member
Regular Contributor
Re: Rotate a texture ?
You must transform texture coordinates.
-
Senior Member
OpenGL Guru
Re: Rotate a texture ?
have u disabled texgen?
are u specifying texture coordinates for each vertice eg glTexCoord2f(0,0)
-
Re: Rotate a texture ?
Yes, I use the glTexCoord2f but the QUAD have a rotate of 45° (I don't use GenTex) and the texture is at 0°... Is there a solution ?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules