Create triangle struct (and add comments)

This commit is contained in:
bijan2005 2020-12-04 15:11:01 -05:00
parent ef6ce4bbde
commit 822941d561
5 changed files with 120 additions and 12 deletions

View file

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