first commit

This commit is contained in:
Jose Caban
2025-06-07 01:59:34 -04:00
commit 388ac241f0
3558 changed files with 9116289 additions and 0 deletions

13
CS4451/proj4/defs.h Normal file
View File

@@ -0,0 +1,13 @@
#ifndef _DEFS_H_
#define _DEFS_H_
#include <GL/glut.h>
typedef GLfloat m_float; //Let's precision be quickly changed
typedef GLint m_int;
typedef GLuint m_uint;
enum { MENU_SHADOWS, MENU_SHADOW_VOLUMES, MENU_PRIMITIVES_ONLY,
MENU_CLEAR_WHITE, MENU_CLEAR_BLACK };
#endif