Midway hittable list inclusion

This commit is contained in:
David 2021-08-21 00:20:51 +02:00
commit 8c1324c074
6 changed files with 141 additions and 2 deletions

View file

@ -1,4 +1,4 @@
raytracer: main.cpp vec3.hpp color.hpp ray.hpp
raytracer: main.cpp vec3.hpp color.hpp ray.hpp hittable.hpp sphere.hpp hittable_list.hpp
@g++ -g -Wall -Wextra -Wpedantic main.cpp -o raytracer
image: raytracer