From: Ash Tyndall Date: Sat, 22 Oct 2011 07:28:00 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=f35856ff3c184a948587637fd43206c901032426 --- diff --git a/scene.c b/scene.c index 618c1ae..78bfefd 100644 --- a/scene.c +++ b/scene.c @@ -502,7 +502,7 @@ int main(int argc, char **argv) { glDepthRange(0,1); glEnable(GL_DEPTH_TEST); // Enables Depth Testing glDepthFunc(GL_LEQUAL); // the type - glEnable(GL_NORMALIZE); + glEnable(GL_CULL_FACE); glLineWidth(2.0); glHint(GL_PERSPECTIVE_CORRECTION_HINT, GL_NICEST);