From 5e4c0e0a446683d7d76c44bc40cf094d71f43567 Mon Sep 17 00:00:00 2001 From: Yoann Date: Wed, 18 Jan 2012 13:21:41 +0100 Subject: [PATCH] =?UTF-8?q?D=C3=A9sactivation=20de=20la=20skybox=20pour=20?= =?UTF-8?q?d=C3=A9bug.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view.cpp b/view.cpp index 7b7cad8..c3e197c 100644 --- a/view.cpp +++ b/view.cpp @@ -147,7 +147,7 @@ void View::renderScene(int lastTime, int currentTime) { lod.setCamera(camera.cameraCenter); setLight(); - setSkybox(); + //setSkybox(); glBegin(GL_TRIANGLES); root->display();