X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=blobdiff_plain;f=scene.c;h=f9f1251da9eb2f621eb4d213b0259e16fea6cc7c;hp=3d5583f9c6666e6c70552ea0e7c5ab83c378968f;hb=06447bbec84ca5858c8392ca0981c38a78a44775;hpb=55b5f8f1554ca1368031583fb99be833d84a358c diff --git a/scene.c b/scene.c index 3d5583f..f9f1251 100644 --- a/scene.c +++ b/scene.c @@ -615,7 +615,7 @@ void display() { glPushMatrix(); //glTranslatef(0.0, 0.0, 0.0); - + glLoadIdentity(); glutWireTeapot(30); // Draw teapot for test glPopMatrix(); @@ -692,7 +692,7 @@ int main(int argc, char **argv) { glDepthFunc(GL_LEQUAL); // the type glEnable(GL_CULL_FACE); glEnable(GL_TEXTURE_2D); - glLineWidth(3.0); + glLineWidth(1.0); glHint(GL_PERSPECTIVE_CORRECTION_HINT, GL_NICEST);