X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=blobdiff_plain;f=scene.c;h=e58ec7ef29622ca42e941d6db0c845ecfcac3500;hp=3c25623b0741b460ad6918b4975799a7faa7c161;hb=4971264ae0b432e2622ec59a392c6f757a8323ff;hpb=ec80d8ef3d8a350840e9b04a37c6b1ee09270a05 diff --git a/scene.c b/scene.c index 3c25623..e58ec7e 100644 --- a/scene.c +++ b/scene.c @@ -296,11 +296,11 @@ void display() { glMatrixMode(GL_MODELVIEW); glLoadIdentity(); - gluLookAt( - 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 */ - ); + //gluLookAt( + // -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 */ + // ); /* Reposition the light source. */ lightPosition[0] = 12*cos(lightAngle);