Re: FPS locked at 60 on GTX 260
Posted by Demoscene Passivist on Jun 12, 2011; 12:17pm
URL: https://forum.jogamp.org/FPS-locked-at-60-on-GTX-260-tp3054520p3055386.html
Sounds like u are using "v-sync" on ur NVidia card. U have to either disable (forced) v-sync in the driver setting and/or explicitly disable v-sync by using "tGL.setSwapInterval(0);" in ur JOGL application. Also u may have to use "tAnimator.setRunAsFastAsPossible(true);".