Lac
03-24-2003, 08:05 AM
Hello,
I'm writing a basic image sequence player (GLUT+GLUI): images a loaded from disk and must be displayed in a window.
When I use a spinner the refresh is done automatically. I would like to do the same thing with a button ("play") which will play the whole sequence without any click from me.
What should I do?
(I've tried to a glutPostRedisplay() but it doesn't work
Thanks in advances
Lac
I'm writing a basic image sequence player (GLUT+GLUI): images a loaded from disk and must be displayed in a window.
When I use a spinner the refresh is done automatically. I would like to do the same thing with a button ("play") which will play the whole sequence without any click from me.
What should I do?
(I've tried to a glutPostRedisplay() but it doesn't work
Thanks in advances
Lac