X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=blobdiff_plain;f=scene.c;h=96bfb037d85eca198f4a36f970b9e8a7be11946f;hp=3bda9b42afdb3c4f77f2079cfa04766b448992da;hb=7664cdd0015a7d16ea6fdb0b06fca1a23586f0c1;hpb=519f453dab3dd31341d4dc2e6e1ae4f3beac977c diff --git a/scene.c b/scene.c index 3bda9b4..96bfb03 100644 --- a/scene.c +++ b/scene.c @@ -355,8 +355,6 @@ void display() { glLightfv(GL_LIGHT1, GL_POSITION, lightPosition1); drawFloor(); - - drawLine(); // Draw teapot for a test object glPushMatrix(); @@ -385,6 +383,8 @@ void display() { glEnable(GL_LIGHTING); glPopMatrix(); + drawAxisLines(); + glPopMatrix(); glutSwapBuffers();