Basic functional raytracer
This commit is contained in:
parent
9870dc128e
commit
c37be6798f
5 changed files with 159 additions and 33 deletions
2
Makefile
2
Makefile
|
|
@ -1,4 +1,4 @@
|
|||
raytracer: camera.hpp color.hpp hittable.hpp hittable_list.hpp material.hpp ray.hpp rtweekend.hpp sphere.hpp vec3.hpp
|
||||
raytracer: camera.hpp color.hpp hittable.hpp hittable_list.hpp main.cpp material.hpp ray.hpp rtweekend.hpp sphere.hpp vec3.hpp
|
||||
@g++ -g -O2 -Wall -Wextra -Wpedantic main.cpp -o raytracer
|
||||
|
||||
image: raytracer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue