void MyIdleFunc(void) { glutPostRedisplay();} /* things to do while idle */. void RunIdleFunc(void) { glutIdleFunc(MyIdleFunc); }.
確定! 回上一頁