Re: Mac Canvas3D location bug
Posted by hharrison on Oct 07, 2013; 6:28pm
URL: https://forum.jogamp.org/Mac-Canvas3D-location-bug-tp4030052p4030192.html
>> Does it work well on other platforms ? X11, Windows .. ?
>
>I still use Java 3D 1.6 / JOGL 2 only under Mac OS X, because it's the only system where Java 1.5.2 can't run with Java 7 and I >had some problems to run Java 3D 1.6 / JOGL 2 under Linux and Windows last year. I just tried again and Sweet Home 3D still >fails under Windows but runs correctly under Ubuntu 12.04 with Java 7.
Is this under a real windows machine? Or windows inside a virtualization environment? I seem to recall that
testing windows in that environment was futile as the opengl driver segfaults on the first Opengl call of
any kind....ie, not a jogl/java3d issue at all. The only reason the old Java3d works is because of the directX backend.
Is that correct?
Harvey