From: Ash Tyndall Date: Wed, 19 Oct 2011 12:15:25 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=80eec6fadf0959fc87376028a8fd0ab9c5b8cb89;p=atyndall%2Fcits2231.git --- diff --git a/scene.c b/scene.c index 60fde81..78ac064 100644 --- a/scene.c +++ b/scene.c @@ -657,7 +657,8 @@ void display() { drawFloor(); - + drawLine(); + // Draw teapot for a test object glPushMatrix(); glTranslatef(0.0, 1.0, 0.0); // **NOTE: Teapot does not rest on surface