Android : glowing/pulsing line/triangle

Posted by AndroidGecko on Game Development See other posts from Game Development or by AndroidGecko
Published on 2013-11-03T20:39:13Z Indexed on 2013/11/03 22:20 UTC
Read the original article Hit count: 277

Filed under:
|
|
|

I would like to create a simple Android app using Opengl ES 2.0 that is showing a simple shape (like line or triangle) that is glowing and pulsing like Nexus X logo in this video : http://youtu.be/jBKVAfZUFqI?t=59s

What should I look for?

So far I googled around for glowing effects and found techniques like "bloom" or "additive blending". Are they relevant here? how I would implement pulsing glow with them?

Any links to relevant works very appreciated Thanks!

P.S - I am very familiar with Android SDK; just started with OpenGL ES

© Game Development or respective owner

Related posts about opengl

Related posts about android