Plane-ray intersection test

This commit is contained in:
bijan2005 2020-11-30 09:00:35 -05:00
parent 7eb6f48fef
commit 6a7a3c7774
3 changed files with 11 additions and 3 deletions

View file

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