From: Ash Tyndall Date: Fri, 21 Oct 2011 00:20:57 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=e0726f60384f9ee752dbb78307e13be9a6ca7cf8 --- diff --git a/scene.c b/scene.c index d1c7cf2..99506e0 100644 --- a/scene.c +++ b/scene.c @@ -409,8 +409,8 @@ int main(int argc, char **argv) { glMatrixMode(GL_MODELVIEW); gluLookAt( - 0.0, 35.0, -20.0, /* eye is at (x,y,z) */ - 0.0, 10.0, 0.0, /* center is at (x,y,z) */ + 0.0, 8.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 */ );