summaryrefslogtreecommitdiff
path: root/src/extend/camera.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2019-12-04 00:07:32 +0800
committerchai <chaifix@163.com>2019-12-04 00:07:32 +0800
commit2e82e2ddd0852b8063a3d6645366f53ee844e273 (patch)
tree41ec10760f2d2c9f1f782a918f48e1287da2a4b4 /src/extend/camera.h
+init
Diffstat (limited to 'src/extend/camera.h')
-rw-r--r--src/extend/camera.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/extend/camera.h b/src/extend/camera.h
new file mode 100644
index 0000000..4f4ba47
--- /dev/null
+++ b/src/extend/camera.h
@@ -0,0 +1,10 @@
+#ifndef _SOFTSHADEROOM_CAMERA_H_
+#define _SOFTSHADEROOM_CAMERA_H_
+
+#include "../math/math.h"
+
+typedef struct Camera {
+ Vec3 front;
+} Camera;
+
+#endif \ No newline at end of file