X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;ds=inline;f=scene.c;h=115e2f780502beaea74b42b7cac1687b276ecba1;hb=0027386de971932f47120fee28fec24a64d101b6;hp=9c6d0c4d690359025dc245a7508a0def863b6259;hpb=bf3cf131a6c4b18ca07a2a85156c063ff3bdcd04;p=atyndall%2Fcits2231.git diff --git a/scene.c b/scene.c index 9c6d0c4..115e2f7 100644 --- a/scene.c +++ b/scene.c @@ -289,7 +289,7 @@ void display() { glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT); glLoadIdentity(); gluLookAt( - 0.0, 0.0, 10.0, /* eye is at (x,y,z) */ + 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 */ );