> If you want to actually use Java3D, then I hope your reason is that you are
> doing an article about deprecated technologies or have a fetish for hurting
> yourself. Otherwise, if you want to use 3D in a Java program, you want to
> go with a modern OpenGL wrapper library such as LWJGL or LibGDX. Either
> have plenty of tutorials available.
Hi,
Thank you for the hints. I am forced to write a programm which wirks
with jdek 1.6, because in our windows and unix-environment no newer
jre is available to let it run. Therefore I wanted to look for java3d.
But I see lwjgl is based also on java 1.6 so I will use this.
So thank you very much for this hint.
Alex