Toy Ratracer built using https://raytracing.github.io/
Go to file
2020-06-07 22:25:43 +02:00
.gitignore Rename project. 2020-06-07 21:47:27 +02:00
camera.h Added motion blur spheres. 2020-06-07 22:25:43 +02:00
color.h Output images as png. 2020-06-07 03:28:59 +02:00
hittable_list.h Add Hittable_list 2020-06-04 00:15:32 +02:00
hittable.h Adding basic materials (lambertian and metallic). 2020-06-06 23:21:21 +02:00
lodepng.cpp Output images as png. 2020-06-07 03:28:59 +02:00
lodepng.h Output images as png. 2020-06-07 03:28:59 +02:00
main.cpp Added motion blur spheres. 2020-06-07 22:25:43 +02:00
Makefile Added motion blur spheres. 2020-06-07 22:25:43 +02:00
material.cpp Added motion blur spheres. 2020-06-07 22:25:43 +02:00
material.h Adding dielectric material. 2020-06-07 00:03:25 +02:00
moving_sphere.cpp Added motion blur spheres. 2020-06-07 22:25:43 +02:00
moving_sphere.h Added motion blur spheres. 2020-06-07 22:25:43 +02:00
ray.h Added motion blur spheres. 2020-06-07 22:25:43 +02:00
sphere.h Adding basic materials (lambertian and metallic). 2020-06-06 23:21:21 +02:00
util.h Init mersennetwister with current time. 2020-06-07 11:33:54 +02:00
vec3.cpp Add depth of field to camera. 2020-06-07 00:32:31 +02:00
vec3.h Add depth of field to camera. 2020-06-07 00:32:31 +02:00