예제 #1
0
파일: main.cpp 프로젝트: linmdotor/OpenGL
//----------display----------
void display(void) {
  glClear( GL_COLOR_BUFFER_BIT );

  // Scene rendering
  _escena.embaldosar(nCols);

  glFlush();
  glutSwapBuffers();
}