An Animator can be attached to one or more {@link GLAutoDrawable}s to drive their display() methods in a loop.
The Animator class creates a background thread in which the calls to display()
are performed. After each drawable has been redrawn, a brief pause is performed to avoid swamping the CPU, unless {@link #setRunAsFastAsPossible} has been called.
|
|
|
|
|
|
|
|