X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=scene.c;h=2894066821781bea5cadc640c1aeb78792b14795;hb=aab8c373bc59bdad20006d4429a67d75c46de0fa;hp=23144bc8811c4ff811136063b9cf41ee25877add;hpb=6c77eb6c640fcb4ac94e063f5e08c907c3b7702b;p=atyndall%2Fcits2231.git diff --git a/scene.c b/scene.c index 23144bc..2894066 100644 --- a/scene.c +++ b/scene.c @@ -616,7 +616,7 @@ void display() { //glTranslatef(0.0, 0.0, 0.0); - glutSolidTeapot(30); // Draw teapot for test + glutWireTeapot(30); // Draw teapot for test glPopMatrix(); glPushMatrix(); @@ -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);