aboutsummaryrefslogtreecommitdiff
path: root/Source/Camera.cpp
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2021-06-17 14:20:54 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-06-17 14:22:53 +0700
commit602a0c5951050e7cce645534cb4f136cf9f4fee4 (patch)
treee70e63b0b0058830e58c244ad917bc892c10418f /Source/Camera.cpp
parent094e12df1ebb81d304803be4b274546384ec117c (diff)
downloadblackshades-602a0c5951050e7cce645534cb4f136cf9f4fee4.tar.gz
Rename source and build directory1.1.1
Diffstat (limited to 'Source/Camera.cpp')
-rw-r--r--Source/Camera.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/Source/Camera.cpp b/Source/Camera.cpp
deleted file mode 100644
index 950c12d..0000000
--- a/Source/Camera.cpp
+++ /dev/null
@@ -1,9 +0,0 @@
-/**> HEADER FILES <**/
-#include "Camera.h"
-
-
-void Camera::Apply()
-{
- glTranslatef(-position.x,-position.y,-position.z);
-}
-