Mercurial > hg > Game > Cerium
comparison Renderer/Engine/Camera.h @ 1143:786e800abfb4 draft
minor fix
author | Yutaka_Kinjyo |
---|---|
date | Sat, 19 Feb 2011 01:59:14 +0900 |
parents | 7a311860a76e |
children |
comparison
equal
deleted
inserted
replaced
1142:801d57ae1e29 | 1143:786e800abfb4 |
---|---|
6 class SceneGraphRoot; | 6 class SceneGraphRoot; |
7 | 7 |
8 class Camera : public SceneGraph { | 8 class Camera : public SceneGraph { |
9 public: | 9 public: |
10 //Camera(float w = 640, float h = 480, SceneGraphRoot *sgroot); | 10 //Camera(float w = 640, float h = 480, SceneGraphRoot *sgroot); |
11 Camera(float w, float h, SceneGraphRoot *sgroot); | 11 Camera(float w, float h, SceneGraphRoot *sgroot, TaskManager *manager); |
12 ~Camera(void); | 12 ~Camera(void); |
13 | 13 |
14 SceneGraphRoot *sgroot; | 14 SceneGraphRoot *sgroot; |
15 | 15 |
16 float zd[4]; // direction z | 16 float zd[4]; // direction z |