Advertisement

texture mapping quad strips - ignore post, done it now

Started by February 24, 2005 03:34 PM
-1 comments, last by lc_overlord 20 years ago
hey all, i a trying to texture map a quad strip but i can only seem to be able to map the yexture to any one quad on the entire strip does someone please have some example code to show me, only of the texture being mapped to the vertices, for example glTexCoord2f(0.0f, 1.0f); glVertex3f(-6,2.5f,5); glTexCoord2f(0.0f, 0.0f); glVertex3f(-6,-4,5); glTexCoord2f(1.0f, 1.0f); glVertex3f(-6,2.5f,-2); glTexCoord2f(1.0f, 0.0f); glVertex3f(-6,-4,-2); Thanks for your time [Edited by - warerare on February 24, 2005 5:20:03 PM]

This topic is closed to new replies.

Advertisement