Yesterday I decided to start my new simulator project with Java and Java3D. Since I already programmed Java before it was a big plus and I could directly start with the simulator. Now I was a bit thinking about how I was going to approach this, and I directly stumbled and the biggest part of my program: the laser in the simulators.
I want to create lasers similar to these (of course I won't ever come that close in the beginning, but you get the idea)
The problem is, can anyone give me a rough explanation of how to approach this? I walked through the full documentation of Java3D but I couldn't find a feature to create things like these. Just some starting point would be nice already.
(If anyone recommends a different 3D API for this kind of task, which is also for Java, please tell me)
Thanks in advance,
William v. Doorn