Re: Question About Annimation
Posted by Mike on Mar 25, 2014; 1:29am
URL: https://forum.jogamp.org/Question-About-Annimation-tp4032059p4032063.html
So let me see if I understand this; when one uses an animator class (e.g. FPSAnimator) without sub-classing it all one is doing is saving the work of writing the loop to call the display function iteratively.
Am I to assume that as one would like more advanced animations, one then sub-classes an animator class and adds code to control the more advanced animation?
I think I'm going to have more questions on this as I work more closely with the first few examples in the tutorial, but I want to make sure I understand your reply for now.
Thanks,
Mike