aboutsummaryrefslogtreecommitdiffstats
path: root/yage/core/camera.h
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-01-05 15:56:35 +0000
committerYann Herklotz <ymherklotz@gmail.com>2018-01-05 15:56:35 +0000
commitdb6480dccd9a3dbf4100a824930a36251f4e743c (patch)
treea36c5be39c86f9888e64076ef44c386e5160c088 /yage/core/camera.h
parent7b95e3a9eacf296f215c73e5d8ad9090a24adb20 (diff)
downloadYAGE-db6480dccd9a3dbf4100a824930a36251f4e743c.tar.gz
YAGE-db6480dccd9a3dbf4100a824930a36251f4e743c.zip
[Engine] Log levels added to engine.
Diffstat (limited to 'yage/core/camera.h')
-rw-r--r--yage/core/camera.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/yage/core/camera.h b/yage/core/camera.h
index ba07d423..63bf15ca 100644
--- a/yage/core/camera.h
+++ b/yage/core/camera.h
@@ -30,6 +30,7 @@ public:
void update(Shader &program);
void move(const glm::vec2 &direction);
+ void zoom(float factor);
};
} // namespace yage