This commit is contained in:
iutbgdin 2025-10-10 15:32:57 +02:00
parent c00ccdaf9c
commit b38a84b51d
18 changed files with 156 additions and 70 deletions

View file

@ -11,7 +11,10 @@ add_executable(3d-renderer src/main.cpp
src/object/object.cpp src/object/object.h
src/object/plane.cpp src/object/plane.h
src/object/point.cpp src/object/point.h
src/util/math.h src/util/math.cpp)
src/util/util.h src/util/util.cpp
src/render/image.h src/render/image.cpp
src/render/pixel.h src/render/pixel.cpp
src/render/camera.h src/render/camera.cpp)
include(GNUInstallDirs)
install(TARGETS 3d-renderer