As simple as it sounds these proving more difficult then I thought.
1) I tried Lee Stemkoski's particle examples.
https://stemkoski.github.io/Three.js/
But there seemt to be no clear way of providing source and target
2) Also the THREEx extension for laser is there
http://learningthreejs.com/blog/2014/04/29/beautiful-dynamic-laser-beams-for-your-space-game-with-threex-dot-laser-game-extension-for-three-dot-js/
But I can not change the color. My background is white so I would liek a colored laser.
Also the glow is only when it interesects the object.
Asked
Active
Viewed 251 times
0

WestLangley
- 102,557
- 10
- 276
- 276

user2324723
- 113
- 2
- 13
-
1There is code on how to create a cylinder between two points here: http://stackoverflow.com/a/30644582/1980846 – gaitat Jun 10 '15 at 03:41
-
Thank you gaitat that is the best answer so far. – user2324723 Jun 16 '15 at 23:58
-
you could give me some points on that answer. – gaitat Jun 17 '15 at 00:28