Login  Register

Re: vrml97

Posted by philjord on Mar 19, 2020; 10:37am
URL: https://forum.jogamp.org/vrml97-tp4040444p4040446.html

Pierre,
I just gone ahead and done what Julien suggested you do.

I assumed this jar came from:
http://www.java2s.com/Code/Jar/j/Downloadj3dvrml97jar.htm

This looks like it's under the jdesktop license, even though the source code isn't easily found online.

I'd like to include this loader in Java3D1.7 utils jar at some point, so I've had a go at de compiling it and making it work. java3d1.zip

If you like you can download it and see if you can get it to work as you need it to. Just start from the test.java file in the default package. Some input files work, some don't.

The code is de compiled code so it looks very ugly.

Phil.