15-462 Graphics I
3
Compiling Under Windows (Answer)
•Must install GLUT
•Good source: http://www.opengl.org/
•Includes should be
•
•
•Do not include <GL/gl.h> or <GL/glu.h>
•Run on lab machines before handing in!
#include <GL/glut.h>
#include <stdlib.h>