From: Ash Tyndall Date: Tue, 18 Oct 2011 10:53:12 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=55b5f8f1554ca1368031583fb99be833d84a358c;hp=c3f151c018e143e5505a2c13f3ab876fd5b0a67f --- diff --git a/scene.c b/scene.c index aa26ba1..3d5583f 100644 --- a/scene.c +++ b/scene.c @@ -616,7 +616,7 @@ void display() { //glTranslatef(0.0, 0.0, 0.0); - glutSolidTeapot(30); // Draw teapot for test + glutWireTeapot(30); // Draw teapot for test glPopMatrix(); glPushMatrix(); @@ -645,7 +645,7 @@ void init() { gluPerspective( 60.0, /* field of view in degree */ 1.0, /* aspect ratio */ - -900.0, /* Z near */ + 0.0, /* Z near */ 900.0 /* Z far */ );