From: Ash Tyndall Date: Tue, 18 Oct 2011 10:54:57 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;ds=sidebyside;h=aab8c373bc59bdad20006d4429a67d75c46de0fa;hp=55b5f8f1554ca1368031583fb99be833d84a358c;p=atyndall%2Fcits2231.git --- diff --git a/scene.c b/scene.c index 3d5583f..2894066 100644 --- a/scene.c +++ b/scene.c @@ -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);