glow effect
in
Programming Questions
•
3 years ago
hi guys
i'm rendering some wireframes objects and i want to apply a glow effects to it.
like this:
what i've understand:
render not in normal mode but inside a texture,
copy my texture and blur the copy
get another copy to get the bloom mask (i've not fully understand what this is)
merge the 3 texture obtained to get final effect (with opengl blend mode i think)
i'm looking for a good way to do this with no external library (like glgraphics or pixelnerve)
3