stexturing problems
Hello!!
I have a problem when I wnat to draw a TGA-textured poly and other non-textured poly (using primitives with color).
When I render the textured poly I use glEnable(GL_TEXTURE_2D), and when I want to draw a non-textured poly I use glDisable(GL_TEXTURE_2D) (because if I draw the non-textured poly with glEnable(GL_TEXTURE_2D), I can''t see the true colors of the non-textured poly).
When I use glDisable(GL_TEXTURE_2D) and draw the non-textured poly, the color of the textured poly changes,.... whats wrong?
Thanks and sorry for my english!!
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement