Added basic plane struct

This commit is contained in:
bijan2005 2020-11-30 08:08:23 -05:00
parent 09def56768
commit 7eb6f48fef
3 changed files with 44 additions and 2 deletions

View file

@ -14,6 +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
- [ ] Plane struct
- [ ] Plane intersection test
- [ ] Color mapping on planes
- [ ] Triangle objects
- [ ] Triangle struct
- [ ] Triangle intersection test
@ -36,4 +40,3 @@ This list may be changed or extended in the future.
- [ ] Transparency
- [ ] Simple transparency
- [ ] Refraction