(no commit message)
[atyndall/cits2231.git] / scene.c
diff --git a/scene.c b/scene.c
index de3a2f7..a99a692 100644 (file)
--- a/scene.c
+++ b/scene.c
@@ -124,7 +124,7 @@ GLfloat angle2 = 30;   /* in degrees */
 \r
 /* Near and far parameters */\r
 GLfloat near = -10;\r
-GLfloat far = 10;\r
+GLfloat far = 20;\r
 \r
 /* Zoom factor for mouse movements */\r
 GLfloat zoomFactor = 1.0;\r
@@ -665,9 +665,9 @@ void display() {
     \r
     // Draw teapot for a test object\r
     glPushMatrix();\r
-      glTranslatef(0.0, 1.0, 0.0); // **NOTE: Teapot does not rest on surface\r
+      glTranslatef(0.0, 0.5, 0.0); // **NOTE: Teapot does not rest on surface\r
       glColor3f(0.5, 0.5, 0.5);\r
-      glutWireTeapot(1);\r
+      glutSolidTeapot(1);\r
     glPopMatrix();\r
 \r
     // Draw a white ball over the light source\r

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