Added second light, tidied up global variables, renamed drawLine() to drawAxisLines()
[atyndall/cits2231.git] / globals.c
index d01c1f5..87a439d 100644 (file)
--- a/globals.c
+++ b/globals.c
@@ -45,17 +45,6 @@ char dataDir[200];  // Stores the directory name for the meshes and textures.
 
 int moving, startx, starty;
 
-/* Time varying or user-controled variables. */
-float jump = 0.0;
-
-/* Near and far parameters - calculates scene size */
-GLfloat near = -30;
-GLfloat far = 30;
-
-/* Near and far clipping planes - calculates clipping planes */
-GLfloat nearClip = -200;
-GLfloat farClip = 200;
-
 /* Recursion level for floor drawing */
 int drawFloorRecurse = 8;
 

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