Re: Gears Demo - Where does the Animator class live?
Posted by rtayek on
URL: https://forum.jogamp.org/Gears-Demo-Where-does-the-Animator-class-live-tp4025930p4025931.html
looks like it's in: com.jogamp.opengl.util.*;
the gears code says: import com.sun.opengl.util.Animator;
thanks