(no commit message)
[atyndall/cits2231.git] / globals.h
index 4c7854a..dc92453 100644 (file)
--- a/globals.h
+++ b/globals.h
@@ -53,9 +53,6 @@ extern GLfloat far;
 extern GLfloat nearClip;
 extern GLfloat farClip;
 
-/* Zoom factor for mouse movements */
-extern GLfloat zoomFactor;
-
 /* Recursion level for floor drawing */
 extern int drawFloorRecurse;
 
@@ -89,4 +86,7 @@ extern GLfloat specular[];
 /* Beginning width, height */
 extern int width, height;
 
+/* Zoom and rotate tracking */
+GLfloat zoomFactor, rotateFactor;
+
 #endif /* GLOBALS_H */
\ No newline at end of file

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