Re: Issue with Java 3D under OpenJDK 7 / Mac OS X
Posted by
Traksewt on
Jan 04, 2013; 6:59am
URL: https://forum.jogamp.org/Issue-with-Java-3D-under-OpenJDK-7-Mac-OS-X-tp4025259p4027691.html
Has anyone here tested the Mac JDK fix?
I built the JDK according to :
https://wikis.oracle.com/display/OpenJDK/Mac+OS+X+Portby getting the latest JDK7u.
By checking the code, I saw it has the fixes listed here:
http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/73a2bcfba54aI tried it out and it still gives the a scaling issue still when resizing the canvas.
The scaling issue is not as bad as before, but the Y axis is inverted. ie when you resize the window down the canvas disappears to the top of the window.
The X axis is over-scaling. So when you expand the window to the right, the canvas disappears to the right.