From 2a816ef4f1a67aa136da2ca892273e40c0f11e7d Mon Sep 17 00:00:00 2001 From: Yoann Date: Wed, 30 Nov 2011 22:07:10 +0100 Subject: [PATCH] =?UTF-8?q?Modification=20de=20la=20position=20initiale=20?= =?UTF-8?q?de=20la=20cam=C3=A9ra.?= 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 9386b72..928f2ba 100644 --- a/view.cpp +++ b/view.cpp @@ -1,6 +1,6 @@ #include "all_includes.hh" -View::View(Chose* root) : root(root), camera(Camera(Vertexf(127,14,128),44,101,40,0.6)) { +View::View(Chose* root) : root(root), camera(Camera(Vertexf(127,0,128),180,-20,40,0.6)) { initWindow(); mainLoop(); }