summaryrefslogtreecommitdiffstats
path: root/src/controller/exp004display.c (plain)
blob: dd9c3876106c29a10598ab8f3087cd6faf196b72
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#include "exp004display.h"
#include "../view/exp004geometry.h"
#include <GL/glut.h>

#define WINHEIGHT 500

void
exp004display (void)
{
  glClear (GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT);
  exp004geometry (GL_RENDER);
  glutSwapBuffers ();

  return;
}

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.