Realize the triangle struct doesn't work and completely refactor it
This commit is contained in:
parent
822941d561
commit
cddec468de
6 changed files with 107 additions and 71 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue