(no commit message)
authorAsh Tyndall <[email protected]>
Tue, 18 Oct 2011 10:53:12 +0000 (18:53 +0800)
committerAsh Tyndall <[email protected]>
Tue, 18 Oct 2011 10:53:12 +0000 (18:53 +0800)
scene.c

diff --git a/scene.c b/scene.c
index aa26ba1..3d5583f 100644 (file)
--- a/scene.c
+++ b/scene.c
@@ -616,7 +616,7 @@ void display() {
     \r
       //glTranslatef(0.0, 0.0, 0.0);\r
  \r
-      glutSolidTeapot(30); // Draw teapot for test\r
+      glutWireTeapot(30); // Draw teapot for test\r
     glPopMatrix();\r
 \r
     glPushMatrix();\r
@@ -645,7 +645,7 @@ void init() {
   gluPerspective(\r
      60.0,  /* field of view in degree */\r
       1.0,  /* aspect ratio */ \r
-      -900.0,  /* Z near */\r
+      0.0,  /* Z near */\r
     900.0   /* Z far */\r
     );    \r
 \r

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