Add color mapping to planes

This commit is contained in:
bijan2005 2020-11-30 11:56:55 -05:00
parent ff625f576f
commit 639518c317
8 changed files with 99 additions and 35 deletions

View file

@ -14,10 +14,10 @@ This list may be changed or extended in the future.
- [x] Sphere intersection test
- [x] Sphere normal generation
- [x] Color mapping on spheres
- [ ] Plane objects
- [x] Plane objects
- [x] Plane struct
- [x] Plane intersection test
- [ ] Color mapping on planes
- [x] Color mapping on planes
- [ ] Triangle objects
- [ ] Triangle struct
- [ ] Triangle intersection test