www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 2a816ef4f1a67aa136da2ca892273e40c0f11e7d
parent bfc7f68618e61de1a53cb881a6c0b7a83e30d3eb
Author: Yoann <yoann.b87@voila.fr>
Date:   Wed, 30 Nov 2011 22:07:10 +0100

Modification de la position initiale de la caméra.

Diffstat:
Mview.cpp | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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(); }