X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=scene.c;h=347e681a3e826928cdc7f3179a9ccdd04d2346e2;hb=34009a867bb2aef3c2113ad6e10ce48911dbf8fe;hp=079433c9b26172f87f968e39e8db5de2dad97672;hpb=9630fcbe763ed8c935c60a44c0d8ace778383109;p=atyndall%2Fcits2231.git diff --git a/scene.c b/scene.c index 079433c..347e681 100644 --- a/scene.c +++ b/scene.c @@ -310,7 +310,7 @@ void display() { 0.0, 1.0, 0.0 /* up is in postivie Y direction */ ); - glRotatef(45.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);