Trouble with alpha
Hello! :)
I have trouble with alpha! I have a texture, I check every single pixel in loop and if it's black (0,0,0) I set alpha = 0, if it's not exactly black I set alpha = 255.
Later, by using Color4f, I try to make my picture gets better visability and there is my problem! I need better visability for picture without background whitch alpha was 0, but Color4f incrases visability for the picture (that's ok) and background that shouldn't be visable! Do You know the way to make background's alpha = 0 forever, without any way to change it?
Thanks for any help! :)
[Edited by - Gravell on December 10, 2006 1:29:14 PM]
A screenshot or two would be nice.
Generally if you set the image alpha to 0 then it should stay that way all the time since glColor4f modulates the color with the texture not add it or anything.
Generally if you set the image alpha to 0 then it should stay that way all the time since glColor4f modulates the color with the texture not add it or anything.
www.flashbang.se | www.thegeekstate.com | nehe.gamedev.net | glAux fix for lesson 6 | [twitter]thegeekstate[/twitter]
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement