From: Ash Tyndall Date: Fri, 21 Oct 2011 01:47:54 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=4cf287426fae4fe7d4bf5296453c91307314f8f1 --- diff --git a/scene.c b/scene.c index cb6fd4e..aa27999 100644 --- a/scene.c +++ b/scene.c @@ -414,7 +414,7 @@ int main(int argc, char **argv) { glDepthFunc(GL_LEQUAL); // the type glEnable(GL_TEXTURE_2D); glEnable(GL_NORMALIZE); - glLineWidth(1.0); + glLineWidth(2.0); glHint(GL_PERSPECTIVE_CORRECTION_HINT, GL_NICEST);