Login  Register

Re: Some issues using NEWT

Posted by ac on Feb 25, 2012; 5:24am
URL: https://forum.jogamp.org/Some-issues-using-NEWT-tp3757230p3774482.html

Thanks for the source links.

I managed to build jogl and played around a bit with the code in MacOSXWindowSystemInterface-pbuffer.m

As it is indicated in the comments, the [context setValues: &interval forParameter: NSOpenGLCPSwapInterval] call doesn't have any effect. I tried placing it in various other places (before making context current, in the setSwapInterval method) but didn't appear to change anything.

So at this point I don't have any specific suggestions, I will let you know if I think of anything else.