X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=blobdiff_plain;f=globals.c;h=bdabe2d113967167f0de52a3972b9dc31e5514c7;hp=aa9f2838503df8e027dee9c52f35fc4b03577c6a;hb=be10e0bdc4f3277599aa5c02fdddfc0d1cc2f66f;hpb=f82d84288a2402a0ebab3c81a2da6299b90ffc13 diff --git a/globals.c b/globals.c index aa9f283..bdabe2d 100644 --- a/globals.c +++ b/globals.c @@ -86,10 +86,11 @@ GLfloat lineLength = 10; /* Zoom and rotate tracking */ GLfloat zoom = 0.0, rotate = 0.0, camAngle = 40.0; GLfloat zoomFactor = 0.2, camRotateFactor = 0.5, camAngleFactor = 0.5; -GLfloat leftrightFactor = 0.05, nearfarFactor = 0.1, bigsmallFactor = 0.6, updownFactor = 0.03, rotateFactor = 0.8, texscaleFactor = 0.2; +GLfloat leftrightFactor = 0.05, nearfarFactor = 0.1, bigsmallFactor = 0.6; +GLfloat updownFactor = 0.03, rotateFactor = 0.8, texscaleFactor = 0.2; /* Beginning width, height */ -int width = 750, height = 750; +int width = 700, height = 700; /* Texture state tracking */ int currentGroundTexture = 0, currentMeshTexture = 0; \ No newline at end of file