Add world representation as hittable list
This commit is contained in:
parent
68ae1fb265
commit
1eeb328b60
4 changed files with 39 additions and 14 deletions
2
Makefile
2
Makefile
|
|
@ -1,4 +1,4 @@
|
|||
raytracer: main.cpp vec3.hpp color.hpp ray.hpp hittable.hpp sphere.hpp hittable_list.hpp
|
||||
raytracer: main.cpp vec3.hpp color.hpp ray.hpp hittable.hpp sphere.hpp hittable_list.hpp rtweekend.hpp
|
||||
@g++ -g -Wall -Wextra -Wpedantic main.cpp -o raytracer
|
||||
|
||||
image: raytracer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue