.gitignore
|
Rename project.
|
2020-06-07 21:47:27 +02:00 |
aabb.h
|
Implement BVH.
|
2020-06-08 23:37:10 +02:00 |
aarect.cpp
|
Add axis aligned rectangles.
|
2020-06-13 22:00:05 +02:00 |
aarect.h
|
Add axis aligned rectangles.
|
2020-06-13 22:00:05 +02:00 |
box.cpp
|
Add box.
|
2020-06-13 22:21:37 +02:00 |
box.h
|
Add box.
|
2020-06-13 22:21:37 +02:00 |
bvh.cpp
|
Implement BVH.
|
2020-06-08 23:37:10 +02:00 |
bvh.h
|
Implement BVH.
|
2020-06-08 23:37:10 +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.cpp
|
Moving hittable_list methods to cpp file.
|
2020-06-13 22:21:27 +02:00 |
hittable_list.h
|
Moving hittable_list methods to cpp file.
|
2020-06-13 22:21:27 +02:00 |
hittable.cpp
|
Add rotation around y axis and translation.
|
2020-06-19 22:16:39 +02:00 |
hittable.h
|
Add rotation around y axis and translation.
|
2020-06-19 22:16:39 +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
|
Add rotation around y axis and translation.
|
2020-06-19 22:16:39 +02:00 |
Makefile
|
Add rotation around y axis and translation.
|
2020-06-19 22:16:39 +02:00 |
material.cpp
|
Adding materials: solid color and checkered.
|
2020-06-09 23:15:59 +02:00 |
material.h
|
Add diffuse lights.
|
2020-06-13 22:01:52 +02:00 |
moving_sphere.cpp
|
Adding materials: solid color and checkered.
|
2020-06-09 23:15:59 +02:00 |
moving_sphere.h
|
Implement BVH.
|
2020-06-08 23:37:10 +02:00 |
ray.h
|
Added motion blur spheres.
|
2020-06-07 22:25:43 +02:00 |
sphere.cpp
|
Adding materials: solid color and checkered.
|
2020-06-09 23:15:59 +02:00 |
sphere.h
|
Adding materials: solid color and checkered.
|
2020-06-09 23:15:59 +02:00 |
texture.h
|
Adding materials: solid color and checkered.
|
2020-06-09 23:15:59 +02:00 |
util.h
|
Add rotation around y axis and translation.
|
2020-06-19 22:16:39 +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 |