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