技術のこととか
void CLASS::mainLoop(void) { while(true) { glutMainLoopEvent(); // これがfreeglut独自の関数 // Window1 glutSetWindow(this->winId[0]); this->display1(); // Window2 glutSetWindow(this->winId[1]); this->display2(); this->idle(); // (とか、何かやりたい処理とか自由に) } }
0 件のコメント:
コメントを投稿