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