[FEAT] Make refactoring of shape object

This commit is contained in:
NADAL Jean-Baptiste
2024-02-27 17:49:05 +01:00
parent 91b9453267
commit 429fa3f743
6 changed files with 282 additions and 11 deletions

View File

@@ -19,6 +19,7 @@ add_executable(raytracing_test
06_light_shading.cpp
07_making_scene.cpp
08_shadows.cpp
09_planes.cpp
)
include_directories("${CMAKE_SOURCE_DIR}/tests")