+ | Camera system

This commit is contained in:
TheRedShip
2024-12-21 20:45:56 +01:00
parent a006174ce5
commit 97fb7948f0
442 changed files with 67864 additions and 41 deletions

View File

@ -16,11 +16,14 @@
# define WIDTH 1920
# define HEIGHT 1080
# include "glm/glm.hpp"
# include "glm/gtc/matrix_transform.hpp"
# include "glad/gl.h"
# include "GLFW/glfw3.h"
# include <iostream>
# include "Camera.hpp"
# include "Vector/Vector.hpp"
# include "Window.hpp"
# include "Shader.hpp"