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