Re: Port to JOGL2 questions
Posted by
gouessej on
Nov 07, 2010; 11:17am
URL: https://forum.jogamp.org/Port-to-JOGL2-questions-tp1845722p1857179.html
Hi!
I don't use any animator in TUER as far as I know and it works, I call display() explicitly. However, what I did was almost like using an animator. I advise you to use an animator but put a flag into your rendering code to redraw nothing when it is not necessary and disable the auto swap buffer mode in your canvas.