X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=scene.c;h=774db181e755935be53028f3fb18ded527a5c046;hb=eff0aa59a94c4bd13c33060c7011e21e19174b40;hp=795fe3dacda41bacaa42cbd4782450bb46453ed2;hpb=3381cff1bdd48d0e8236e74a8ef68836a9b622d4;p=atyndall%2Fcits2231.git diff --git a/scene.c b/scene.c index 795fe3d..774db18 100644 --- a/scene.c +++ b/scene.c @@ -537,7 +537,7 @@ void display() { glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT); glLoadIdentity(); gluLookAt( - 40.0, 0.0, 60.0, /* eye is at (0,8,60) */ + 90.0, 180.0, 60.0, /* eye is at (0,8,60) */ 0.0, 0.0, 0.0, /* center is at (0,0,0) */ 0.0, 1.0, 0.0 /* up is in postivie Y direction */ );