From: Ash Tyndall Date: Sun, 9 Oct 2011 11:48:07 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=78c62e6812b8564a6bc0a6838ff4aaed25e30914;ds=sidebyside --- diff --git a/scene.c b/scene.c index dd12fb8..860d821 100644 --- a/scene.c +++ b/scene.c @@ -510,7 +510,7 @@ void display() { glTranslatef( 0.0f, 0.0f, -5.0f); // Move into the Screen 10.0 glutSolidTeapot(1); - gluLookAt(0.7f, 1.0f, 0.0f, 0.0f, 0.0f, 0.0f, 1.0f, 0.0f, 1.0f); + gluLookAt(0.7f, 0.4f, 0.9f, -2.0f, -1.0f, -7.0f, 1.0f, 10.0f, 1.0f); glutSwapBuffers(); }