1
0
raytracing-the-next-week/README.md
Ishan Jain 433937f684 Added the final Image, Cornell Box & Fixed bugs
1. Fixed bugs in sphere, movingsphere implementations. They were not
   setting the front_face and normal correctly in their `hit`
implementation.
2. Added a random_in_range function in Vec3.
3. Updated Readme
4. Derived Clone on `materials` and `textures`.
2021-04-08 18:32:39 +05:30

406 B

Ray Tracing the Next Week

This is my attempt at Ray Tracing the Next Week book by Peter Shirley.

Ray Tracing: The Next Week

Demo Renders

[1] Motion Blur [1] Motion Blur

[2] Cornell Box [2] Cornell Box