I am drawing some quads in a foggy scene fogcolor={1.0f,1.0f,1.0f,1.0f} that use two textures for blending. A black and white mask for GL to know what to blend and the real texture. I keep the quads'...
Type: Posts; User: Polymorph
I am drawing some quads in a foggy scene fogcolor={1.0f,1.0f,1.0f,1.0f} that use two textures for blending. A black and white mask for GL to know what to blend and the real texture. I keep the quads'...
Thanks a lot.
Heya ppl!
I am coding a OpenGL framework that I want to use to test various OpenGL stuff with and I want it to display a dialog first that lets the user pick a resolution and other stuff. My only...