Aug 30, 2013
jodyv
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...
Loading...
Nov 14, 2015
Jody Verret
After much procrastination, I finally decided to test getting Java3D stereo
via JOGL working under linux. (See my original post on Aug 30, 2013)...
Loading...
Nov 14, 2015
gouessej
Hi
Does your trick work with a more recent build of Java3D?
Loading...
Dec 02, 2015
MrFreeze
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...
Loading...
Dec 02, 2015
gouessej
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...
Loading...
Sep 03, 2013
bjoern
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 ...
Loading...
Mar 06, 2014
babor
Hi everyone,
We are using Java3D as a rendering engine in our open source scientific visualization software VisNow (http://visnow.icm.edu.pl).
...
Loading...
Mar 06, 2014
Xerxes Rånby
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...
Loading...
Mar 06, 2014
babor
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...
Loading...
Mar 07, 2014
gouessej
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...
Loading...
Mar 07, 2014
babor
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...
Loading...
Mar 07, 2014
gouessej
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...
Loading...
Mar 07, 2014
babor
The most important class that uses Canvas3D is pl.edu.icm.visnow.geometries.viewer3d.Display3DPanel
I assume you mean SwingUtilities.ge...
Loading...
Dec 15, 2014
Julien
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...
Loading...
Sep 01, 2015
bjoern
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...
Loading...
Sep 01, 2015
bjoern
Looking for something completely different, I just came across this info from Andrew Davison:
Starting with Java 7, you have a redraw problem c...
Loading...
Sep 01, 2015
gouessej
Actually, this property works less and less as time goes by:
https://jogamp.org/bugzilla/show_bug.cgi?id=1182
Loading...
Sep 27, 2015
bjoern
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...
Loading...
Mar 07, 2014
Xerxes Rånby
Anthony have created a new OpenJDK bugreport to track the AWT regression that broke Java3D stereo.
http://mail.openjdk.java.net/pipermail/awt-dev...
Loading...
Mar 07, 2014
Xerxes Rånby
I have posted the issue to OpenJDK awt-dev:
http://mail.openjdk.java.net/pipermail/awt-dev/2014-March/007173.html
Loading...
Mar 06, 2014
gouessej
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...
Loading...
Mar 06, 2014
babor
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...