Skip to content

Commit 084ec16

Browse files
committed
Add testing to TODO.md
1 parent a7ba743 commit 084ec16

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

TODO.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@
3535
5. [x] Grid composition for `test` command
3636
- [x] Render each scene at 720p
3737
- [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
3842

3943
## Technical Debt
4044

0 commit comments

Comments
 (0)