epicenter effect
Hard to explain in words what i want to visual achieve 
i want to focus the user to a place on the GUI. i want a circular burst of color from a point, like a epicenter.
Any starting points to look at? demo code?

i want to focus the user to a place on the GUI. i want a circular burst of color from a point, like a epicenter.
Any starting points to look at? demo code?
see http://developer.apple.com/samplecode/Ro...index.html
and http://developer.apple.com/documentation...useEvents:
and http://developer.apple.com/documentation...useEvents:
Sir, e^iπ + 1 = 0, hence God exists; reply!
If you're ambitious, I'd recommend throwing ~300 particles, and then using a Delaunay Triangulator to mesh them in real time (300 for a CD or C2D; less for slower CPUs). If you vary the color by velocity and the alpha transparency by distance from origin, you can get a nice explosive (and silky smooth) splash effect.
---Kelvin--
15.4" MacBook Pro revA
1.83GHz/2GB/250GB
Possibly Related Threads...
| Thread: | Author | Replies: | Views: | Last Post | |
| Using blending for a text fading effect. | cjcaufield | 2 | 3,486 |
Jun 30, 2010 08:21 PM Last Post: cjcaufield |
|
| Halo-Effect in 3D OpenGL ES | Bersaelor | 4 | 4,718 |
Dec 17, 2009 11:54 AM Last Post: Mark Levin |
|
| How to do a Quick, Dirty bloom effect FAST! | Oddity007 | 12 | 6,926 |
May 9, 2009 09:42 AM Last Post: aardvarc |
|
| malloc particle effect (glDrawArray) | Graphic Ace | 1 | 2,680 |
Mar 15, 2009 03:13 PM Last Post: maximile |
|
| Turning Page Effect with OpenGl | ReSuMa | 3 | 4,665 |
May 12, 2007 05:57 AM Last Post: ReSuMa |
|

