My Project
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Friends Macros
Classes | Macros
GlutWindow.h File Reference
#include <GL/freeglut.h>
#include <iostream>
#include <pthread.h>
#include <math.h>
#include <string.h>

Go to the source code of this file.

Classes

class  GlutWindow
 Basic GlutWindow class that creates a window and initializes everything. It also implements a basic user input motion to move around in the environment. More...
 

Macros

#define GL_F1_KEY   1
 
#define GL_F2_KEY   2
 
#define GL_F3_KEY   3
 
#define GL_UP_KEY   101
 
#define GL_DOWN_KEY   103
 
#define GL_LEFT_KEY   100
 
#define GL_RIGHT_KEY   102
 
#define GL_PUP_KEY   104
 
#define GL_PDN_KEY   105
 
#define GL_HOME_KEY   106
 
#define GL_END_KEY   107
 

Macro Definition Documentation

#define GL_DOWN_KEY   103
#define GL_END_KEY   107
#define GL_F1_KEY   1
#define GL_F2_KEY   2
#define GL_F3_KEY   3
#define GL_HOME_KEY   106
#define GL_LEFT_KEY   100
#define GL_PDN_KEY   105
#define GL_PUP_KEY   104
#define GL_RIGHT_KEY   102
#define GL_UP_KEY   101