1
0
Commit Graph

6 Commits

Author SHA1 Message Date
9d82129891 can create a stripped/basic version of cornell box
1. Refactored the project
2. Changed src/shapes/rectangle.rs to make it easy to create rectangles
   aligned with any(X/Y/Z) Axis.
2021-04-07 22:15:10 +05:30
2545765e2a
Reverted some changes 2021-03-06 16:46:28 +05:30
8918521ebe
Added the image texture code 2021-03-05 22:22:36 +05:30
5916155b8e
Refactored the program before reimplementing BVH, Updated dependencies 2021-03-01 23:49:34 +05:30
1a7b674ac4
Completed Motion Blur Image
Moving to a different format for the project. Instead of having
a generic `Demo` trait implemented by all the demos amongst which
one can switch by pressing 1-0 keys, We'll just have one demo only.
And, To switch between different images, They can checkout to
respective branch
2020-04-17 21:58:03 +05:30
35259ad16d Added basic structure of the project from ria-weekend project
1. Added Motion Blur Demo
2020-03-14 23:03:07 +05:30