summaryrefslogtreecommitdiff
path: root/src/camera.c
diff options
context:
space:
mode:
authoromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-10-26 23:23:19 +1100
committeromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-10-26 23:23:19 +1100
commit90125f6809d6c2a9e4d72b6c3846c8b378d32261 (patch)
tree2f40a1d4a281f76f2ed211b9bce0f94064d913e6 /src/camera.c
parent43bee361397315c7105b7214316325b185135331 (diff)
adding file doc comments
Diffstat (limited to 'src/camera.c')
-rw-r--r--src/camera.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/camera.c b/src/camera.c
index eb8fc7d..2f5506e 100644
--- a/src/camera.c
+++ b/src/camera.c
@@ -1,3 +1,11 @@
+/**
+ * @file camera.c
+ * @author Omniscient
+ * @brief Camera movement
+ *
+ * @copyright Copyright (c) 2024
+ */
+
#include <celeritas.h>
mat4 camera_view_proj(camera camera, f32 lens_height, f32 lens_width, mat4* out_view, mat4* out_proj) {