Advertisement

Problem with texture

Started by December 21, 2004 12:24 PM
1 comment, last by MurmelMaster 19 years, 11 months ago
Hi, my question is very simple i want to map a texture on a simple quad of my scene and all other objects shouldn't be mapped at all. My prob is how to disable mapping again? greez MurmelMaster
glEnable( GL_TEXTURE_2D );// bind texture// draw textured objectsglDisable( GL_TEXTURE_2D );// draw untextured objects
You should never let your fears become the boundaries of your dreams.
Advertisement
thx! I forgot to rebind the texture.

have a nice christmas
MurmelMaster

This topic is closed to new replies.

Advertisement