Added basic plane struct
This commit is contained in:
parent
09def56768
commit
7eb6f48fef
3 changed files with 44 additions and 2 deletions
|
|
@ -14,6 +14,10 @@ This list may be changed or extended in the future.
|
|||
- [x] Sphere intersection test
|
||||
- [x] Sphere normal generation
|
||||
- [x] Color mapping on spheres
|
||||
- [ ] Plane objects
|
||||
- [ ] Plane struct
|
||||
- [ ] Plane intersection test
|
||||
- [ ] Color mapping on planes
|
||||
- [ ] Triangle objects
|
||||
- [ ] Triangle struct
|
||||
- [ ] Triangle intersection test
|
||||
|
|
@ -36,4 +40,3 @@ This list may be changed or extended in the future.
|
|||
- [ ] Transparency
|
||||
- [ ] Simple transparency
|
||||
- [ ] Refraction
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue