X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=blobdiff_plain;f=scene.c;h=eb5c5376940a07e31dd2de0a1560b0182860b075;hp=471a506e3d78729ede93be401a0dac25311fb2fa;hb=53d9a37287f1cb882a41f82f631329f08d9e4cdd;hpb=ce7b7f0dc579cb9b4e1a48080c6cdbf778a376af diff --git a/scene.c b/scene.c index 471a506..eb5c537 100644 --- a/scene.c +++ b/scene.c @@ -537,7 +537,7 @@ void display() { glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT); glLoadIdentity(); gluLookAt( - 0.0, 0.0, -60.0, /* eye is at (x,y,z) */ + 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, 1.0 /* up is in postivie Y direction */ );