Implemented bounding spheres for objects

This commit is contained in:
bijan2005 2020-12-08 11:22:56 -05:00
parent 4596c117df
commit 14f1ed2a31
9 changed files with 234 additions and 17 deletions

View file

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