Login  Register

Re: Question About Annimation

Posted by jmaasing on Mar 24, 2014; 7:53pm
URL: https://forum.jogamp.org/Question-About-Annimation-tp4032059p4032060.html

The animator doesn't actually animate anything. It is a convenience class that calls the display method over and over again. That is so you have some place to put your own animation code and have it called repeatedly.
The difference between just making your own loop and the animator is that it tries to make the calls at an even rate.