I'm looking for a shader or sample that does an electricity or lines-of-force effect between two points that can be used with XNA 3.1.
Asked
Active
Viewed 1,425 times
6
-
2You might be interested in this question, which provides an interesting method for producing lightning. – Grace Note Mar 21 '11 at 12:29
2 Answers
8
I'm not sure if this fits to your picture of "electricity effect":
video and article about it

Notabene
- 6,068
- 1
- 32
- 40
1
Download RenderMonkey has samples for image based effects including spark and electricity.

concept3d
- 12,706
- 4
- 45
- 57
-
I downloaded RenderMonkey. Really nice and lots of cool effects but no spark and no electricity sample. – Shachar Weis Mar 21 '11 at 15:09
-
I think you can find it in an example called "image space effects" .. its not the default shader by so you need to browse different shaders in the example. – concept3d Mar 22 '11 at 07:33
-