07-30-2005, 01:25 PM
How can I change the transparency of a textured quad in OpenGL ? because I tried using glColor4f(255,255,255,0) and it was still visible, isnt the last parameter the alpha one? - Im confused ..!
I need to fade in and out textured quads .. and perhaps move them from point A to point B smoothly - I can only do a rough movement (from point a to b no interpolation) is there any examples on doing this? also mouse picking? I got an example and it was very well loaded of crap!! why isnt there any example with 2 cubes on screen and nothing else than that, where it lets you mouse pick on them... instead of moving crap with sounds and stupidity for a mouse picking example..!!
I need to fade in and out textured quads .. and perhaps move them from point A to point B smoothly - I can only do a rough movement (from point a to b no interpolation) is there any examples on doing this? also mouse picking? I got an example and it was very well loaded of crap!! why isnt there any example with 2 cubes on screen and nothing else than that, where it lets you mouse pick on them... instead of moving crap with sounds and stupidity for a mouse picking example..!!