Re: Switched to JDK 1.7, GLCanvas buggy on mac
Posted by
Sven Gothel on
Jul 11, 2012; 3:53pm
URL: https://forum.jogamp.org/Switched-to-JDK-1-7-GLCanvas-buggy-on-mac-tp4025496p4025505.html
On 07/11/2012 04:01 PM, Fauldsh [via jogamp] wrote:
> Ok, I made some changes and stripped even more out
> (
https://gist.github.com/3090470). Weirdly if I compile for Java 1.6 and run
> using the Java SE 6 (MacOS X Default) it works fine. Whilst resizing is still
> quite jerky in 1.6 there is no random resizing as in 1.7. Not sure what to
> make of this.
This 'jerky' behavior is well known, see bug
<
https://jogamp.org/bugzilla/show_bug.cgi?id=569>
<
https://jogamp.org/bugzilla/show_bug.cgi?id=599>
Today or tomorrow I may finish my 1st draft of the FBO offscreen
drawable, allowing resize w/o recreation of drawable/context.
On OpenJDK 1.7 the AWT related GLDrawable is always offscreen
as with Applets on OSX >= 10.5.8 and Java6 - since it's the only
JAWT hook they provide (CALayer).
~Sven