Toy Ratracer built using https://raytracing.github.io/
Go to file
2020-06-06 14:47:39 +02:00
.gitignore Initial commit. 2020-06-03 00:06:53 +02:00
camera.h Add camera class and sampling. 2020-06-04 00:39:14 +02:00
color.h Add camera class and sampling. 2020-06-04 00:39:14 +02:00
hittable_list.h Add Hittable_list 2020-06-04 00:15:32 +02:00
hittable.h Add Hittable_list 2020-06-04 00:15:32 +02:00
Makefile Add camera class and sampling. 2020-06-04 00:39:14 +02:00
ray.h Adding rays, origin and horizon. 2020-06-03 22:39:40 +02:00
sphere.h Add Hittable_list 2020-06-04 00:15:32 +02:00
util.h Add camera class and sampling. 2020-06-04 00:39:14 +02:00
vec3.h Implemented diffuse reflection. 2020-06-06 14:47:39 +02:00
wtracer.cpp Implemented diffuse reflection. 2020-06-06 14:47:39 +02:00