X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;ds=sidebyside;f=scene.c;h=3d7dcd3d490aed938e1c9948038e4e8fa58bec59;hb=4db627cb2b67a5fd49b65b2b8cde754deeddf3e3;hp=115e2f780502beaea74b42b7cac1687b276ecba1;hpb=0027386de971932f47120fee28fec24a64d101b6;p=atyndall%2Fcits2231.git diff --git a/scene.c b/scene.c index 115e2f7..3d7dcd3 100644 --- a/scene.c +++ b/scene.c @@ -291,7 +291,7 @@ void display() { gluLookAt( 0.0, 0.0, 30.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 */ ); glTranslatef(camx, camy, camz);