Complete triangle mesh code (and more refactoring)

This commit is contained in:
bijan2005 2020-12-07 12:04:44 -05:00
parent cddec468de
commit 4596c117df
5 changed files with 102 additions and 23 deletions

View file

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