From 43d915b2ceb3f5e439c09c772e9ebc7542c1a2bb Mon Sep 17 00:00:00 2001 From: omniscient <17525998+omnisci3nce@users.noreply.github.com> Date: Mon, 12 Aug 2024 01:07:35 +1000 Subject: s --- src/core/camera.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/core/camera.h') 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; -- cgit v1.2.3-70-g09d2