(no commit message)
[atyndall/cits2231.git] / scene.c
diff --git a/scene.c b/scene.c
index 26d0d42..bebcff1 100644 (file)
--- 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\r
    glutSolidTeapot(1);\r
 \r
-   gluLookAt(1.0f, 1.0f, 0.0f, 0.0f, 0.0f, 0.0f, 1.0f, 0.0f, 1.0f);\r
+   gluLookAt(0.45f, 1.0f, 0.0f, 0.0f, 0.0f, 0.0f, 1.0f, 0.0f, 1.0f);\r
 \r
    glutSwapBuffers();\r
 }\r

UCC git Repository :: git.ucc.asn.au