1
0
Go to file
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
assets Added the image texture code 2021-03-05 22:22:36 +05:30
src Added the final Image, Cornell Box & Fixed bugs 2021-04-08 18:32:39 +05:30
.gitignore Added basic structure of the project from ria-weekend project 2020-03-14 23:03:07 +05:30
Cargo.lock can create a stripped/basic version of cornell box 2021-04-07 22:15:10 +05:30
Cargo.toml can create a stripped/basic version of cornell box 2021-04-07 22:15:10 +05:30
README.md Added the final Image, Cornell Box & Fixed bugs 2021-04-08 18:32:39 +05:30

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