Please add some kind of bloom/glow effect for vector lines. This would be great for all sorts of effects (lasers/lightning/etc). Thank you. [import]uid: 70538 topic_id: 17575 reply_id: 317575[/import]
For what it’s worth you can hand-code this by adding a loop which will draw lines *around* your original line: for each iteration (say, 4 or so), increase the line thickness, but decrease its alpha. I’ve done this for one game and it looks good (albeit it increases the number of display objects). [import]uid: 10284 topic_id: 17575 reply_id: 67011[/import]
thats actually a really good idea! [import]uid: 70538 topic_id: 17575 reply_id: 67086[/import]
Is this still valid? I’m doing this but I’m wondering if something changed in the meantime.
Also, if I need to make a glowing moving object, how can I make the glowing lines tied to the original (physic) object?
Thanks [import]uid: 118481 topic_id: 17575 reply_id: 80818[/import]