Example #1
0
void display(void) {
    glClear(GL_COLOR_BUFFER_BIT);
    escena.draw();
    glFlush();
    glutSwapBuffers();
}