Java3D stereo

classic Classic list List threaded Threaded
22 messages Options
Java3D stereo – From : jdverret@... Hello everyone. First, congratulations to the team on your very fast port for Java3D to use jogl! I'm very impressed w...
After much procrastination, I finally decided to test getting Java3D stereo via JOGL working under linux. (See my original post on Aug 30, 2013)...
Hi Does your trick work with a more recent build of Java3D?
Hello all, thankfully I can confirm that stereo vision works fine the Java3D 1.6.0 pre 12 Version. I used the WrappedCanvas trick to detect ste...
Hi I'm a bit reluctant to add the "Wrapped Canvas" workaround as it might have some nasty side effects and I can't test on a stereo d...
Hi Harvey, Hi Julien, and Hi Jody, first of all, thanks a lot to you - Julien and Harvey - for starting saving Java 3D! We are also using Java ...
Hi everyone, We are using Java3D as a rendering engine in our open source scientific visualization software VisNow (http://visnow.icm.edu.pl). ...
The changes seen in the Java 7 update are caused by the following bug-fix 5 years ago: http://bugs.java.com/view_bug.do?bug_id=6804747 http://h...
First of all, even if you could do that it seems highly impractical - every time you wish to add Canvas3D to any container you'd have to set G...
Maybe it would be possible to write a dirty kludge to work around this known regression in AWT but I'm against this option because it isn't suit...
Thanks for your comments. Surely the idea of different scenegraph is acceptable, but at the moment we'd like to keep Java3D API within our applica...
Your source code is available on Github but I haven't found yet the classes that rely on Java3D. Several JOGL users have already switched from J...
The most important class that uses Canvas3D is pl.edu.icm.visnow.geometries.viewer3d.Display3DPanel I assume you mean SwingUtilities.ge...
Hello All, In an effort to try to restart this discussion, and make some progress on this issue, I have posted this message: http://mail.ope...
Hi all, I do not really understand why you are making these efforts to enable stereo with Java3D. I coded now a little example based on our CEL...
Looking for something completely different, I just came across this info from Andrew Davison: Starting with Java 7, you have a redraw problem c...
Actually, this property works less and less as time goes by: https://jogamp.org/bugzilla/show_bug.cgi?id=1182
Yes, Julien, might be in the future. But did somebody of you test my code above, which should solve your stereo issues with J3D? see JogampJ3DS...
Anthony have created a new OpenJDK bugreport to track the AWT regression that broke Java3D stereo. http://mail.openjdk.java.net/pipermail/awt-dev...
I have posted the issue to OpenJDK awt-dev: http://mail.openjdk.java.net/pipermail/awt-dev/2014-March/007173.html
Hi Please can you indicate exactly which version of Java you use under GNU Linux? Please test at least once with OpenJDK. If there is a regress...
Hi, I've tested this issue under Oracle JDK 1.7.0_51, OpenJDK 1.7.0_51, IBM JDK 1.7, Oracle JDK 1.6.0_43 and IBM JDK 1.6. See below for detai...