Tagged Questions
1
vote
1answer
423 views
How can I implement “cut outs” for lighting in OpenGL?
So, I'm working with OpenGL (I'm not exactly sure of the version), and I want to do an old-style lighting setup by essentially drawing a black rectangle over the screen, and drawing white circles over ...
4
votes
2answers
1k views
Blending 2d images to subtract alpha
I'm looking into doing a 2d lighting system with a result similar to this: http://forums.tigsource.com/index.php?topic=15619.0 This thread I believe disregards color, as well as doesn't really list a ...