diff options
author | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-08-12 01:07:35 +1000 |
---|---|---|
committer | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-08-12 01:07:35 +1000 |
commit | 43d915b2ceb3f5e439c09c772e9ebc7542c1a2bb (patch) | |
tree | 57c9cf036674dcb8162ae153ccb9c2000ac7a81f /src/core | |
parent | 72b8d26fcfcee36ca67f963b9c6a4b616e2d5d4d (diff) |
s
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/camera.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/core/camera.h b/src/core/camera.h index 536feca..4300f87 100644 --- a/src/core/camera.h +++ b/src/core/camera.h @@ -1,12 +1,10 @@ -/** - * @file camera.h - * @brief - */ #pragma once #include "defines.h" #include "maths_types.h" +// TODO: swap to position + quaternion + typedef struct Camera { Vec3 position; Vec3 front; |