We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef3cd88 commit 0c1f49cCopy full SHA for 0c1f49c
1 file changed
TODO.md
@@ -35,6 +35,10 @@
35
5. [x] Grid composition for `test` command
36
- [x] Render each scene at 720p
37
- [x] Stitch into 4x4 grid image
38
+6. [ ] Unit tests for ray-material interactions
39
+ - [ ] Shoot specific rays at specific materials, verify resulting scattered ray
40
+ - [ ] Test cases: Lambertian diffuse, Metal reflection, Dielectric refraction (entering/exiting)
41
+ - [ ] Helps catch regressions like the normal-flip bug from instance transforms
42
43
## Technical Debt
44
0 commit comments