Android : glowing/pulsing line/triangle
- by AndroidGecko
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