is it necessary to call animator.stop() before exiting a JOGL application?
while on the topic of the animator object -> is it really necessary at all? from what i can tell, the animator sets up a program loop, right? at first i thought “no, there must be more to it…,” but then i looked and it only has the 2 methods.
either i’m missing out on something, or the animator is useless.