From: Ash Tyndall Date: Sun, 9 Oct 2011 11:47:16 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=084fc8b2814a104143969bf3a9feaa200c7ca5cb --- diff --git a/scene.c b/scene.c index 26d0d42..bebcff1 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(1.0f, 1.0f, 0.0f, 0.0f, 0.0f, 0.0f, 1.0f, 0.0f, 1.0f); + gluLookAt(0.45f, 1.0f, 0.0f, 0.0f, 0.0f, 0.0f, 1.0f, 0.0f, 1.0f); glutSwapBuffers(); }