X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=blobdiff_plain;f=globals.c;h=a5e70f455043f882212ecafb3349ee70be653625;hp=9e0554a94ad398810fe197adbace486626713c6e;hb=9971a6affb8e7135bd4cf146097042f22aa64689;hpb=67851aec87bf49d83ca6aa1babe1ab253231153b diff --git a/globals.c b/globals.c index 9e0554a..a5e70f4 100644 --- a/globals.c +++ b/globals.c @@ -70,7 +70,7 @@ GLfloat zoomFactor = 1.0; int drawFloorRecurse = 8; /* Size of floor, from -n to n */ -int floorSize = 200; +int floorSize = 50; /* Current camera x, y, z coords */ GLfloat camx = 0.0, camy = 0.0, camz = 0.0, rot = 0.0;