OpenGl glutIdleFunc(void (*func)(void))

Posted by PHENOMERICAN on Stack Overflow See other posts from Stack Overflow or by PHENOMERICAN
Published on 2010-03-30T00:49:33Z Indexed on 2010/03/30 0:53 UTC
Read the original article Hit count: 422

Filed under:
|
|

I'm trying to design very simple animation in OpenGL such as rotating and translating objects. In the red book, I found that using GLUT's glutIdleFunc() is okay for a simple animation.

How many times does glutIdleFunc(...) call the function in one second?

Thank you.

© Stack Overflow or respective owner

Related posts about opengl

Related posts about animation