pathtracer/src
Ben 8aa1df299d
Implement pathtracing, brdf and rendering equation
2022-07-28 21:02:15 +02:00
..
AABB.h Add source code and project files 2022-06-01 10:31:18 +02:00
Camera.cpp Start pathtracer by sending ray bundles and mixing their colors 2022-06-07 15:44:54 +02:00
Camera.h Implement pathtracing, brdf and rendering equation 2022-07-28 21:02:15 +02:00
InfinitePlane.cpp Add source code and project files 2022-06-01 10:31:18 +02:00
InfinitePlane.h Add source code and project files 2022-06-01 10:31:18 +02:00
KDAxis.h Add source code and project files 2022-06-01 10:31:18 +02:00
KDLeaf.h Add source code and project files 2022-06-01 10:31:18 +02:00
KDNode.h Add source code and project files 2022-06-01 10:31:18 +02:00
KDTree.cpp Add source code and project files 2022-06-01 10:31:18 +02:00
KDTree.h Add source code and project files 2022-06-01 10:31:18 +02:00
Ray.h Start pathtracer by sending ray bundles and mixing their colors 2022-06-07 15:44:54 +02:00
RenderMaterial.cpp Implement pathtracing, brdf and rendering equation 2022-07-28 21:02:15 +02:00
RenderMaterial.h Implement pathtracing, brdf and rendering equation 2022-07-28 21:02:15 +02:00
RenderObject.h Add source code and project files 2022-06-01 10:31:18 +02:00
Scene.cpp Implement pathtracing, brdf and rendering equation 2022-07-28 21:02:15 +02:00
Scene.h Implement pathtracing, brdf and rendering equation 2022-07-28 21:02:15 +02:00
Sphere.cpp Add source code and project files 2022-06-01 10:31:18 +02:00
Sphere.h Add source code and project files 2022-06-01 10:31:18 +02:00
Triangle.cpp Implement pathtracing, brdf and rendering equation 2022-07-28 21:02:15 +02:00
Triangle.h Implement pathtracing, brdf and rendering equation 2022-07-28 21:02:15 +02:00
ViewerWindow.ui Rename to pathtracer 2022-06-07 15:17:46 +02:00
main.cpp Implement pathtracing, brdf and rendering equation 2022-07-28 21:02:15 +02:00
viewerwindow.cpp Add source code and project files 2022-06-01 10:31:18 +02:00
viewerwindow.h Add source code and project files 2022-06-01 10:31:18 +02:00