Re: Code for Peer Review
Posted by
gouessej on
Jul 31, 2012; 9:13am
URL: https://forum.jogamp.org/Code-for-Peer-Review-tp4025708p4025710.html
Hi
- disable dithering once for all during the initialization, not each time you update the display
- use the class Buffers
- use Animator and enable v-sync instead of using FPSAnimator, it is more reliable and cross-platform (but someone can still disable v-sync by another mean)