|
From: David M. <da...@me...> - 2001-06-12 17:33:06
|
Curtis L. Olson writes: > Here's the problem ... > > panel.cxx line #251 > > glBindTexture(GL_TEXTURE_2D, _bg->getHandle()); > glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_REPEAT); > glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_REPEAT); > > Removing the two glTexParameteri() calls completely removes the > artifact. Bravo. David -- David Megginson da...@me... |