15

I'd like to create beams of electricity between two points very similar to this video: http://www.youtube.com/watch?v=eMJ8-56L3Lc. The effect is so dynamic, with varying lengths and pseudo-random movement in-between the points, that I'm having trouble imagining how I'd accomplish such a thing. Is there any helpful information that might point me in the right direction?

I should note that I'm using the XNA 4.0 Reach profile, but custom shaders are okay because I'm not targeting the Windows Phone.

Christopher Horenstein
  • 1,779
  • 2
  • 18
  • 25

2 Answers2

16

My friend is working on a side-scrolling shooter in XNA that uses similar effects (here's a video of an early test). He wrote a blog post about the technique that you might find helpful.

He's also usually hanging out in the #graphicschat IRC channel on irc.afternet.org (name's Drilian) and could probably help you out.

3

http://www.catalinzima.com/samples/12-months-12-samples-2008/lightning-sample/

and for XNA 4.0: http://www.hatchingdisaster.com/LightningSampleXNA4.zip