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

diff --git a/scene.c b/scene.c
index 3d7dcd3..7a10fea 100644 (file)
--- a/scene.c
+++ b/scene.c
@@ -322,7 +322,7 @@ void display() {
     glPushMatrix();\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
+      glutSolidTeapot(100);\r
     glPopMatrix();\r
 \r
     // Draw a white ball over the light source\r

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