[JAVA3D] VRML 97

2005-01-18 Thread Flavio Gonzaga
Hi All, I am wondering to load a VRML file using Java 3D. What is the best loader for doing it? Does anyone has an example code? I just did an example using the Java.net Community Project, but it didn't work fine. Maybe I did something wrong. I will be glad to reaceive any help regarding this. Th

Re: [JAVA3D] VRML 97

2005-01-18 Thread Kris Kras
Flavio, Try http://www.xj3d.org. This is a project for creating a toolkit for working with VRML97 content in Java. One of the "subprojects" is a VRML97 loader for Java3D. They have some demo programs and the usage/source code. You may have to do some digging through the code and the jars but it

Re: [JAVA3D] Creating stereo 3D visualisations In Java3D

2005-01-18 Thread Paul Gordon
Hi, We use a StereoEyeSeparation of 6.6cm for the physical body, which seems to work well for most. Since Java3D uses metric units, this would be 0.066 overall, or 0.033 for each eye. Your setup has the eyes 1 cm apart. Hope this helps! Paul NUMI Visitor NMIV22 wrote: Can you explain further? H

[JAVA3D] [ANNOUNCE] Jun for Java (Jun499)

2005-01-18 Thread Yoshiyuki NISHINAKA
We have released a new version, 499, of "Jun for Java". This will be the last version which supports Java2 SDK 1.3. The major changes since the version 498 includes: * Refactoring on JunPoint. Some of the return values and the method parameters are changed from Jun3dPoint/Jun2dPoi