X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=blobdiff_plain;f=scene.c;h=b183b8e86bf312d8abbcf748c9c42d8d4ea8cd78;hp=39809efa76f6a852ef794695f97786cb08ca041b;hb=419cb9eb978a89ea17b58e7f5adec2cf19cba7e4;hpb=d63c4ce701d33fe63a0af65b2335e982dd52f36e diff --git a/scene.c b/scene.c index 39809ef..b183b8e 100644 --- a/scene.c +++ b/scene.c @@ -263,7 +263,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(30.0, 1.0, 0.0, 0.0); + glRotatef(75.0, 1.0, 0.0, 0.0); /* Reposition the light source. */ lightPosition[0] = 12*cos(lightAngle);