On 03/20/2015 02:12 PM, elect [via jogamp] wrote:
> What's the difference between the two?
>
Our IIRC chat about v-sync and animator ..
<
http://jogamp.org/log/irc/jogamp_20141026050625.html#l69>
In short: FPSAnimator relies on manual sync,
simply using a timer.
Animator relies on the v-sync 'GLBase.setSwapInterval(int)'
and simply renders as fast as possible (w/ a thread yield if desired).
Hence Animator is the only reliable tear-free working animator.
Further in above discussion, the v-sync when using more than one window,
which may result in a double v-sync (halved framerate ..)
~Sven