I'd like to draw part of the graphics in grayscale, without having to change them by hand (realtime or preprocessing). What I want to do is 'turn' grey some graphics when being drawn, something like a setblend (grayblend)
I think it can't be achieved with blend transformation... I've been looking and trying with glTexImage2D and GL_LUMINANCE but still cannot figure out how to do it, I got strange results (probably messed up the format?) Anyone can lend a hand?
I think it can't be achieved with blend transformation... I've been looking and trying with glTexImage2D and GL_LUMINANCE but still cannot figure out how to do it, I got strange results (probably messed up the format?) Anyone can lend a hand?