Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2010-12-04 00:17:15 +0000
committerStijn Buys <ingar@osirion.org>2010-12-04 00:17:15 +0000
commitaffa3d2a6761c4040434e11726695ad6e53a4cab (patch)
treeb707815ba3009c9bdc1f75759633ca9250396e0b /src/render/camera.h
parenta92778d557df8bc853153d119224ea28390bdc9a (diff)
Correct camera axis and clear depth buffer when rendering ui models.
Diffstat (limited to 'src/render/camera.h')
-rw-r--r--src/render/camera.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/render/camera.h b/src/render/camera.h
index 80fdb36..cc6eaa5 100644
--- a/src/render/camera.h
+++ b/src/render/camera.h
@@ -95,6 +95,7 @@ private:
static math::Vector3f camera_eye;
static math::Vector3f camera_target;
static math::Axis camera_axis;
+ static math::Axis camera_scene_axis;
static Mode camera_mode;
static Mode camera_previous_mode;