X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=blobdiff_plain;f=scene.c;h=3d7dcd3d490aed938e1c9948038e4e8fa58bec59;hp=892a087b7ad8e49a6baf1cb4ca9870698508cfe0;hb=4db627cb2b67a5fd49b65b2b8cde754deeddf3e3;hpb=0e6f9e61d354ba9e4f4fa9c9efa6fb84374c519f diff --git a/scene.c b/scene.c index 892a087..3d7dcd3 100644 --- a/scene.c +++ b/scene.c @@ -298,7 +298,7 @@ void display() { // **NOTE: Currently this rotation function is all that moves the camera off // the flat surface. Need to integrate function into gluLookAt - glRotatef(50.0, 1.0, 0.0, 0.0); + glRotatef(30.0, 1.0, 0.0, 0.0); /* Reposition the light source. */ lightPosition[0] = 12*cos(lightAngle);