X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=blobdiff_plain;f=scene.c;h=16bd2fb43a80e3a5f5cf54befe49d003159b1d3e;hp=5ae5f23cf75507cfb626517607bfb935b7980a8c;hb=a6ded21f45ac6b4c46f9358f291e3c70566ded0f;hpb=4a470149c629f3adba283d53486b4a8f78cd8262 diff --git a/scene.c b/scene.c index 5ae5f23..16bd2fb 100644 --- a/scene.c +++ b/scene.c @@ -640,7 +640,7 @@ void display() { glPushMatrix(); - //glTranslatef(0.0, 0.0, 0.0); + glTranslatef(0.0, 0.0, -2.0); glutWireTeapot(1); // Draw teapot for test glPopMatrix();