From 874481319bb04b6e86e77a07679d1f10f8a38875 Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Fri, 21 Oct 2011 09:19:56 +0800 Subject: [PATCH 1/1] --- scene.c | 1 + 1 file changed, 1 insertion(+) diff --git a/scene.c b/scene.c index 7e287ed..bd927d9 100644 --- a/scene.c +++ b/scene.c @@ -410,6 +410,7 @@ int main(int argc, char **argv) { glDepthFunc(GL_LEQUAL); // the type glEnable(GL_CULL_FACE); glEnable(GL_TEXTURE_2D); + glEnable(GL_NORMALIZE); glLineWidth(1.0); glHint(GL_PERSPECTIVE_CORRECTION_HINT, GL_NICEST); -- 2.20.1