(no commit message)
authorAsh Tyndall <[email protected]>
Thu, 20 Oct 2011 03:22:02 +0000 (11:22 +0800)
committerAsh Tyndall <[email protected]>
Thu, 20 Oct 2011 03:22:02 +0000 (11:22 +0800)
scene.c

diff --git a/scene.c b/scene.c
index c7cd7a5..dde2125 100644 (file)
--- a/scene.c
+++ b/scene.c
@@ -285,7 +285,7 @@ void display() {
     \r
     // Draw teapot for a test object\r
     glPushMatrix();\r
-      glTranslatef(0.0, 0.5, 0.0); // **NOTE: Teapot does not rest on surface\r
+      glTranslatef(0.0, 1.0, 0.0); // **NOTE: Teapot does not rest on surface\r
       glColor3f(0.5, 0.5, 0.5);\r
       glutSolidTeapot(1);\r
     glPopMatrix();\r

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