Mar 252011
There is a new section on the GLUT tutorial. It introduces the glutPostRedisplay
function.
This function replaces the idle function, and allows us to save CPU when the application is idle. Full source code is provided as usual.
There is a new section on the GLUT tutorial. It introduces the glutPostRedisplay
function.
This function replaces the idle function, and allows us to save CPU when the application is idle. Full source code is provided as usual.