From 55b5f8f1554ca1368031583fb99be833d84a358c Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Tue, 18 Oct 2011 18:53:12 +0800 Subject: [PATCH 1/1] --- scene.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 */ ); -- 2.20.1