added camera movement

This commit is contained in:
2026-04-24 13:23:15 +02:00
parent af1e96ce6d
commit d7efcff2c8
3 changed files with 83 additions and 14 deletions

View File

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