Toy Ratracer built using https://raytracing.github.io/
Go to file
2020-06-03 23:49:20 +02:00
.gitignore Initial commit. 2020-06-03 00:06:53 +02:00
color.h Initial commit. 2020-06-03 00:06:53 +02:00
hittable.h [WIP] Adding hittable (generalization) with concrete implementation sphere. 2020-06-03 23:49:20 +02:00
Makefile [WIP] Adding hittable (generalization) with concrete implementation sphere. 2020-06-03 23:49:20 +02:00
ray.h Adding rays, origin and horizon. 2020-06-03 22:39:40 +02:00
sphere.h [WIP] Adding hittable (generalization) with concrete implementation sphere. 2020-06-03 23:49:20 +02:00
vec3.h Fix significant typo. 2020-06-03 23:14:10 +02:00
wtracer.cpp [WIP] Adding hittable (generalization) with concrete implementation sphere. 2020-06-03 23:49:20 +02:00