summaryrefslogtreecommitdiff
path: root/shared_cpp/Camera3d.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared_cpp/Camera3d.h')
-rw-r--r--shared_cpp/Camera3d.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/shared_cpp/Camera3d.h b/shared_cpp/Camera3d.h
new file mode 100644
index 0000000..7186975
--- /dev/null
+++ b/shared_cpp/Camera3d.h
@@ -0,0 +1,8 @@
+#pragma once
+
+#include "mathlib.h"
+
+struct Camera3d {
+ Mat4x4 projection;
+ Mat4x4 view;
+};