X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=blobdiff_plain;f=globals.h;h=71a21c24a6e5942d300c4a088933e2fc9c42ba75;hp=04841f8da9037e88f8e2de8349cfefa1bf25d042;hb=dc65ca1020fbda1ad57d1a3d30cfe4d37323bf64;hpb=d95870a5f740a7ed8c1adbd63b6ffd26fb5a3940 diff --git a/globals.h b/globals.h index 04841f8..71a21c2 100644 --- a/globals.h +++ b/globals.h @@ -63,7 +63,10 @@ extern int drawFloorRecurse; extern int floorSize; /* Current camera position */ -extern GLfloat x, y, z; +extern GLfloat camx, camy, camz, rot; + +/* Length of axis lines */ +extern GLfloat lineLength; /* Light 0 parameters */ extern GLfloat diffuse0[];