freakin blending! (openGL)

Started by
0 comments, last by BobertGL 23 years, 6 months ago
Sup? Ok, this is my first post here, How can i disable smooth shading in opengl? I had the superbible, but a friend of mine is "barrowing it" What happens is that i load load a ground texture, a green grid, and opengl makes the green lines blend with the black background! I dont want to make the grid using opengl commands, because i want the ground to be dynamic. thx in advance! My creation: How many bits could a blitter blit if blitter could blit bits?
How many bits could a blitter blit if blitter could blit bits?
Advertisement
not sure i understand u might wanna try
glDisable(GL_BLEND);
glShadeMOdel(GL_FLAT);

This topic is closed to new replies.

Advertisement