Ishan Jain
433937f684
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`.
15 lines
406 B
Markdown
15 lines
406 B
Markdown
# Ray Tracing the Next Week
|
|
|
|
This is my attempt at Ray Tracing the Next Week book by Peter Shirley.
|
|
|
|
[_Ray Tracing: The Next Week_](https://raytracing.github.io/books/RayTracingTheNextWeek.html)
|
|
|
|
# Demo Renders
|
|
|
|
![[1] Motion Blur](https://dl.ishanjain.me/images/motion_blur-2000x1000.png)
|
|
[1] Motion Blur
|
|
|
|
|
|
![[2] Cornell Box](https://dl.ishanjain.me/images/cornell_box-1500x1500_10000.png)
|
|
[2] Cornell Box
|