added more camera movement

This commit is contained in:
2026-04-27 12:00:27 +02:00
parent d7efcff2c8
commit f5b5ac4d99
4 changed files with 69 additions and 11 deletions

View File

@@ -13,8 +13,8 @@ add_executable(${PROJECT_NAME} src/main.cpp
src/Shader.cpp
include/Shader.hpp
include/IndexBuffer.hpp
libs/stb_image.hpp
include/Camera.hpp)
include/Camera.hpp
include/FPS_Camera.hpp)
target_compile_definitions(${PROJECT_NAME} PRIVATE $<$<CONFIG:Debug>:_DEBUG>)