Realize the triangle struct doesn't work and completely refactor it

This commit is contained in:
bijan2005 2020-12-05 23:22:19 -05:00
parent 822941d561
commit cddec468de
6 changed files with 107 additions and 71 deletions

View file

@ -20,10 +20,11 @@ This list may be changed or extended in the future.
- [x] Color mapping on planes
- [ ] Triangle objects
- [x] Triangle struct
- [ ] Triangle intersection test
- [ ] Triangle normal generation
- [ ] Color mapping on triangles
- [ ] Triangle meshes
- [x] Triangle intersection test
- [x] Triangle normal generation
- [x] Color mapping on triangles
- [x] Triangle mesh struct
- [ ] Triangle mesh intersection test
- [ ] Bounding boxes
- [ ] Direct lighting
- [ ] Point light sources