(no commit message)
[atyndall/cits2231.git] / globals.h
index 8601a4b..4c6c086 100644 (file)
--- a/globals.h
+++ b/globals.h
@@ -34,25 +34,12 @@ extern char dataDir[];
 
 extern int moving, startx, starty;
 
-/* Time varying or user-controled variables. */
-extern float jump;
-extern float lightAngle, lightHeight;
-extern GLfloat angle;
-extern GLfloat angle2;
-
-/* Near and far parameters - calculates scene size */
-extern GLfloat near;
-extern GLfloat far;
-
-/* Near and far clipping planes - calculates clipping planes */
-extern GLfloat nearClip;
-extern GLfloat farClip;
-
 /* Recursion level for floor drawing */
 extern int drawFloorRecurse;
 
 /* Size of floor, from -n to n */
 extern int floorSize;
+extern float squareSize;
 
 /* Current camera position */
 extern GLfloat camx, camy, camz, keyrot;

UCC git Repository :: git.ucc.asn.au