summaryrefslogtreecommitdiff
path: root/src/gui/Camera.h
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2011-04-06 15:03:36 +0000
committerJakob Odersky <jodersky@gmail.com>2011-04-06 15:03:36 +0000
commit488f51bd2c3a4687f6327d6212e6979201649611 (patch)
tree19c45a146ede46698438c02d53e7196d228e1083 /src/gui/Camera.h
parent7b9b396685c49a87ed31c44aa1d73232dff5d6b0 (diff)
downloadvhc-488f51bd2c3a4687f6327d6212e6979201649611.tar.gz
vhc-488f51bd2c3a4687f6327d6212e6979201649611.tar.bz2
vhc-488f51bd2c3a4687f6327d6212e6979201649611.zip
Amelioration de la camera, mise en scene de plusieurs elements. Debut d'implementation de la `vraie' classe de rendement graphique.
Diffstat (limited to 'src/gui/Camera.h')
-rw-r--r--src/gui/Camera.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/Camera.h b/src/gui/Camera.h
index fccd3f9..7c469aa 100644
--- a/src/gui/Camera.h
+++ b/src/gui/Camera.h
@@ -27,7 +27,7 @@ private:
public:
- Camera(): position(1, 1, 1), direction(1, 0, 0), up(0,0,1), heading(M_PI_4), pitch(-M_PI_4) {};
+ Camera(): position(1, 1, 1), direction(-1, 0, 0), up(0,0,1), heading(M_PI_4), pitch(-M_PI_4) {};
virtual ~Camera() {};
void setView() {