X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=blobdiff_plain;f=scene.c;h=b62756cba0b2bf69a9afc424e9a252e5e6482646;hp=3c25623b0741b460ad6918b4975799a7faa7c161;hb=d2f95696176f02685511cb96ca7d9664323feb42;hpb=ec80d8ef3d8a350840e9b04a37c6b1ee09270a05 diff --git a/scene.c b/scene.c index 3c25623..b62756c 100644 --- a/scene.c +++ b/scene.c @@ -297,7 +297,7 @@ void display() { glLoadIdentity(); gluLookAt( - 30.0, 30.0, 30.0, /* eye is at (x,y,z) */ + -30.0, -30.0, -30.0, /* eye is at (x,y,z) */ 0.0, 0.0, 0.0, /* center is at (x,y,z) */ 0.0, 1.0, 0.0 /* up is in postivie Y direction */ );