* Adjusted lighting parameters to try and get specular lighting to work; no success yet
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;
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;