Modification de la position initiale de la caméra.

This commit is contained in:
Yoann 2011-11-30 22:07:10 +01:00
parent bfc7f68618
commit 2a816ef4f1

View File

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