[FEAT] Finish the Chapter 05 with the render of a sphere shadow.

This commit is contained in:
NADAL Jean-Baptiste
2024-02-14 16:44:13 +01:00
parent d019402756
commit d3fe032c8c
12 changed files with 160 additions and 50 deletions

View File

@@ -5,7 +5,6 @@ project(main)
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
add_executable(raytracer main.cpp)
# We need hello.h and the hello library
target_link_libraries(raytracer
PRIVATE raytracing)
add_executable(chapter_05 chapter_05.cpp)
target_link_libraries(chapter_05 PRIVATE raytracing)