gl.glSwapInterval(0);
if you haven't overwritten this setting via your graphics driver.
On 08/03/2010 05:10 PM, matt [via jogamp] wrote:
hello,
i am using a GLCanvas inside a awt frame and i always get 60fps
which is my monitors refresh rate.
how can i disable v sync so that i get higher framerates?
thanks!