From 084fc8b2814a104143969bf3a9feaa200c7ca5cb Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Sun, 9 Oct 2011 19:47:16 +0800 Subject: [PATCH 1/1] --- scene.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } -- 2.20.1