ray-tracer-comp371/src
2024-03-14 17:00:55 -04:00
..
Geometry.cc calculate ambient, diffuse and specular 2024-02-29 01:16:49 -05:00
Geometry.h calculate ambient, diffuse and specular 2024-02-29 01:16:49 -05:00
HitRecord.cc calculate ambient, diffuse and specular 2024-02-29 01:16:49 -05:00
HitRecord.h calculate ambient, diffuse and specular 2024-02-29 01:16:49 -05:00
Light.cc delete debug info 2024-03-04 02:48:33 -05:00
Light.h commit 2024-03-03 23:22:47 -05:00
Optional.h calculate nearest hit 2024-02-28 00:58:29 -05:00
Output.cc bugfix: clamp 2024-03-04 02:25:59 -05:00
Output.h bugfix: color shadow 2024-02-27 23:36:12 -05:00
Parser.cc commit 2024-03-03 23:22:47 -05:00
Parser.h add light parser 2024-02-18 20:52:59 -05:00
Ray.cc impl getters 2024-02-18 23:52:03 -05:00
Ray.h design ray class 2024-02-18 23:50:10 -05:00
RayTracer.cc calc light in another way 2024-03-14 17:00:55 -04:00
RayTracer.h bugfix: clamp 2024-03-04 02:25:59 -05:00
Scene.cc write background color 2024-02-22 19:49:26 -05:00
Scene.h write background color 2024-02-22 19:49:26 -05:00