(no commit message)
[atyndall/cits2231.git] / scene.c
diff --git a/scene.c b/scene.c
index 67baaa4..93d2171 100644 (file)
--- a/scene.c
+++ b/scene.c
@@ -556,14 +556,14 @@ void display() {
     glutSolidTeapot(1); // Draw teapot for test\r
 \r
     glPushMatrix();\r
-      glDisable(GL_LIGHTING);\r
-      glColor3f(0.0, 0.0, 0.0);\r
+      //glDisable(GL_LIGHTING);\r
+      glColor3f(1.0, 1.0, 1.0);\r
 \r
       /* Draw a yellow ball at the light source. */\r
       glTranslatef(lightPosition[0], lightPosition[1], lightPosition[2]);\r
       glutSolidSphere(1.0, 5, 5);\r
 \r
-      glEnable(GL_LIGHTING);\r
+      //glEnable(GL_LIGHTING);\r
     glPopMatrix();\r
 \r
   glPopMatrix();\r
@@ -584,7 +584,7 @@ void init() {
   gluPerspective(\r
      60.0,  /* field of view in degree */\r
       1.0,  /* aspect ratio */ \r
-    -10.0,  /* Z near */\r
+      0.0,  /* Z near */\r
     900.0   /* Z far */\r
     );\r
   \r

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