From 3cf7b0ecfa4d428c7774fc4196adfbe21bd4fe08 Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Tue, 18 Oct 2011 15:47:50 +0800 Subject: [PATCH] --- scene.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scene.c b/scene.c index 71b190a..4bfc13c 100644 --- a/scene.c +++ b/scene.c @@ -559,7 +559,7 @@ void display() { glPushMatrix(); glLoadIdentity(); glColor3f(1.0, 0.0, 1.0); - glTranslatef(0.0, 0.0, 0.0); + glTranslatef(0.0, 0.0, -1.0); glutSolidTeapot(1); // Draw teapot for test glPopMatrix(); -- 2.20.1