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