X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=blobdiff_plain;f=globals.c;h=a406be452e2b5fbdbb89037c3fb090032235a80f;hp=7b1a4a1138734a112ff3b905ea0f6e7d5ddf57f2;hb=0bf9a194f13fd3e429d83da842d5107db8dbf967;hpb=faf8b6a77994ac32ffff814c08fe59e70431f5d7;ds=sidebyside diff --git a/globals.c b/globals.c index 7b1a4a1..a406be4 100644 --- a/globals.c +++ b/globals.c @@ -95,7 +95,7 @@ GLfloat zoomFactor = 0.2, camRotateFactor = 0.5, camAngleFactor = 0.5; GLfloat leftrightFactor = 0.5, nearfarFactor = 0.5, bigsmallFactor = 0.6, updownFactor = 0.03, rotateFactor = 0.8, texscaleFactor = 0.05; /* Beginning width, height */ -int width = 500, height = 500; +int width = 750, height = 750; /* Texture state tracking */ int currentGroundTexture = 0, currentMeshTexture = 0; \ No newline at end of file