(no commit message)
[atyndall/cits2231.git] / globals.c
index 5f622ff..cfc021f 100644 (file)
--- a/globals.c
+++ b/globals.c
@@ -89,6 +89,8 @@ GLfloat shine = 100.0;
 GLfloat glightmodel[] = {0.2,0.2,0.2,1};
 GLfloat emission[] = {0.0, 0.3, 0.3, 1.0};
 
 GLfloat glightmodel[] = {0.2,0.2,0.2,1};
 GLfloat emission[] = {0.0, 0.3, 0.3, 1.0};
 
+GLfloat lightBallSize = 0.2;
+
 /* Zoom and rotate tracking */
 GLfloat zoom = 0.0, rotate = 0.0, camAngle = 40.0;
 GLfloat zoomFactor = 0.2, camRotateFactor = 0.5, camAngleFactor = 0.5;
 /* Zoom and rotate tracking */
 GLfloat zoom = 0.0, rotate = 0.0, camAngle = 40.0;
 GLfloat zoomFactor = 0.2, camRotateFactor = 0.5, camAngleFactor = 0.5;

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