X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=blobdiff_plain;f=globals.h;h=04841f8da9037e88f8e2de8349cfefa1bf25d042;hp=ac0184c3578b3104b78e6849a76d7504193feaf8;hb=d4d78a8d7485bc1b7c2736f890857c9cd8360969;hpb=7bc353f0b089403981ebea667c6bf881f9f123c7;ds=sidebyside diff --git a/globals.h b/globals.h index ac0184c..04841f8 100644 --- a/globals.h +++ b/globals.h @@ -62,6 +62,9 @@ extern int drawFloorRecurse; /* Size of floor, from -n to n */ extern int floorSize; +/* Current camera position */ +extern GLfloat x, y, z; + /* Light 0 parameters */ extern GLfloat diffuse0[]; extern GLfloat ambient0[];