X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=blobdiff_plain;f=globals.h;h=71a21c24a6e5942d300c4a088933e2fc9c42ba75;hp=ac0184c3578b3104b78e6849a76d7504193feaf8;hb=dc65ca1020fbda1ad57d1a3d30cfe4d37323bf64;hpb=7bc353f0b089403981ebea667c6bf881f9f123c7 diff --git a/globals.h b/globals.h index ac0184c..71a21c2 100644 --- a/globals.h +++ b/globals.h @@ -62,6 +62,12 @@ extern int drawFloorRecurse; /* Size of floor, from -n to n */ extern int floorSize; +/* Current camera position */ +extern GLfloat camx, camy, camz, rot; + +/* Length of axis lines */ +extern GLfloat lineLength; + /* Light 0 parameters */ extern GLfloat diffuse0[]; extern GLfloat ambient0[];