BlitzMax - generating 2D neon glowing line effect to png file
- by zanlok
Originally asked on StackOverflow, but it became tumbleweed.
I'm looking to create a glowing line effect in BlitzMax, something like a Star Wars lightsaber or laserbeam. Doesn't have to be realtime, but just to TImage objects and then maybe saved to PNG for later use in animation. I'm happy to use 3D features, but it will be for use in a 2D game.
…