X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=blobdiff_plain;f=scene.c;h=242a10482f0cfae27c4c01f2bda37e7f38bf4100;hp=23144bc8811c4ff811136063b9cf41ee25877add;hb=fbcff5fdddb4380b77f5cc4eb8a9419266fc1355;hpb=6c77eb6c640fcb4ac94e063f5e08c907c3b7702b diff --git a/scene.c b/scene.c index 23144bc..242a104 100644 --- a/scene.c +++ b/scene.c @@ -591,7 +591,7 @@ void display() { gluLookAt( 0.0, 0.0, 60.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 */ + 0.0, -1.0, 0.0 /* up is in postivie Y direction */ ); /* Reposition the light source. */