OpenGL amination with MFC

Started by
-1 comments, last by bondi 22 years, 8 months ago
I''ve written a simple program in WIN32 Console Application that rotate always a triangle until the user quits the program. I''ve use glutIdleFunc(func) to increase the rotation angle and glutPostRedisplay() to refresh the display. Now I want to write the same program with MFC-Application. Can I use glutIdleFunc(func) and glutPostRedisplay() ? Can somebody help me ? bondi

This topic is closed to new replies.

Advertisement