BMP images - Help

Started by
4 comments, last by Pedro Ferreira 23 years ago
Hi to all. Please help me on this. I''ve loaded a bmp and I was trying to put some lines on top of the bitmap. What happens is that the lines appear black and not white, I''ve tried to change the color of the lines, but what happens is that the whole image gets the new color. How can I put the lines in top of bitmaps whithout changing the bitmaps color? Pedro
Advertisement
I''m using OPENGL.
Pedro

try doing
glDisable(GL_TEXTURE_2D);
before u draw the lines.
then enable it again when ur going to draw some textures.

life is unfair, take advantage of it.
UNMB2 - if the link doesn''t work, try clicking it
life is unfair, take advantage of it.UNMB2 - if the link doesn't work, try clicking it :)
Hi

If you can''t fix it, email me.
brunomtc@hotmail.com

fica bem,

Bruno
quote:Original post by Bruno

Hi

If you can''t fix it, email me.
brunomtc@hotmail.com

fica bem,

Bruno


Obrigado
Vou tentar.
Pedro

quote:Original post by thuned

try doing
glDisable(GL_TEXTURE_2D);
before u draw the lines.
then enable it again when ur going to draw some textures.

life is unfair, take advantage of it.
UNMB2 - if the link doesn''t work, try clicking it

Thanks, I''ll try that.
Pedro

This topic is closed to new replies.

Advertisement