2015年5月7日 星期四

week11_金博鈞

1.Timer計時器
 
 
void timer(int t)
{
    glutTimerFunc(10, timer, 0);
    angle+=1;
    glutPostRedisplay();
}

沒有留言:

張貼留言