summaryrefslogtreecommitdiff
path: root/Source/Asura.Framework/Graphics/Camera.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Asura.Framework/Graphics/Camera.lua')
-rw-r--r--Source/Asura.Framework/Graphics/Camera.lua9
1 files changed, 9 insertions, 0 deletions
diff --git a/Source/Asura.Framework/Graphics/Camera.lua b/Source/Asura.Framework/Graphics/Camera.lua
new file mode 100644
index 0000000..4c18f96
--- /dev/null
+++ b/Source/Asura.Framework/Graphics/Camera.lua
@@ -0,0 +1,9 @@
+local Camera = Class()
+
+Camera.mIsOnScreen = false
+
+Camera.mIsCulling = false
+
+
+
+return Camera \ No newline at end of file