I'd like to create a retro-looking 2D game and I really like the "glowing line" effect that a game called Project Vex does. Other examples of games that do this are GridWars and Defcon.
I've tried looking at the source to GridWars but the code is so large that I can't find out what I need to do this myself... (eg. all I want to do is draw a polygon that glows)
Here are screenshots of the effect I'm trying to achieve:
http://devimg.net/?Post=448
http://www.introversion.co.uk/defcon/about/screenshots.html
(the first screenshot [eg. Project Vex] is *exactly* what I'd like)
So... how can I do this myself? How can I draw a simple polygon (or line) that is glowing? (I don't care even if I have to use strict OpenGL to do this....)
Thanks,
John
I've tried looking at the source to GridWars but the code is so large that I can't find out what I need to do this myself... (eg. all I want to do is draw a polygon that glows)
Here are screenshots of the effect I'm trying to achieve:
http://devimg.net/?Post=448
http://www.introversion.co.uk/defcon/about/screenshots.html
(the first screenshot [eg. Project Vex] is *exactly* what I'd like)
So... how can I do this myself? How can I draw a simple polygon (or line) that is glowing? (I don't care even if I have to use strict OpenGL to do this....)
Thanks,
John