Problem with texture
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.
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement