X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=blobdiff_plain;f=scene.c;h=f7dbd40079cd81f71f90d493853304fecd8b1f25;hp=079433c9b26172f87f968e39e8db5de2dad97672;hb=a020144e3c81b827e06abee630979965c24a707d;hpb=9630fcbe763ed8c935c60a44c0d8ace778383109;ds=sidebyside diff --git a/scene.c b/scene.c index 079433c..f7dbd40 100644 --- a/scene.c +++ b/scene.c @@ -298,7 +298,7 @@ void display() { 90.0, aspect, 0.1, - 100 + 200 ); glMatrixMode(GL_MODELVIEW); @@ -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);