X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=globals.c;h=719d6ae5069786b0d481572a434616db8a1f318e;hb=ab838687c0439bc042cf3818fd7dcba9c23963a4;hp=278bf8958ee3c0dae36567578465012b8d5a0bcf;hpb=94605c9ba4cad948d4488cb87cb8134240adf8c2;p=atyndall%2Fcits2231.git diff --git a/globals.c b/globals.c index 278bf89..719d6ae 100644 --- a/globals.c +++ b/globals.c @@ -92,7 +92,7 @@ GLfloat emission[] = {0.0, 0.3, 0.3, 1.0}; /* Zoom and rotate tracking */ GLfloat zoom = 0.0, rotate = 0.0, camAngle = 40.0; GLfloat zoomFactor = 0.2, rotateFactor = 0.5, camAngleFactor = 0.5; -GLfloat leftrightFactor = 0.5, nearfarFactor = 0.5, bigsmallFactor = 0.5, updownFactor = 0.5; +GLfloat leftrightFactor = 0.5, nearfarFactor = 0.5, bigsmallFactor = 0.05, updownFactor = 0.5; /* Beginning width, height */ int width = 500, height = 500;