From 73e131681643c5c9b3ddd3ca10bf0c19011f3a28 Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Tue, 18 Oct 2011 15:54:39 +0800 Subject: [PATCH] --- scene.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scene.c b/scene.c index 6e075e6..9698963 100644 --- a/scene.c +++ b/scene.c @@ -558,7 +558,7 @@ void display() { glPushMatrix(); glLoadIdentity(); - glTranslatef(0.0, 0.0, 0.0); + glTranslatef(0.0, -90.0, -60.0); glutSolidTeapot(5); // Draw teapot for test glPopMatrix(); -- 2.20.1