🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Multiple viewports (#42)

Started by
0 comments, last by Redien 17 years, 7 months ago
In Lesson #42, I removed the texture coordinates from the Quad in the upper-left viewport, and replaced them with simple vertex colors. Just like in lesson #1 or #2. When I do this, the quadrant is blank. If I try to draw any new objects in any of the 4 viewports, the viewports go blank. What's the trick here?
Advertisement
Have you disabled textures?
try removing the line in the code that enables textures or call glDisable( GL_TEXTURE_2D) after the initialization code.

This topic is closed to new replies.

Advertisement