Exemplo n.º 1
0
//----------display----------
void display(void) {
  glClear( GL_COLOR_BUFFER_BIT );

  // Scene rendering
  _escena.embaldosar(nCols);

  glFlush();
  glutSwapBuffers();
}