diff options
Diffstat (limited to 'src/core/camera.h')
-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; |